aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api
AgeCommit message (Expand)AuthorFilesLines
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