aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani7-1/+242
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham7-0/+185
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+2
2025-05-22[lldb] Remove redundant control flow statements (NFC) (#141183)Kazu Hirata1-1/+0
2025-01-16[lldb] Add OS plugin property for reporting all threads (#123145)Felipe de Azevedo Piovezan2-0/+12
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani7-6/+187
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett7-187/+6
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani7-6/+187
2024-09-19[lldb/Interpreter] Add requirements to Scripted Interface abstract methods (#...Med Ismail Bennani6-53/+142
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl2-5/+9
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl2-12/+14
2024-08-20[lldb] Fix windows debug build after 9d07f43 (#104896)Med Ismail Bennani15-94/+100
2024-08-02Reland "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue...David Spickett4-12/+67
2024-07-31Revert "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue"Haowei Wu4-71/+11
2024-07-30[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issueMed Ismail Bennani4-11/+71
2024-07-30Revert "[lldb] Reland 2402b3213c2f with `-H` to debug the windows build issue"Med Ismail Bennani4-67/+11
2024-07-30[lldb] Reland 2402b3213c2f with `-H` to debug the windows build issueMed Ismail Bennani4-11/+67
2024-07-29Revert "[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build i...Med Ismail Bennani4-67/+11
2024-07-29[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build issueMed Ismail Bennani4-11/+67
2024-07-27Revert "[lldb] Add ScriptedProcess to `scripting template list`"Med Ismail Bennani4-64/+11
2024-07-27[lldb] Add ScriptedProcess to `scripting template list`Med Ismail Bennani4-11/+64
2024-07-27[lldb] Add OperatingSystem to `scripting template list`Med Ismail Bennani4-7/+56
2024-07-27[lldb] Add ScriptedPlatform to `scripting template list`Med Ismail Bennani4-9/+50
2024-07-27[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani4-7/+55
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani17-302/+45
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani7-16/+43
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani2-0/+15
2024-07-25Revert "[lldb] Fix incorrect logical operator in 'if' condition check (NFC)" ...David Spickett1-9/+8
2024-07-25[lldb] Fix incorrect uses of logical operator in 'if' condition check (NFC) (...Shivam Gupta1-8/+9
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani4-10/+34
2024-07-25[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani13-34/+225
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani13-220/+34
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani13-34/+220
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani4-18/+11
2024-06-28Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Nico Weber4-11/+18
2024-06-28[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu...Med Ismail Bennani4-18/+11
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani8-23/+251
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani8-251/+23
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani8-23/+251
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda8-251/+23
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani8-23/+251
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani5-29/+147
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani5-150/+29
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani5-29/+150
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani7-192/+2
2023-10-30Revert "[lldb] Fix build failure introduced in 484038416d06 (NFC)"Med Ismail Bennani3-44/+22
2023-10-30[lldb] Fix build failure introduced in 484038416d06 (NFC)Med Ismail Bennani3-22/+44
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani7-2/+192
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani4-0/+131