summaryrefslogtreecommitdiff
path: root/lldb/test/API/tools/lldb-server
AgeCommit message (Expand)Author
2025-10-13[lldb][test] Replace seven.join_for_shell with shlex.join (#163191)David Spickett
2025-10-07[lldb][test] Wait for a file before attempting to attach to lldb-server test ...David Spickett
2025-10-03[lldb][test] Disable TestLldbGdbServer.py on Linux temporarily (#161868)David Spickett
2025-06-25[lldb] Fix FindProcessImpl() for iOS simulators (#139174)royitaqi
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath
2025-05-08[lldb][test] Disable flaky test_qThreadInfo_matches_qC_attach test on AArch64...Dmitry Vasilyev
2025-05-02[lldb][test] Disable flaky TestLldbGdbServer.py (#138263)Dmitry Vasilyev
2025-05-01[lldb][test] Skip part of TestLldbGdbServer.py on WindowsDavid Spickett
2025-03-24[lldb] Fix TestGdbRemoteForkNonStop.py test (#131293)Georgiy Samoylov
2025-03-20[lldb][debugserver] remove g/G packet handling from debugserver (#132127)Jason Molenda
2025-03-13[lldb] Split some lldb-server tests to avoid timeout (#129614)David Peixotto
2025-03-10[lldb] Add more ARM checks in TestLldbGdbServer.py (#130277)David Spickett
2025-03-07[lldb] Adapt llgs tests for RISC-V (#130034)Georgiy Samoylov
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-13[lldb] Fix build problem in llgs tests for RISC-V (#127091)Georgiy Samoylov
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-09-04[lldb][test] Skip some lldb-server tests on WindowsDavid Spickett
2024-06-28[lldb-dap] Added "port" property to vscode "attach" command. (#91570)Santhosh Kumar Ellendula
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima
2024-06-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad
2024-06-06[lldb] Disable TestPtyServer API test when remote testing (#94587)Dmitry Vasilyev
2024-05-30[lldb] Fixed the TestGdbRemotePlatformFile test running on a remote target (#...Dmitry Vasilyev
2024-05-30[lldb] Fixed the TestGdbRemoteLibrariesSvr4Support test running on a remote t...Dmitry Vasilyev
2024-05-17[lldb] Fixed the test TestGdbRemoteAttachWait running on a remote target (#92...Dmitry Vasilyev
2024-05-16[lldb][Windows] Disable the TestGdbRemoteLibrariesSvr4Support test for Window...Dmitry Vasilyev
2024-05-15[lldb] Fixed the TestGdbRemoteCompletion test (#92268)Dmitry Vasilyev
2024-05-15[lldb][Windows] Fixed tests TestPty and TestPtyServer (#92090)Dmitry Vasilyev
2024-05-14[lldb][Windows] Fixed the test TestGdbRemoteMemoryTagging (#92077)Dmitry Vasilyev
2024-05-14[lldb] Fix the test TestGdbRemotePlatformFile when run with a remote target (...Dmitry Vasilyev
2024-05-14[lldb] Fixed the test TestGdbRemoteLaunch (#91931)Dmitry Vasilyev
2024-02-27[lldb][test][Windows] Fix NonStop tests on case insensitive file systemsDavid Spickett
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere
2024-02-19Revert "[lldb] Migrate distutils.version.LooseVersion to packaging" (#82297)Jonas Devlieghere
2024-02-19[lldb] Migrate distutils.version.LooseVersion to packaging (#82066)Jonas Devlieghere
2024-02-16[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)Jonas Devlieghere
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-02-24[lldb][test] Fix vCont-threads/main.cp for -std=c++11Fangrui Song
2023-02-24Remove uses of ATOMIC_VAR_INITFangrui Song
2023-02-23[lldb] Skip test_stop_reply_contains_thread_pcs on WindowsDavid Spickett
2023-02-23[LLDB] Mark test_stop_reply_contains_thread_pcs as an expected failure on Win...David Spickett
2022-09-20[LLDB] Format lldb-server's target XMLDavid Spickett
2022-09-12[test] Increase test assertion for reasonable auxv values.Jordan Rupprecht