aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/gdb_remote_client
AgeCommit message (Expand)AuthorFilesLines
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere1-0/+67
2025-10-21[lldb] Add bidirectional packetLog to gdbclientutils.py (#162176)Daniel Sanders4-48/+36
2025-09-25[lldb][test] Refactor and expand TestMemoryRegionDirtyPages.py (#156035)David Spickett1-38/+80
2025-09-09[lldb][test] Prevent TestqOffsets.py picking up host binaries (#157432)David Spickett1-0/+2
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee1-3/+3
2025-07-30[lldb] Implement RegisterContextWasm (#151056)Jonas Devlieghere3-67/+396
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere1-6/+22
2025-07-28[lldb] support ieee_single and ieee_double gdbtypes for registers (#150268)satyanarayana reddy janga1-0/+11
2025-06-25[lldb] Fix qEcho message handling. (#145675)eleviant1-0/+72
2025-06-22Revert "[lldb] Fix qEcho message handling (#145072)" (#145241)eleviant1-72/+0
2025-06-21[lldb] Fix qEcho message handling (#145072)eleviant1-0/+72
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima1-5/+5
2025-02-20[lldb][RISC-V] Extended if conditions to support alias names for registers (#...kper2-0/+168
2025-01-31[lldb] Add support for gdb-style 'x' packet (#124733)Pavel Labath1-0/+55
2024-10-30Fix call site breakpoint patch (#114158)jimingham1-4/+31
2024-09-24[lldb][AArch64] Create Neon subregs when XML only includes SVE (#108365)David Spickett1-0/+121
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-7/+5
2024-08-13[lldb] Claim to support swbreak and hwbreak packets when debugging a gdbremot...xusheng1-4/+11
2024-07-21[lldb][Windows] Fixed Host::Kill() (#99721)Dmitry Vasilyev1-1/+0
2024-07-01Reland "[lldb] Parse and display register field enums" (#97258)" (#97270)David Spickett1-0/+402
2024-07-01Revert "[lldb] Parse and display register field enums" (#97258)David Spickett1-402/+0
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch1-1/+1
2024-06-27[lldb] Don't call AddRemoteRegisters if the target XML did not include any re...David Spickett1-13/+71
2024-06-27[lldb][test] Refactor no target XML testDavid Spickett1-41/+38
2024-06-27[lldb] Parse and display register field enums (#95768)David Spickett1-0/+402
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima1-1/+1
2024-05-15[lldb][Windows] Fixed the test gdb_remote_client/TestGDBRemotePlatformFile (#...Dmitry Vasilyev1-2/+6
2024-05-15[lldb][Windows] Fixed tests TestPty and TestPtyServer (#92090)Dmitry Vasilyev1-1/+1
2024-05-02[lldb][test][FreeBSD] Remove xfails from TestGDBRemoteLoad (#84026)David Spickett1-9/+0
2024-02-21[lldb][test] Modernize assertEqual(value, bool) (#82526)Jordan Rupprecht1-1/+1
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht1-5/+6
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere4-45/+45
2023-10-24[lldb] Add test for reserved XML chars in register field namesDavid Spickett1-0/+18
2023-10-06[lldb] Expose SBPlatform::GetAllProcesses to the SB API (#68378)Jonas Devlieghere1-0/+54
2023-10-04[lldb][test] Skip platform attach test on WindowsDavid Spickett1-0/+1
2023-10-04[lldb][test] Remove expected failure marker for TestPlatformAttach on windows...antoine moynault1-1/+0
2023-10-03[lldb] Expose Platform::Attach through the SB API (#68050)Jonas Devlieghere1-0/+58
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett1-1/+3
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett1-3/+1
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda1-1/+3
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda1-3/+1
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda1-1/+3
2023-08-07[lldb] Fix typo in comments and in testEymen Ünay1-1/+1
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-2/+5
2023-07-22[gdb-remote] Sort entries in QEnvironment*Fangrui Song1-6/+6
2023-06-21[lldb] Add register field tables to the "register info" commandDavid Spickett1-0/+28
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere43-1398/+1964
2023-04-21[LLDB] Don't print register fields when asked for a specific formatDavid Spickett1-0/+9
2023-04-20[LLDB] Discard register flags where the size doesn't match the registerDavid Spickett1-6/+20
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin2-0/+536