summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)Author
2022-01-27[lldb/test] Try to fix TestSBModule failureMed Ismail Bennani
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani
2022-01-19[lldb] Introduce SBPlatform::SetSDKRootPavel Labath
2022-01-10[lldb] Disable several lldb tests that are flaky on WindowsStella Stamenova
2022-01-09[lldb] Check for arm64 in TestDisassembleRawDataDave Lee
2021-12-13[lldb/API] Add SetDataWithOwnership method to SBDataMed Ismail Bennani
2021-12-02[lldb] Skip two lldb tests on Windows because they are flakyStella Stamenova
2021-11-25[lldb] Fix TestFileHandle.pyPavel Labath
2021-11-24Fixed use of -o and -k in LLDB under Windows when statically compiled with vc...Levon Ter-Grigoryan
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-07-16[lldb] Add AllocateMemory/DeallocateMemory to the SBProcess APIPeter S. Housel
2021-06-05Revert "[LLDB/API] Expose args and env from SBProcessInfo."Bruce Mitchener
2021-06-05[LLDB/API] Expose args and env from SBProcessInfo.Bruce Mitchener
2021-06-02[lldb/API] Expose triple for SBProcessInfo.Bruce Mitchener
2021-04-13[lldb][Arm/AArch64] Add basic disassemble tests for Arm/AArch64David Spickett
2021-04-04[lldb] Replace unneeded use of Foundation with ObjectiveC in tests (NFC)Dave Lee
2021-03-05[lldb/API] Add CommandInterpreter::{Get,Set}PrintErrors to SBAPI (NFC)Med Ismail Bennani
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana 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-02Revert "[lldb] Use current execution context in SBDebugger"Raphael Isemann
2021-02-01[lldb/test] Skip `SBTarget::IsLoaded` test on windows (NFC)Med Ismail Bennani
2021-02-01[lldb] Use current execution context in SBDebuggerAndy Yankovsky
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
2021-01-06[lldb] Skip scoped enum checks with Dwarf <4Jonas Devlieghere
2021-01-02[Process/NetBSD] Copy changes from FreeBSDRemote and reformatMichał Górny
2020-12-22[lldb] Add SBType::GetEnumerationIntegerType methodAndy Yankovsky
2020-12-22[lldb] Add SBType::IsScopedEnumerationType methodAndy Yankovsky
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
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-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny
2020-11-07[lldb] [test] Use skipUnlessDarwin for tests specific to DarwinMichał Górny
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny
2020-11-03[lldb] [test] Remove xfail from tests that pass on FreeBSDMichał Górny
2020-11-03Return actual type from SBType::GetArrayElementTypeAndy Yankovsky
2020-10-26Fix SBError::SetErrorToGenericErrorAndy Yankovsky
2020-10-22[lldb] Fix TestTargetAPI.py on Apple simulatorsRaphael Isemann
2020-10-15Add an SB API to get the SBTarget from an SBBreakpointJim Ingham
2020-09-30Fix crash in SBStructuredData::GetDescription() when there's no StructuredDat...Jim Ingham
2020-08-17[lldb] Skip test_launch_simple with reproducersJonas Devlieghere