summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
AgeCommit message (Expand)Author
2025-10-07[lldb] Add support for unique target ids (#160736)Janet Yang
2025-06-27[lldb] Add class property for the version string (#145974)Jonas Devlieghere
2024-05-30[lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)Dmitry Vasilyev
2024-05-24[lldb] Fixed the TestDebuggerAPI test on x86_64 Windows host (#90580)Dmitry Vasilyev
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-03-07Add a new SBDebugger::SetDestroyCallback() APIJeffrey Tan
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-04-13[lldb] Fixup af921006d3792f for non-linux platformsPavel Labath
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Fix TestDebuggerAPI on windows (broken by D120810)Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha
2021-02-02Revert "[lldb] Use current execution context in SBDebugger"Raphael Isemann
2021-02-01[lldb] Use current execution context in SBDebuggerAndy Yankovsky
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht