summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote
AgeCommit message (Expand)Author
2025-10-27[lldb] print errors when the debug server is not found (#165157)Odric Roux-Paris
2025-10-22[lldb] Implement ProcessGDBRemote support for ReadMemoryRanges (#164311)Felipe de Azevedo Piovezan
2025-10-15[lldb] Parse qSupported MultiMemRead tag in GDB Remote Client (#163249)Felipe de Azevedo Piovezan
2025-09-18[LLDB] Add support for the structured data plugins in lldb-server (#159457)Walter Erquinigo
2025-08-26[lldb] Fix spacing in "proccess plugin packet monitor" helpDavid Spickett
2025-08-05[lldb] Fix the buildKazu Hirata
2025-08-05[LLDB] Complete a missing register format mapping in the gdb-remote p… (#15...Walter Erquinigo
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere
2025-07-28[lldb] support ieee_single and ieee_double gdbtypes for registers (#150268)satyanarayana reddy janga
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant
2025-06-25[lldb] Clean up GDBRemoteCommunication::StartDebugserverProcess (#145021)Pavel Labath
2025-06-24[lldb] Fix build for #145017Pavel Labath
2025-06-24[lldb] Use Socket::CreatePair for launching debugserver (#145017)Pavel Labath
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant
2025-06-11[doc] Use ISO nomenclature for 1024 byte units (#133148)Alexander Ziaee
2025-06-09[lldb] Use llvm::find (NFC) (#143338)Kazu Hirata
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-05-27[lldb] Correcting an error message. (#141696)John Harrison
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata
2025-05-13[lldb] Fix compilation errors from #138896 (#139711)Pavel Labath
2025-05-12Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on window...Pavel Labath
2025-05-07Revert "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows...Pavel Labath
2025-05-07[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)Pavel Labath
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-04-25[lldb] Fix error that lead Windows to think it could reverse execute (#137351)David Spickett
2025-04-22[lldb] Clean up StartDebugserverProcess before I start refactoring it (#135342)Pavel Labath
2025-04-22[lldb/cmake] Normalize use of HAVE_LIBCOMPRESSION (#135528)Pavel Labath
2025-04-13Reapply "[lldb] ProcessGdbRemote header gardning"Pavel Labath
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath
2025-04-11Reland "[lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (...Felipe de Azevedo Piovezan
2025-04-11Revert "[lldb] ProcessGdbRemote header gardning"Jonas Devlieghere
2025-04-11[lldb] ProcessGdbRemote header gardningPavel Labath
2025-04-08Revert "[lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (...Jason Molenda
2025-04-04[lldb] Clear thread-creation breakpoints in ProcessGDBRemote::Clear (#134397)Felipe de Azevedo Piovezan
2025-03-19[lldb/gdb-remote] Do not crash on an invalid server response (#131979)Igor Kudrin
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-02-27[lldb] Assorted improvements to the Pipe class (#128719)Pavel Labath
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda
2025-02-03[lldb] Improve isolation between Process plugins and OS plugins (#125302)Felipe de Azevedo Piovezan
2025-02-03[lldb] Implement bidirectional access for backing<->backed thread relationshi...Felipe de Azevedo Piovezan
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