summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/gdb_remote_client/TestGDBRemoteClient.py
AgeCommit message (Expand)Author
2025-10-21[lldb] Add bidirectional packetLog to gdbclientutils.py (#162176)Daniel Sanders
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
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
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-07-22[gdb-remote] Sort entries in QEnvironment*Fangrui Song
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-02-19Recommit "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins
2023-02-08Revert "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins
2023-02-07[Support] change StringMap hash function from djbHash to xxHashErik Desjardins
2022-10-06[lldb/gdb-server] Better reporting of launch errorsPavel Labath
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
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-11-16[lldb/test] Move gdb client utils into the packages treePavel Labath
2021-11-10[lldb] [test] Fix new signal tests to use remote-linux pluginMichał Górny
2021-11-10[lldb] [test] Skip new signal tests on WindowsMichał Górny
2021-11-10[lldb] Support gdbserver signalsMichał Górny
2021-10-11[lldb] [test] Rewrite g/p/G/P tests not to rely on hardcoded ARM regsMichał Górny
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-09-20[lldb] [gdb-remote] Always send PID when detaching w/ multiprocessMichał Górny
2021-09-10[lldb] [test] Attempt to fix gdb_remote_client A/vRun tests on WindowsMichał Górny
2021-09-10[lldb] [gdb-remote] Support QEnvironment fallback to hex-encodedMichał Górny
2021-09-10[lldb] [gdb-remote] Implement the vRun packetMichał Górny
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere
2020-05-19[lldb/Reproducers] Update GDB remote client tests for passive replayJonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere
2020-03-06Correctly identify iOS simulator processes in debugserver.Adrian Prantl
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha
2020-02-14Remove 'process launch failed:' message prefix in Target::LaunchJason Molenda
2020-02-14[lldb] Add a test for launch failure and its error messagePavel Labath
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht