summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
AgeCommit message (Expand)Author
2025-10-15[lldb] Parse qSupported MultiMemRead tag in GDB Remote Client (#163249)Felipe de Azevedo Piovezan
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-31[lldb] Add support for gdb-style 'x' packet (#124733)Pavel Labath
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
2024-05-09[lldb] Unify CalculateMD5 return types (#91029)Anthony Ha
2024-05-03Revert "[lldb] Unify CalculateMD5 return types" (#90998)Jonas Devlieghere
2024-05-03[lldb] Unify CalculateMD5 return types (#90921)Anthony Ha
2024-04-18[lldb] Skip remote PutFile when MD5 hashes equal (#88812)Anthony Ha
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda
2023-08-16hi/low addr space bits can be sent in stop-rely packetJason Molenda
2023-08-15Update qHostInfo/LC_NOTE so multiple address bits can be specifiedJason Molenda
2023-06-21[lldb][NFCI] Remove ConstString from GDBRemoteCommunicationClient::ConfigureR...Alex Langford
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda
2022-10-06[lldb/gdb-server] Better reporting of launch errorsPavel Labath
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-08-20[lldb] [gdb-remote] Include PID in vCont packets if multiprocessMichał Górny
2022-08-19Revert "[lldb] [gdb-remote] Include PID in vCont packets if multiprocess"Michael Buch
2022-08-19[lldb] [gdb-remote] Include PID in vCont packets if multiprocessMichał Górny
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda
2022-08-02Revert "Allow firmware binaries to be specified only by load address"Jason Molenda
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda
2022-07-25[lldb] [gdb-remote] Refactor killing process and move it to clientMichał Górny
2022-07-14[lldb] [gdb-remote] Remove stray GetSupportsThreadSuffix() method (NFC)Michał Górny
2022-01-28[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny
2022-01-28Revert "[lldb] [gdb-remote] Support getting siginfo via API"Michał Górny
2022-01-27[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny
2021-12-23Load binary by UUID from qProcessInfo packet fieldsJason Molenda
2021-11-10[lldb] Support gdbserver signalsMichał Górny
2021-10-27Modernize Platform::GetOSKernelDescriptionPavel Labath
2021-10-25[lldb] Modernize Platform::GetOSBuildStringPavel Labath
2021-10-08[lldb/gdb-remote] Refactor ReadExtFeaturePavel Labath
2021-10-07[lldb/gdb-remote] Delete SendPacketsAndConcatenateResponsesPavel Labath
2021-09-28[lldb] Remove non-stop mode codePavel Labath
2021-09-10[lldb] [gdb-remote] Implement the vRun packetMichał Górny
2021-09-10[lldb] [gdb-remote] Add fallbacks for vFile:mode and vFile:existsMichał Górny
2021-09-10[lldb] [gdb-remote] Implement fallback to vFile:stat for GetFileSize()Michał Górny