aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/process
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[lldb] Disable flaky TestDetachResumes.py on Windows/AArch64Muhammad Omair Javaid1-1/+0
2025-06-23[lldb] Disable flaky TestDetachResumes.py on Windows x86_64 (#145301)Dmitry Vasilyev1-0/+5
2025-05-13[lldb] Move lldb_enable_attach from test_common to a separate header (#139550)Pavel Labath3-6/+7
2025-04-25[lldb] Rename reverse-continue/TestReverseContinueNotSupported.py (NFC) (#137...Dave Lee1-1/+1
2025-04-25[lldb] Fix error that lead Windows to think it could reverse execute (#137351)David Spickett1-2/+3
2025-04-24[lldb] Disable reverse continue command test on WindowsDavid Spickett1-0/+1
2025-04-23[lldb] Implement CLI support for reverse-continue (#132783)Robert O'Callahan4-0/+132
2025-03-21[lldb] Fix tests to resolve symlinks when checking paths (#132053)David Peixotto1-1/+1
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima1-1/+1
2024-11-15fix: Target Process may crash or freezes on detaching process on windows (#11...anatawa121-1/+0
2024-11-05[LLDB] Retry Add a target.launch-working-dir settingwalter erquinigo1-0/+58
2024-11-05Revert "[LLDB] Add a target.launch-working-dir setting" (#114973)Walter Erquinigo1-57/+0
2024-11-05[LLDB] Add a target.launch-working-dir setting (#113521)Walter Erquinigo1-0/+57
2024-06-11[lldb] Skip TestAttachDenied under asanFelipe de Azevedo Piovezan1-0/+1
2024-04-17[lldb] XFAIL TestDetachResumes on windowsPavel Labath1-0/+1
2024-04-17[lldb/linux] Make sure the process continues running after a detach (#88494)Pavel Labath3-0/+111
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-1/+0
2023-09-21I can't make this test fail locally, but it is failing on the macOSJim Ingham1-84/+0
2023-09-20The test: test_run_then_attach_wait_interrupt was flakey on Linux & Windows.Jim Ingham1-0/+85
2023-09-20Revert "Remove some raciness from the TestProcessAttach.test_run_then_attach_...Daniel Thornburgh1-83/+0
2023-09-20Remove some raciness from the TestProcessAttach.test_run_then_attach_wait_int...Jim Ingham1-0/+83
2023-09-20Revert "Fix a bug with cancelling "attach -w" after you have run a process pr...David Spickett2-69/+3
2023-09-19A test was changing directory and then incorrectly restoring the directoryJim Ingham1-1/+2
2023-09-19Fix a bug with cancelling "attach -w" after you have run a process previously...jimingham2-3/+69
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere8-186/+303
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett1-2/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-2/+0
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere1-1/+1
2022-07-10[lldb] Delete more mydir references (NFC)Dave Lee1-1/+0
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere2-2/+2
2022-06-22Add a "-b" option to "process continue" to run to a set of breakpoints,Jim Ingham3-0/+153
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee7-14/+0
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere1-6/+6
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham3-0/+142
2021-10-13[lldb] Skip several lldb tests that are flaky on WindowsStella Stamenova1-0/+1
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere4-7/+0
2021-09-29Make "process attach -c" work correctly, and add a test for it.Jim Ingham1-0/+17
2021-07-29Make testcase more robust against codegen changesAdrian Prantl1-3/+2
2021-07-29Fix typoAdrian Prantl1-1/+1
2021-07-29Simplify testcase to use v instead of p (NFC)Adrian Prantl1-1/+1
2021-05-24[lldb] Introduce createTestTarget for creating a valid target in API testsRaphael Isemann2-8/+2
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee1-6/+6
2021-01-19[lldb/test] Skip TestProcessAttach: test_attach_to_process_from_different_dir...Stella Stamenova1-0/+1
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny1-0/+1
2020-12-17[lldb] [POSIX-DYLD] Update the cached exe path after attachMichał Górny2-0/+31
2020-12-07[lldb] [Platform/POSIX] Use gdb-remote plugin when attachingMichał Górny1-1/+0
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny1-1/+1
2020-11-12[lldb] Add expect_var_path to test variable path resultsRaphael Isemann1-15/+8
2020-11-11[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decor...Raphael Isemann1-3/+3
2020-11-10[lldb] [Process/NetBSD] Copy the recent improvements from FreeBSDMichał Górny1-3/+0