summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/target/TestTargetAPI.py
AgeCommit message (Expand)Author
2023-01-26[test] Remove unused `unittest2` importJordan Rupprecht
2022-11-18[lldb] Fix that empty target.run-args are not actually used when launching pr...Raphael Isemann
2022-09-06Revert "[lldb][bindings] Fix module_access handling of regex"Stella Stamenova
2022-09-03[lldb][bindings] Fix module_access handling of regexDave Lee
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-04-08[lldb] Skip a bunch of tests that shouldn't run remotelyJonas Devlieghere
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-10-15[NFC] fix a typoShao-Ce SUN
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2021-02-01[lldb/test] Skip `SBTarget::IsLoaded` test on windows (NFC)Med Ismail Bennani
2021-02-01[lldb/API] Expose Module::IsLoadedInTarget() to SB API (NFC)Med Ismail Bennani
2021-01-26Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEFAULT_ARCHJim Ingham
2021-01-25Revert "Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAU...Richard Smith
2021-01-25Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAULT.Jim Ingham
2020-11-11[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decor...Raphael Isemann
2020-10-22[lldb] Fix TestTargetAPI.py on Apple simulatorsRaphael Isemann
2020-08-17[lldb] Skip test_launch_simple with reproducersJonas Devlieghere
2020-08-14[lldb] Use SBProcess::Continue instead of 'run' command in TestTargetAPI.pyRaphael Isemann
2020-08-07[lldb] Assert the process has exited before we gets its output.Jonas Devlieghere
2020-08-06[LLDB] Mark test_launch_simple as a no-debug-info testJonas Devlieghere
2020-08-06[LLDB] Skip test_launch_simple from TestTargetAPI.py when remoteJonas Devlieghere
2020-08-06[LLDB] Skip test_launch_simple from TestTargetAPI.py on Arm/AArch64 LinuxMuhammad Omair Javaid
2020-08-05"|" used when "||" was meant in SBTarget::FindFunctionsJim Ingham
2020-08-05[lldb] Skip test_launch_simple on WindowsJonas Devlieghere
2020-08-05[lldb] Make SBTarget::LaunchSimple start form the target's LaunchInfoJonas Devlieghere
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-05-20[lldb/Reproducers] Fix/skip passive replay failures in python_api subdirJonas Devlieghere
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht