summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
AgeCommit message (Expand)Author
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-07-13[lldb] Remove unused argument (NFC)Jonas Devlieghere
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-11-13Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-07Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2015-10-28Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton
2015-09-01Fix ProcessKDP.cpp for the change in r246578.Jim Ingham
2015-07-07Move ProcessKDP's StringExtractor include.Bruce Mitchener
2015-07-07Fix-up ProcessKDP wrt. StringExtractor movePavel Labath
2015-05-13Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-08-02After you attach, give the process plugin a chance to report back (throughJim Ingham
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-23Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas
2013-12-09Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas
2013-07-15<rdar://problem/13793059>Greg Clayton
2013-05-11Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-07Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor