aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)AuthorFilesLines
2022-05-12[lldb/API] Add SBCompileUnit::GetIndexForLineEntry method to SB APIMed Ismail Bennani3-0/+72
2022-04-27Remove Python 2 checks from the test suiteJonas Devlieghere2-54/+22
2022-04-13[lldb] Fixup af921006d3792f for non-linux platformsPavel Labath1-4/+8
2022-04-13[lldb] Remove the global platform listPavel Labath4-1/+153
2022-04-08[lldb] Skip a bunch of tests that shouldn't run remotelyJonas Devlieghere3-0/+3
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham1-0/+23
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath4-159/+1
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee1-0/+8
2022-03-09[lldb] Fix TestDebuggerAPI on windows (broken by D120810)Pavel Labath1-4/+10
2022-03-09[lldb] Remove the global platform listPavel Labath4-1/+153
2022-03-04[lldb/test] Re-enable TestEvents.py on Darwin and fix crashesMed Ismail Bennani1-6/+6
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee9-64/+64
2022-01-27[lldb/test] Skip TestSBModule unless darwinMed Ismail Bennani1-1/+1
2022-01-27Revert "[lldb/test] Try to fix TestSBModule failure"Med Ismail Bennani1-2/+2
2022-01-27[lldb/test] Try to fix TestSBModule failureMed Ismail Bennani1-2/+2
2022-01-26[lldb/API] Add ability to check if module is backed by a file on diskMed Ismail Bennani3-0/+66
2022-01-19[lldb] Introduce SBPlatform::SetSDKRootPavel Labath1-0/+8
2022-01-10[lldb] Disable several lldb tests that are flaky on WindowsStella Stamenova1-0/+1
2022-01-09[lldb] Check for arm64 in TestDisassembleRawDataDave Lee1-2/+2
2021-12-13[lldb/API] Add SetDataWithOwnership method to SBDataMed Ismail Bennani1-0/+11
2021-12-02[lldb] Skip two lldb tests on Windows because they are flakyStella Stamenova1-0/+1
2021-11-25[lldb] Fix TestFileHandle.pyPavel Labath1-4/+3
2021-11-24Fixed use of -o and -k in LLDB under Windows when statically compiled with vc...Levon Ter-Grigoryan2-0/+18
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 Devlieghere14-94/+16
2021-07-16[lldb] Add AllocateMemory/DeallocateMemory to the SBProcess APIPeter S. Housel2-0/+65
2021-06-05Revert "[LLDB/API] Expose args and env from SBProcessInfo."Bruce Mitchener1-7/+0
2021-06-05[LLDB/API] Expose args and env from SBProcessInfo.Bruce Mitchener1-0/+7
2021-06-02[lldb/API] Expose triple for SBProcessInfo.Bruce Mitchener1-0/+2
2021-04-13[lldb][Arm/AArch64] Add basic disassemble tests for Arm/AArch64David Spickett1-0/+12
2021-04-04[lldb] Replace unneeded use of Foundation with ObjectiveC in tests (NFC)Dave Lee3-6/+3
2021-03-05[lldb/API] Add CommandInterpreter::{Get,Set}PrintErrors to SBAPI (NFC)Med Ismail Bennani1-0/+37
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha47-177/+1
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha3-0/+63
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee14-94/+93
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee23-92/+93
2021-02-02Revert "[lldb] Use current execution context in SBDebugger"Raphael Isemann1-32/+0
2021-02-01[lldb/test] Skip `SBTarget::IsLoaded` test on windows (NFC)Med Ismail Bennani1-0/+1
2021-02-01[lldb] Use current execution context in SBDebuggerAndy Yankovsky1-0/+32
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
2021-01-06[lldb] Skip scoped enum checks with Dwarf <4Jonas Devlieghere1-22/+23
2021-01-02[Process/NetBSD] Copy changes from FreeBSDRemote and reformatMichał Górny1-1/+0
2020-12-22[lldb] Add SBType::GetEnumerationIntegerType methodAndy Yankovsky2-0/+15
2020-12-22[lldb] Add SBType::IsScopedEnumerationType methodAndy Yankovsky2-0/+15
2020-12-20[lldb] [test] Update test status for NetBSDMichał Górny3-2/+2
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath3-63/+0
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha3-0/+63