aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath1-3/+0
2025-04-11Reland "[lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (...Felipe de Azevedo Piovezan1-0/+3
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath1-1/+3
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl1-3/+1
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-1/+3
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-3/+1
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-1/+3
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-3/+1
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-1/+3
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-1/+1
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-1/+1
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha1-1/+1
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-1/+1
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan811-0/+4
2024-07-01Reland "[lldb] Parse and display register field enums" (#97258)" (#97270)David Spickett1-0/+5
2024-07-01Revert "[lldb] Parse and display register field enums" (#97258)David Spickett1-5/+0
2024-06-27[lldb] Parse and display register field enums (#95768)David Spickett1-0/+5
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan811-1/+2
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+4
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-4/+2
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-2/+4
2023-11-02[lldb][AArch64] Simplify handing of scalable registers using vg and svg (#70914)David Spickett1-0/+3
2023-07-11Add a generic Process method to dump plugin history.Jim Ingham1-0/+2
2023-06-26[lldb][NFCI] Remove ConstString from Process::ConfigureStructuredDataAlex Langford1-1/+1
2023-04-13[lldb] Read register fields from target XMLDavid Spickett1-0/+10
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda1-2/+2
2023-01-18Do qProcessInfo-hint binary loading later in Process setupJason Molenda1-0/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda1-0/+2
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan1-4/+4
2022-08-12[lldb] [gdb-remote] Remove unimplemented ProcessIDIsValid() (NFC)Michał Górny1-2/+0
2022-08-08[lldb] Make Process and subclass constructors protectedMichał Górny1-2/+2
2022-03-23Revert "Expose GetAddressingBits() in the Process API."Adrian Prantl1-2/+0
2022-03-23Expose GetAddressingBits() in the Process API.Adrian Prantl1-0/+2
2022-03-11[lldb] Add a getter for the process' system architectureJonas Devlieghere1-0/+2
2022-03-10[lldb/gdb-remote] Remove ancient debugserver workaroundPavel Labath1-1/+0
2022-02-24[lldb/host] Remove monitor_signals argument from process monitoring functionsPavel Labath1-3/+2
2022-02-23[lldb] Modernize ThreadLauncherPavel Labath1-1/+1
2022-02-10Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett1-3/+3
2022-01-03[lldb] Delete GDBRemoteCommunicationReplayServerPavel Labath1-5/+0
2021-11-26Revert "Reland "[lldb] Remove non address bits when looking up memory regions""David Spickett1-3/+3
2021-11-24[lldb/gdb-remote] Remove more non-stop mode remnantsPavel Labath1-4/+0
2021-11-03Reland "[lldb] Remove non address bits when looking up memory regions"David Spickett1-3/+3
2021-11-03Revert "[lldb] Remove non address bits when looking up memory regions"David Spickett1-3/+3
2021-11-03[lldb] Remove non address bits when looking up memory regionsDavid Spickett1-3/+3
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath1-5/+3
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+3
2021-10-11[lldb] [ABI] Apply AugmentRegisterInfo() to DynamicRegisterInfo::RegistersMichał Górny1-20/+5
2021-10-07Recommit: [lldb] Remove "dwarf dynamic register size expressions" from Regist...Pavel Labath1-1/+0