aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)AuthorFilesLines
2020-08-06[LLDB] Skip test_launch_simple from TestTargetAPI.py when remoteJonas Devlieghere1-1/+2
2020-08-06[lldb] Use target.GetLaunchInfo() instead of creating an empty one.Jonas Devlieghere2-2/+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-08-04[lldb/Test] Skip tests that try to get the remote environmentJonas Devlieghere2-0/+3
2020-07-23Recommit "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(ap...Pavel Labath1-0/+10
2020-07-14[lldb/Test] Always set the cleanupSubprocesses tear down hookJonas Devlieghere1-2/+0
2020-07-08Revert "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(appe...Davide Italiano1-10/+0
2020-07-08[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)Pavel Labath1-0/+10
2020-06-30[lldb/Test] Introduce "assertSuccess"Pavel Labath1-1/+2
2020-05-27[lldb/Reproducers] Skip or fix the remaining tests.Jonas Devlieghere1-0/+1
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere1-1/+1
2020-05-26[lldb/Reproducers] Skip remaining failing test in python_api subdirJonas Devlieghere2-0/+3
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere8-35/+31
2020-05-21[lldb/Test] Fix replay with TestSetWatchpoint.pyJonas Devlieghere1-1/+6
2020-05-21[lldb/Test] Cleanup TestSymbolContext.pyJonas Devlieghere1-33/+21
2020-05-21Move decorator to the correct function.Adrian Prantl1-1/+1
2020-05-21Disable malloc stepping test under ASAN. The output is different and I'm not ...Adrian Prantl1-0/+1
2020-05-20[lldb/Reproducers] Fix/skip passive replay failures in python_api subdirJonas Devlieghere6-17/+30
2020-05-20[lldb/Reproducers] Skip another test that uses lldb::FileSP under the hoodJonas Devlieghere1-0/+2
2020-05-13[LLDB] Mark some xfails for arm-linuxMuhammad Omair Javaid1-0/+1
2020-05-07[lldb/Test] Skip more tests that are not expected to work with passive replayJonas Devlieghere1-0/+1
2020-05-07[lldb/Test] Fix typo in find-and-replace.Jonas Devlieghere1-49/+49
2020-05-07[lldb/Test] Add @skipIfReproducer to tests using lldb::FileSP.Jonas Devlieghere2-0/+50
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere1-0/+1
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki5-5/+5
2020-04-01[lldb] Inherit host environment when running shell commandsPavel Labath3-0/+33
2020-03-23Create basic SBEnvironment classWalter Erquinigo1-0/+125
2020-03-23Revert "Create basic SBEnvironment class"Walter Erquinigo1-125/+0
2020-03-23Create basic SBEnvironment classWalter Erquinigo1-0/+125
2020-03-20Revert "Create basic SBEnvironment class"Walter Erquinigo1-125/+0
2020-03-20Create basic SBEnvironment classWalter Erquinigo1-0/+125
2020-03-20Temporarily Revert "Create basic SBEnvironment class"Adrian Prantl1-125/+0
2020-03-20Create basic SBEnvironment classWalter Erquinigo1-0/+125
2020-03-05[lldb][test] TestFileHandle: flush the output after writeTatyana Krasnukha1-0/+2
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha1-91/+73
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann26-188/+0
2020-02-13[lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in th...Raphael Isemann7-17/+17
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht174-0/+11098