summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/step_scripted/TestStepScripted.py
AgeCommit message (Expand)Author
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
2025-05-08[lldb] Disable test using GetControlFlowKind on armFelipe de Azevedo Piovezan
2025-05-08[lldb] Disable test using GetControlFlowKind on armFelipe de Azevedo Piovezan
2025-05-08[lldb] Expose QueueThreadPlanForStepSingleInstruction function to SBThreadPla...Ely Ronnen
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani
2024-06-28Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Nico Weber
2024-06-28[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu...Med Ismail Bennani
2024-06-27Revert "Revert "[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#9...Med Ismail Bennani
2024-06-27Revert "[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#96894)" (...Med Ismail Bennani
2024-06-27[lldb] Un-XFAIL TestStepScripted.test_misspelled_plan_namePavel Labath
2024-06-27[lldb/test] Mark TestStepScripted.py as XFAIL temporarily (#96894)Med Ismail Bennani
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-01-29Revert "[lldb/Test] Temporarily XFAIL TestStepScripted.py"Jason Molenda
2024-01-29[lldb/Test] Temporarily XFAIL TestStepScripted.pyMed Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham
2023-02-08[lldb][test] Fix function references to function calls (NFC)Dave Lee
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-04-27Remove Python 2 checks from the test suiteJonas Devlieghere
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2020-08-13[lldb] Skip TestStepScripted with reproducersJonas Devlieghere
2020-08-07Add a setting to force stepping to always run all threads.Jim Ingham
2020-05-27[lldb/Reproducers] Differentiate active and passive replay unexpected packet.Jonas Devlieghere
2020-04-21[lldb/Test] Add skipIfReproducer for tests that diverge during replayJonas Devlieghere
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht