aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/scripted_process
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[lldb] Add support for PC-less scripted frames (#170805)Med Ismail Bennani1-0/+29
2025-12-04[lldb] Add support for synthetic LineEntry objects without valid address rang...Med Ismail Bennani1-0/+14
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani1-1/+64
2025-09-03[lldb] Mark scripted frames as synthetic instead of artificial (#153117)Med Ismail Bennani1-1/+1
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee1-3/+1
2025-02-23Allow option to ignore module load errors in ScriptedProcess (#127153)rchamala2-16/+71
2025-02-06[lldb][NFC] Remove old skipIfOutOfTreeDebugserver's (#126144)Jason Molenda1-1/+0
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz1-1/+1
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani1-1/+1
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-1/+1
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-1/+1
2024-05-09[lldb] Verify target stop-hooks support with scripted process (#91107)Med Ismail Bennani2-0/+28
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht1-3/+1
2023-11-08[lldb][test] Skip ScriptedProcess missing methods test on WindowsDavid Spickett1-0/+2
2023-11-07[lldb/test] Fix TestScriptedProcess.py failures on arm linux botsMed Ismail Bennani1-2/+4
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani2-0/+68
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani2-68/+0
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani2-0/+68
2023-06-21[lldb/test] Disable TestStackCoreScriptedProcess.pyMed Ismail Bennani1-0/+1
2023-06-21[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64Med Ismail Bennani1-1/+0
2023-06-13Revert "[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64"Med Ismail Bennani1-0/+1
2023-06-13[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64Med Ismail Bennani1-1/+0
2023-05-25TestStackCoreScriptedProcess.py is timing out, skip itJason Molenda1-1/+1
2023-05-25Re-revert "[lldb] Move PassthroughScriptedProcess to `lldb.scripted_process` ...Med Ismail Bennani1-0/+1
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere5-125/+229
2023-05-22[lldb] Add "Trace" stop reason in Scripted ThreadMed Ismail Bennani2-4/+2
2023-03-03[lldb/swig] Fix ref counting issue in SBProcess::GetScriptedImplementationMed Ismail Bennani1-0/+9
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani2-5/+23
2023-03-03[lldb/Plugins] Clean-up Scripted Process interface requirements (NFC)Med Ismail Bennani3-24/+0
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani1-1/+7
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani2-12/+38
2023-02-03[lldb] Add a way to get a scripted process implementation from the SBAPIMed Ismail Bennani2-0/+16
2023-01-30[lldb/test] Skip TestStackCoreScriptedProcess if Asan is enabledMed Ismail Bennani1-0/+1
2023-01-12[lldb/test] Fix data racing issue in TestStackCoreScriptedProcessMed Ismail Bennani6-29/+30
2023-01-12[lldb/test] Disable TestScriptedProcess.py on linux while investigating the i...Med Ismail Bennani1-0/+1
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani3-7/+7
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani4-6/+18
2022-10-27[lldb][test] Remove empty setUp/tearDown methods (NFC)Dave Lee2-12/+0
2022-08-03[lldb] Add assertStopReason helper functionJonas Devlieghere1-1/+1
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee2-4/+0
2022-04-08[lldb] Skip more tests that don't make sense to run remotelyJonas Devlieghere1-0/+1
2022-03-10[lldb/Plugin] Test that a scripted process blueprint can be loaded for the dSYMMed Ismail Bennani1-10/+20
2022-03-04[lldb/Test] Fix test_launch_scripted_process_stack_frames failureMed Ismail Bennani1-1/+4
2022-03-04[lldb/Test] Disable test_scripted_process_and_scripted_thread on WindowsMed Ismail Bennani1-1/+1
2022-03-04[lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani6-21/+77
2022-02-16[lldb/Plugin] Add artificial stackframe loading in ScriptedThreadMed Ismail Bennani4-46/+5
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee2-3/+3
2022-02-09[lldb/test] Split Scripted Process test in multiple tests (NFC)Med Ismail Bennani2-88/+113
2022-02-09[lldb/test] Fix TestScriptedProcess.py timeout on x86_64Med Ismail Bennani3-10/+32
2022-01-27[lldb/test] Disable test_launch_scripted_process_stack_frames on x86_64Med Ismail Bennani1-0/+1