summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins/python_os_plugin
AgeCommit message (Expand)Author
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2020-12-07[lldb] [test] Link FreeBSD test failures to bugsMichał Górny
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny
2020-07-16Harmonize Python shebangserge-sans-paille
2020-05-19[lldb/Properties] Move OSPluginReportsAllThreads from Target to ProcessJonas Devlieghere
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-04-03Disable two new tests on Windows. They are failing but the logs are not help...Jim Ingham
2020-04-03Allow the ThreadPlanStackMap to hold the thread plans for threadsJim Ingham
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