summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/platform
AgeCommit message (Expand)Author
2025-06-27[lldb] Extract debug server location code (#145706)Pavel Labath
2025-06-10Minor fix to connect-url to support unix-connect sockets on localhost (#142875)satyajanga
2025-04-22Revert "[lldb] Use correct path for debugserver (#131609)"Pavel Labath
2025-04-22[lldb] Avoid modifying the source tree in TestPlatformLaunchGDBServerPavel Labath
2025-04-22[lldb] Use correct path for debugserver (#131609)Yuval Deutscher
2024-10-03[lldb] Removed gdbserver ports map from lldb-server (#104238)Dmitry Vasilyev
2024-05-13[lldb] Fixed the test TestPlatformProcessLaunch running on a remote target (#...Dmitry Vasilyev
2024-03-07[lldb][test][FreeBSD] xfail TestPlatformConnect on AArch64David Spickett
2024-02-14[lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-06-30[lldb] Check that qLaunchGDBServer packet does not return an errorDavid Spickett
2023-06-29Reland "[LLDB] Fix the use of "platform process launch" with no extra arguments"David Spickett
2023-06-27Revert "[LLDB] Fix the use of "platform process launch" with no extra arguments"David Spickett
2023-06-27[LLDB] Fix the use of "platform process launch" with no extra argumentsDavid Spickett
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-01[lldb] Fix flakyness in TestProcessListPavel Labath
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-05-26One further tweak for realpathing filepath to match dyldJason Molenda
2022-05-26Update three tests to realpath paths that we compare to dyld pathsJason Molenda
2022-04-08[lldb] Skip a bunch of tests that shouldn't run remotelyJonas Devlieghere
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2022-01-12[lldb] Don't print "Command Options Usage:" for an alias with no optionsDavid Spickett
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-03-14[lldb] Move PlatformPOSIX::ConnectToWaitingProcesses to RemoteAwarePlatformPavel Labath
2021-03-04[lldb] Apply gdb-remote timeout to platform connections as wellPavel Labath
2021-02-21Reapply "[lldb/test] Automatically find debug servers to test"Pavel Labath
2021-02-11Revert "[lldb/test] Automatically find debug servers to test"Pavel Labath
2021-02-11[lldb/test] Automatically find debug servers to testPavel Labath
2021-02-10[lldb/test] Move and improve TestPlatformProcessConnect.pyPavel Labath
2020-12-02[lldb] Treat remote macOS debugging like any other remote darwin platformJonas Devlieghere
2020-11-09[lldb] [Host/freebsd] Set Arg0 for 'platform process list -v'Michał Górny
2020-11-09Revert "[lldb] [Host/freebsd] Set Arg0 for 'platform process list -v'"Michał Górny
2020-11-09[lldb] [Host/freebsd] Set Arg0 for 'platform process list -v'Michał Górny
2020-11-03[lldb] [test] Update XFAILs/skips for FreeBSDMichał Górny
2020-09-02[lldb/test] Fix TestPlatform*.py Windows failures (NFC)Med Ismail Bennani
2020-09-02[lldb/Target] Add custom interpreter option to `platform shell`Med Ismail Bennani
2020-08-04[lldb/Test] Add @skipIfRemote decorator to TestProcessList.pyJonas Devlieghere
2020-07-14[lldb/Test] Always set the cleanupSubprocesses tear down hookJonas Devlieghere
2020-07-01[lldb] Replace StringConvert with llvm::to_integer when parsing integer value...Raphael Isemann
2020-05-15[lldb/Commands] Add ability to run shell command on the host.Med Ismail Bennani
2020-05-08[lldb/Test] Update TestProcessList.py for reproducer replayJonas Devlieghere
2020-02-21[lldb/test] Move `platform process list` tests to its own directory (NFC)Med Ismail Bennani
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht