aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote
AgeCommit message (Expand)AuthorFilesLines
2026-02-10[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz2-2/+2
2026-02-09[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda2-29/+50
2026-02-05Fix the modal private state thread we use for running expressions on the priv...jimingham1-2/+2
2026-01-23Revert "[lldb] Fix setting CanJIT if memory cannot be allocated (#176099)"Augusto Noronha1-3/+3
2026-01-23[lldb] Fix setting CanJIT if memory cannot be allocated (#176099)Igor Kudrin1-3/+3
2026-01-19[LLDB][NFC] use llvm::StringRef instead of std::string (#176748)Ebuka Ezike1-7/+7
2026-01-17[llvm][Support] Move llvm::createStringErrorV to a new ErrorExtras.h header (...Michael Buch1-0/+1
2026-01-16[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringEr...Michael Buch1-17/+15
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang1-1/+1
2025-12-15[lldb] Respect max packet size limits for MultiMemRead in ProcessGDBRemote (#...Felipe de Azevedo Piovezan1-15/+50
2025-12-12[lldb][nfc] Change ProcessGDBRemote::ParseMultiMemReadPacket signature (#172020)Felipe de Azevedo Piovezan2-18/+15
2025-12-11[lldb][NFC] Change ObjectFile argument type (#171574)Jason Molenda1-6/+8
2025-12-10[lldb] Log when we use fallback register informationDavid Spickett1-1/+6
2025-12-05[lldb] Issue a warning when Target XML should have been used but we do not ha...David Spickett1-1/+17
2025-12-05[lldb] Improve logging of failure to get register information from Target XML...David Spickett2-10/+27
2025-12-03[lldb] ensure comment conforms to LLVM guidelines (#170533)Charles Zablit1-1/+1
2025-12-03[lldb][windows] fix invalid corefile error message (#170471)Charles Zablit1-5/+3
2025-10-27[lldb] print errors when the debug server is not found (#165157)Odric Roux-Paris1-0/+6
2025-10-22[lldb] Implement ProcessGDBRemote support for ReadMemoryRanges (#164311)Felipe de Azevedo Piovezan2-0/+119
2025-10-15[lldb] Parse qSupported MultiMemRead tag in GDB Remote Client (#163249)Felipe de Azevedo Piovezan2-0/+13
2025-09-18[LLDB] Add support for the structured data plugins in lldb-server (#159457)Walter Erquinigo2-0/+36
2025-08-26[lldb] Fix spacing in "proccess plugin packet monitor" helpDavid Spickett1-1/+1
2025-08-05[lldb] Fix the buildKazu Hirata1-1/+1
2025-08-05[LLDB] Complete a missing register format mapping in the gdb-remote p… (#15...Walter Erquinigo2-1/+85
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere2-2/+9
2025-07-28[lldb] support ieee_single and ieee_double gdbtypes for registers (#150268)satyanarayana reddy janga1-1/+2
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch1-4/+4
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath5-100/+77
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-4/+4
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant4-9/+15
2025-06-25[lldb] Clean up GDBRemoteCommunication::StartDebugserverProcess (#145021)Pavel Labath4-137/+78
2025-06-24[lldb] Fix build for #145017Pavel Labath1-1/+1
2025-06-24[lldb] Use Socket::CreatePair for launching debugserver (#145017)Pavel Labath1-90/+55
2025-06-24[lldb] Remove GDBRemoteCommunication::ConnectLocally (#145293)Pavel Labath2-19/+2
2025-06-23[lldb] Add Socket::CreatePair (#145015)Pavel Labath1-26/+6
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant2-3/+2
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant2-2/+3
2025-06-11[doc] Use ISO nomenclature for 1024 byte units (#133148)Alexander Ziaee1-1/+1
2025-06-09[lldb] Use llvm::find (NFC) (#143338)Kazu Hirata1-1/+1
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+3
2025-05-27[lldb] Correcting an error message. (#141696)John Harrison1-1/+1
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata1-5/+4
2025-05-13[lldb] Fix compilation errors from #138896 (#139711)Pavel Labath1-1/+2
2025-05-12Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on window...Pavel Labath1-2/+0
2025-05-07Revert "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows...Pavel Labath1-0/+2
2025-05-07[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)Pavel Labath1-2/+0
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata3-4/+0
2025-04-25[lldb] Fix error that lead Windows to think it could reverse execute (#137351)David Spickett1-1/+1
2025-04-22[lldb] Clean up StartDebugserverProcess before I start refactoring it (#135342)Pavel Labath2-297/+199
2025-04-22[lldb/cmake] Normalize use of HAVE_LIBCOMPRESSION (#135528)Pavel Labath3-13/+7