summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/plugins
AgeCommit message (Expand)Author
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
2025-07-11When running OS Plugins from dSYM's, make sure start state is correct (#146441)jimingham
2025-02-28[lldb] Add ability to inspect backing threads with `thread info` (#129275)Felipe de Azevedo Piovezan
2025-02-06[lldb] Add missing return statements in ThreadMemory (#126128)Felipe de Azevedo Piovezan
2025-01-16[lldb] Add OS plugin property for reporting all threads (#123145)Felipe de Azevedo Piovezan
2025-01-14[lldb] Remove unfiltered stop reason propagation from StopInfoMachException (...Felipe de Azevedo Piovezan
2024-07-02[LLDB] Import decorators in TestPythonOSPlugin.pyMuhammad Omair Javaid
2024-07-02[LLDB] SkipIf TestPythonOSPlugin.py on WindowsMuhammad Omair Javaid
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-16[lldb] Fix and rename skipIfHostIncompatibleWithRemoteJonas Devlieghere
2023-10-26[lldb] Add OperatingSystem base class to the lldb python moduleMed Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-11-17[test] Allow skipTestIfFn to apply to entire classes for skipIfNoSBHeadersJordan Rupprecht
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-29[lldb] Use assertState in even more tests (NFC)Jonas Devlieghere
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
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-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