summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/gdb_remote_client
AgeCommit message (Expand)Author
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere
2025-10-21[lldb] Add bidirectional packetLog to gdbclientutils.py (#162176)Daniel Sanders
2025-09-25[lldb][test] Refactor and expand TestMemoryRegionDirtyPages.py (#156035)David Spickett
2025-09-09[lldb][test] Prevent TestqOffsets.py picking up host binaries (#157432)David Spickett
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
2025-07-30[lldb] Implement RegisterContextWasm (#151056)Jonas Devlieghere
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-06-25[lldb] Fix qEcho message handling. (#145675)eleviant
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-20[lldb][RISC-V] Extended if conditions to support alias names for registers (#...kper
2025-01-31[lldb] Add support for gdb-style 'x' packet (#124733)Pavel Labath
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-09-24[lldb][AArch64] Create Neon subregs when XML only includes SVE (#108365)David Spickett
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-08-13[lldb] Claim to support swbreak and hwbreak packets when debugging a gdbremot...xusheng
2024-07-21[lldb][Windows] Fixed Host::Kill() (#99721)Dmitry Vasilyev
2024-07-01Reland "[lldb] Parse and display register field enums" (#97258)" (#97270)David Spickett
2024-07-01Revert "[lldb] Parse and display register field enums" (#97258)David Spickett
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch
2024-06-27[lldb] Don't call AddRemoteRegisters if the target XML did not include any re...David Spickett
2024-06-27[lldb][test] Refactor no target XML testDavid Spickett
2024-06-27[lldb] Parse and display register field enums (#95768)David Spickett
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-05-15[lldb][Windows] Fixed the test gdb_remote_client/TestGDBRemotePlatformFile (#...Dmitry Vasilyev
2024-05-15[lldb][Windows] Fixed tests TestPty and TestPtyServer (#92090)Dmitry Vasilyev
2024-05-02[lldb][test][FreeBSD] Remove xfails from TestGDBRemoteLoad (#84026)David Spickett
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-10-24[lldb] Add test for reserved XML chars in register field namesDavid Spickett
2023-10-06[lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378)Jonas Devlieghere
2023-10-04[lldb][test] Skip platform attach test on WindowsDavid Spickett
2023-10-04[lldb][test] Remove expected failure marker for TestPlatformAttach on windows...antoine moynault
2023-10-03[lldb] Expose Platform::Attach through the SB API (#68050)Jonas Devlieghere
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-07-22[gdb-remote] Sort entries in QEnvironment*Fangrui Song
2023-06-21[lldb] Add register field tables to the "register info" commandDavid Spickett
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-04-21[LLDB] Don't print register fields when asked for a specific formatDavid Spickett
2023-04-20[LLDB] Discard register flags where the size doesn't match the registerDavid Spickett
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin