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