summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)Author
2020-08-14[lldb] Use SBProcess::Continue instead of 'run' command in TestTargetAPI.pyRaphael Isemann
2020-08-13[lldb] Set the launch flags to GetLaunchInfo().GetLaunchFlags()Jonas Devlieghere
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] Use target.GetLaunchInfo() instead of creating an empty one.Jonas 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-08-04[lldb/Test] Skip tests that try to get the remote environmentJonas Devlieghere
2020-07-23Recommit "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(ap...Pavel Labath
2020-07-14[lldb/Test] Always set the cleanupSubprocesses tear down hookJonas Devlieghere
2020-07-08Revert "[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(appe...Davide Italiano
2020-07-08[lldb/API] Overwrite variables with SBLaunchInfo::SetEnvironment(append=true)Pavel Labath
2020-06-30[lldb/Test] Introduce "assertSuccess"Pavel Labath
2020-05-27[lldb/Reproducers] Skip or fix the remaining tests.Jonas Devlieghere
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere
2020-05-26[lldb/Reproducers] Skip remaining failing test in python_api subdirJonas Devlieghere
2020-05-25[lldb/Test] Add a trace method to replace print statements.Jonas Devlieghere
2020-05-21[lldb/Test] Fix replay with TestSetWatchpoint.pyJonas Devlieghere
2020-05-21[lldb/Test] Cleanup TestSymbolContext.pyJonas Devlieghere
2020-05-21Move decorator to the correct function.Adrian Prantl
2020-05-21Disable malloc stepping test under ASAN. The output is different and I'm not ...Adrian Prantl
2020-05-20[lldb/Reproducers] Fix/skip passive replay failures in python_api subdirJonas Devlieghere
2020-05-20[lldb/Reproducers] Skip another test that uses lldb::FileSP under the hoodJonas Devlieghere
2020-05-13[LLDB] Mark some xfails for arm-linuxMuhammad Omair Javaid
2020-05-07[lldb/Test] Skip more tests that are not expected to work with passive replayJonas Devlieghere
2020-05-07[lldb/Test] Fix typo in find-and-replace.Jonas Devlieghere
2020-05-07[lldb/Test] Add @skipIfReproducer to tests using lldb::FileSP.Jonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-04-01[lldb] Inherit host environment when running shell commandsPavel Labath
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-23Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-20Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-03-20Temporarily Revert "Create basic SBEnvironment class"Adrian Prantl
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-03-05[lldb][test] TestFileHandle: flush the output after writeTatyana Krasnukha
2020-03-05[lldb][testsuite] Create a SBDebugger instance for each testTatyana Krasnukha
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-13[lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in th...Raphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht