summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/process
AgeCommit message (Expand)Author
2025-06-23[lldb] Disable flaky TestDetachResumes.py on Windows x86_64 (#145301)Dmitry Vasilyev
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath
2025-04-25[lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) (#137...Dave Lee
2025-04-25[lldb] Fix error that lead Windows to think it could reverse execute (#137351)David Spickett
2025-04-24[lldb] Disable reverse continue command test on WindowsDavid Spickett
2025-04-23[lldb] Implement CLI support for reverse-continue (#132783)Robert O'Callahan
2025-03-21[lldb] Fix tests to resolve symlinks when checking paths (#132053)David Peixotto
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2024-11-15fix: Target Process may crash or freezes on detaching process on windows (#11...anatawa12
2024-11-05[LLDB] Retry Add a target.launch-working-dir settingwalter erquinigo
2024-11-05Revert "[LLDB] Add a target.launch-working-dir setting" (#114973)Walter Erquinigo
2024-11-05[LLDB] Add a target.launch-working-dir setting (#113521)Walter Erquinigo
2024-06-11[lldb] Skip TestAttachDenied under asanFelipe de Azevedo Piovezan
2024-04-17[lldb] XFAIL TestDetachResumes on windowsPavel Labath
2024-04-17[lldb/linux] Make sure the process continues running after a detach (#88494)Pavel Labath
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-09-21I can't make this test fail locally, but it is failing on the macOSJim Ingham
2023-09-20The test: test_run_then_attach_wait_interrupt was flakey on Linux & Windows.Jim Ingham
2023-09-20Revert "Remove some raciness from the TestProcessAttach.test_run_then_attach_...Daniel Thornburgh
2023-09-20Remove some raciness from the TestProcessAttach.test_run_then_attach_wait_int...Jim Ingham
2023-09-20Revert "Fix a bug with cancelling "attach -w" after you have run a process pr...David Spickett
2023-09-19A test was changing directory and then incorrectly restoring the directoryJim Ingham
2023-09-19Fix a bug with cancelling "attach -w" after you have run a process previously...jimingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere
2022-07-10[lldb] Delete more mydir references (NFC)Dave Lee
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-22Add a "-b" option to "process continue" to run to a set of breakpoints,Jim Ingham
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham
2021-10-13[lldb] Skip several lldb tests that are flaky on WindowsStella Stamenova
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-09-29Make "process attach -c" work correctly, and add a test for it.Jim Ingham
2021-07-29Make testcase more robust against codegen changesAdrian Prantl
2021-07-29Fix typoAdrian Prantl
2021-07-29Simplify testcase to use v instead of p (NFC)Adrian Prantl
2021-05-24[lldb] Introduce createTestTarget for creating a valid target in API testsRaphael Isemann
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-01-19[lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir...Stella Stamenova
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny
2020-12-17[lldb] [POSIX-DYLD] Update the cached exe path after attachMichał Górny
2020-12-07[lldb] [Platform/POSIX] Use gdb-remote plugin when attachingMichał Górny
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
2020-11-12[lldb] Add expect_var_path to test variable path resultsRaphael Isemann
2020-11-11[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decor...Raphael Isemann
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny
2020-11-03[lldb] [test] Update XFAILs/skips for FreeBSDMichał Górny