aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/target
AgeCommit message (Expand)AuthorFilesLines
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-0/+18
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda1-1/+1
2025-04-13Skip test on DarwinAdrian Prantl1-0/+1
2025-04-11[lldb][test] Adjust TestTargetReadInstructionsFlavor skipIfsDavid Spickett1-1/+2
2025-04-11[lldb] Fix SBTarget::ReadInstruction with flavor (#134626)Ebuka Ezike3-0/+63
2025-03-31[lldb] Expose the Target API mutex through the SB API (#133295)Jonas Devlieghere1-0/+24
2024-09-25[lldb] Fix error reporting in SBTarget::ReadMemory (#109764)Pavel Labath1-0/+5
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht1-1/+1
2024-02-06[lldb] Fix a crasher when using the public API. (#80508)Greg Clayton1-0/+6
2023-06-16[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-1/+1
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg1-0/+2
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere1-125/+127
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid1-2/+0
2023-01-26[test] Remove unused `unittest2` importJordan Rupprecht1-8/+7
2022-11-18[lldb] Fix that empty target.run-args are not actually used when launching pr...Raphael Isemann1-0/+9
2022-09-06Revert "[lldb][bindings] Fix module_access handling of regex"Stella Stamenova1-12/+0
2022-09-03[lldb][bindings] Fix module_access handling of regexDave Lee1-0/+12
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett1-3/+0
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere1-4/+4
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee1-2/+0
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee1-2/+2
2022-04-08[lldb] Skip a bunch of tests that shouldn't run remotelyJonas Devlieghere1-0/+1
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham1-0/+23
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee1-1/+1
2021-10-15[NFC] fix a typoShao-Ce SUN1-5/+5
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere1-15/+10
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha1-13/+1
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee1-6/+6
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee1-10/+10
2021-02-01[lldb/test] Skip `SBTarget::IsLoaded` test on windows (NFC)Med Ismail Bennani1-0/+1
2021-02-01[lldb/API] Expose Module::IsLoadedInTarget() to SB API (NFC)Med Ismail Bennani1-0/+24
2021-01-26Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEFAULT_ARCHJim Ingham1-0/+13
2021-01-25Revert "Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAU...Richard Smith1-12/+0
2021-01-25Fix SBDebugger::CreateTargetWithFileAndArch to accept LLDB_ARCH_DEFAULT.Jim Ingham1-0/+12
2020-11-11[lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decor...Raphael Isemann1-1/+1
2020-10-22[lldb] Fix TestTargetAPI.py on Apple simulatorsRaphael Isemann1-1/+1
2020-08-17[lldb] Skip test_launch_simple with reproducersJonas Devlieghere1-0/+1
2020-08-14[lldb] Use SBProcess::Continue instead of 'run' command in TestTargetAPI.pyRaphael Isemann1-3/+3
2020-08-07[lldb] Assert the process has exited before we gets its output.Jonas Devlieghere1-0/+7
2020-08-06[LLDB] Mark test_launch_simple as a no-debug-info testJonas Devlieghere1-0/+1
2020-08-06[LLDB] Skip test_launch_simple from TestTargetAPI.py when remoteJonas Devlieghere1-1/+2
2020-08-06[LLDB] Skip test_launch_simple from TestTargetAPI.py on Arm/AArch64 LinuxMuhammad Omair Javaid1-0/+1
2020-08-05"|" used when "||" was meant in SBTarget::FindFunctionsJim Ingham1-0/+4
2020-08-05[lldb] Skip test_launch_simple on WindowsJonas Devlieghere1-0/+1
2020-08-05[lldb] Make SBTarget::LaunchSimple start form the target's LaunchInfoJonas Devlieghere2-4/+43
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere1-8/+8
2020-05-20[lldb/Reproducers] Fix/skip passive replay failures in python_api subdirJonas Devlieghere1-10/+14
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki1-1/+1
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann1-7/+0
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht3-0/+488