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