aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-20[lldb] Invert relationship between Process and AddressableBits (#85858)Alex Langford1-2/+2
2024-03-06Fix lldb crash while handling concurrent vfork() (#81564)jeffreytan811-11/+17
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-4/+2
2024-02-23[lldb] Correctly annotate threads at a bp site as hitting it (#82709)Jason Molenda1-6/+27
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda1-10/+1
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda1-17/+17
2024-01-31Revert "[lldb] Add support for large watchpoints in lldb (#79962)"Jason Molenda1-17/+17
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda1-17/+17
2024-01-30[lldb][RISCV] Fix connection error to gdb server for RISC-V (#79990)ita-sc1-0/+2
2024-01-26[lldb][NFCI] Constrain EventDataBytes creation (#79508)Alex Langford1-5/+5
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford1-9/+8
2024-01-18[lldb] Correct function names in ProcessGDBRemote::ParseFlagsFields log messagesDavid Spickett1-29/+33
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-2/+2
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham1-1/+1
2023-11-30Correctly disable hardware watchpoints after a fork eventJason Molenda1-1/+1
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-94/+176
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham1-2/+4
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett1-176/+94
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda1-94/+176
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda1-7/+6
2023-11-06[lldb][AArch64] Move register info reconfigure into architecture plugin (#70950)David Spickett1-21/+8
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere1-1/+0
2023-11-02[lldb][AArch64] Simplify handing of scalable registers using vg and svg (#70914)David Spickett1-18/+37
2023-10-31[LLDB] On AArch64, reconfigure register context first (#70742)Jason Molenda1-18/+16
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-16/+11
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett1-4/+6
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett1-6/+4
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda1-4/+6
2023-09-19[lldb][AArch64] Implement resizing of SME's ZA registerDavid Spickett1-5/+6
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda1-6/+4
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda1-4/+6
2023-09-14[lldb][NFCI] Remove use of ConstString in StructuredDataAlex Langford1-20/+19
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-2/+2
2023-08-21[lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRefAlex Langford1-3/+3
2023-08-17[lldb][NFCI] Rewrite error-handling code in ProcessGDBRemote::MonitorDebugser...Alex Langford1-14/+11
2023-08-16hi/low addr space bits can be sent in stop-rely packetJason Molenda1-7/+16
2023-08-15Update qHostInfo/LC_NOTE so multiple address bits can be specifiedJason Molenda1-4/+3
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+1
2023-08-07Flag for LoadBinaryWithUUIDAndAddress, to create memory image or notJason Molenda1-2/+5
2023-07-11Add a generic Process method to dump plugin history.Jim Ingham1-2/+7
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere1-1/+1
2023-06-26[lldb][NFCI] Remove ConstString from Process::ConfigureStructuredDataAlex Langford1-1/+1
2023-05-30Fix a few bugs with Mach-O corefile loading, plus perfJason Molenda1-4/+7
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-12/+11
2023-05-04[lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere1-1/+1
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere1-6/+6
2023-05-04Recognize `addressing_bits` kv in stop reply packetJason Molenda1-0/+7
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere1-8/+7
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere1-6/+6