summaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
AgeCommit message (Expand)Author
2025-10-15[lldb] Fix bot failure due to new qSupported packet reply (#163643)Felipe de Azevedo Piovezan
2025-10-07[lldb][test] Wait for a file before attempting to attach to lldb-server test ...David Spickett
2025-04-01[lldb] add --platform-available-ports option to the dotest.py (#112555)dlav-sc
2025-03-07[lldb] Adapt llgs tests for RISC-V (#130034)Georgiy Samoylov
2025-02-14[lldb] Fix broken pipe error (#127100)Georgiy Samoylov
2024-12-31[lldb] Update two API tests to fix x86 Darwin failures (#121380)Jason Molenda
2024-12-02[lldb] Added an exponential algorithm for the sleep time in connect_to_debug_...Dmitry Vasilyev
2024-05-10[lldb] Fixed SyntaxWarning: invalid escape sequence \[ \d \s (#91146)Dmitry Vasilyev
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-06-21[lldb] [llgs] Implement non-stop style stop notification packetsMichał Górny
2022-02-09[lldb/test] Remove sleeps from some lldb-server testsPavel Labath
2022-02-07[lldb] Fix a few lldb-server tests on Apple SiliconJonas Devlieghere
2022-01-13[lldb] [llgs] Implement qXfer:siginfo:readMichał Górny
2021-11-18Revert "Increase gdbremote timeout."Adrian Prantl
2021-11-16Increase gdbremote timeout.Adrian Prantl
2021-11-16typoAdrian Prantl
2021-11-10[lldb] Support gdbserver signalsMichał Górny
2021-10-19[lldb] Reduce code duplication around inferior buildingPavel Labath
2021-09-06[lldb] [llgs server] Support creating core dumps on NetBSDMichał Górny
2021-08-11Update gdbremote_testcase.py to allow new k-v pair in qMemoryRegionInfoJason Molenda
2021-06-24[lldb][AArch64] Add memory-tagging qSupported featureDavid Spickett
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-04-24[lldb] [Process] Introduce protocol extension support APIMichał Górny
2021-04-13[lldb/test] s/add_no_ack_remote_stream/do_handshakePavel Labath
2021-04-13[lldb] Remove self-skipping code from lldb-server testsPavel Labath
2021-03-30[lldb] [server] Support for multiprocess extensionMichał Górny
2020-12-29[lldb] Fix logging in lldb-server testsPavel Labath
2020-12-27[lldb/test] Automatically skip remote lldb-server tests when applicablePavel Labath
2020-12-22[lldb/test] Add GdbRemoteTestCaseFactory to avoid duplication in lldb-server ...Pavel Labath
2020-12-20[lldb/test] Enable reverse-connect on windows tooPavel Labath
2020-12-18[lldb/test] Reduce boilerplate in lldb-server testsPavel Labath
2020-12-10[lldb/test] Change base class of lldb-server testsPavel Labath
2020-12-09[LLDB] Temporarily incrase DEFAULT_TIMEOUT on gdbremote_testcase.pyMuhammad Omair Javaid
2020-12-07[lldb/test] Refactor socket_packet_pumpPavel Labath
2020-12-02Make offset field optional in RegisterInfo packet for Arm64Muhammad Omair Javaid
2020-11-30Send SVE vg register in custom expedited registersetMuhammad Omair Javaid
2020-11-20[lldb][AArch64/Linux] Show memory tagged memory regionsDavid Spickett
2020-10-29[lldb] Use reverse connection method for lldb-server testsPavel Labath
2020-09-30[lldb/ipv6] Support running lldb tests in an ipv6-only environment.Jordan Rupprecht
2020-08-14[lldb] Fix py3 incompatibility in gdbremote_testcase.pyPavel Labath
2020-08-08[LLDB] Fix timeout value on expect_gdbremote_sequenceMuhammad Omair Javaid
2020-07-20[testsuite] Adapt lldb-server base test helper to run on arm64Davide Italiano
2020-07-17[lldb] Unify sleep and time outs in GDB remote testcasesJonas Devlieghere
2020-07-15[lldb/Test] Remove custom tearDownHooks from GDB Remote testsJonas Devlieghere
2019-10-21Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.Adrian Prantl
2019-10-17Fix an inverted condition in test.Adrian Prantl
2019-10-15Increase gdbremote_testcase timeouts when running under ASAN.Adrian Prantl