Age | Commit message (Expand) | Author | Files | Lines |
2025-09-04 | [lldb] Introduce ScriptedFrame affordance (#149622) | Med Ismail Bennani | 7 | -1/+242 |
2025-07-28 | Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15... | jimingham | 7 | -0/+185 |
2025-06-04 | [lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583) | Pavel Labath | 1 | -3/+2 |
2025-05-22 | [lldb] Remove redundant control flow statements (NFC) (#141183) | Kazu Hirata | 1 | -1/+0 |
2025-01-16 | [lldb] Add OS plugin property for reporting all threads (#123145) | Felipe de Azevedo Piovezan | 2 | -0/+12 |
2024-09-20 | [lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of... | Med Ismail Bennani | 7 | -6/+187 |
2024-09-20 | Revert "[lldb] Fix SWIG wrapper compilation error" | David Spickett | 7 | -187/+6 |
2024-09-19 | [lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ... | Med Ismail Bennani | 7 | -6/+187 |
2024-09-19 | [lldb/Interpreter] Add requirements to Scripted Interface abstract methods (#... | Med Ismail Bennani | 6 | -53/+142 |
2024-09-05 | [lldb] Make deep copies of Status explicit (NFC) (#107170) | Adrian Prantl | 2 | -5/+9 |
2024-09-05 | [lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10... | Adrian Prantl | 1 | -1/+1 |
2024-08-27 | [lldb] Turn lldb_private::Status into a value type. (#106163) | Adrian Prantl | 2 | -12/+14 |
2024-08-20 | [lldb] Fix windows debug build after 9d07f43 (#104896) | Med Ismail Bennani | 15 | -94/+100 |
2024-08-02 | Reland "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue... | David Spickett | 4 | -12/+67 |
2024-07-31 | Revert "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue" | Haowei Wu | 4 | -71/+11 |
2024-07-30 | [lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue | Med Ismail Bennani | 4 | -11/+71 |
2024-07-30 | Revert "[lldb] Reland 2402b3213c2f with `-H` to debug the windows build issue" | Med Ismail Bennani | 4 | -67/+11 |
2024-07-30 | [lldb] Reland 2402b3213c2f with `-H` to debug the windows build issue | Med Ismail Bennani | 4 | -11/+67 |
2024-07-29 | Revert "[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build i... | Med Ismail Bennani | 4 | -67/+11 |
2024-07-29 | [lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build issue | Med Ismail Bennani | 4 | -11/+67 |
2024-07-27 | Revert "[lldb] Add ScriptedProcess to `scripting template list`" | Med Ismail Bennani | 4 | -64/+11 |
2024-07-27 | [lldb] Add ScriptedProcess to `scripting template list` | Med Ismail Bennani | 4 | -11/+64 |
2024-07-27 | [lldb] Add OperatingSystem to `scripting template list` | Med Ismail Bennani | 4 | -7/+56 |
2024-07-27 | [lldb] Add ScriptedPlatform to `scripting template list` | Med Ismail Bennani | 4 | -9/+50 |
2024-07-27 | [lldb/Commands] Add `scripting template list` command with auto discovery | Med Ismail Bennani | 4 | -7/+55 |
2024-07-25 | [lldb] Revert scripting template list patches (#100673) | Med Ismail Bennani | 17 | -302/+45 |
2024-07-25 | [lldb/Plugins] Fix build failure on windows following 2914a4b88837 | Med Ismail Bennani | 7 | -16/+43 |
2024-07-25 | [lldb/Plugins] Fix build failure on windows following 2914a4b88837 | Med Ismail Bennani | 2 | -0/+15 |
2024-07-25 | Revert "[lldb] Fix incorrect logical operator in 'if' condition check (NFC)" ... | David Spickett | 1 | -9/+8 |
2024-07-25 | [lldb] Fix incorrect uses of logical operator in 'if' condition check (NFC) (... | Shivam Gupta | 1 | -8/+9 |
2024-07-25 | [lldb/Plugins] Fix build failure on windows following 2914a4b88837 | Med Ismail Bennani | 4 | -10/+34 |
2024-07-25 | [lldb/Commands] Add `scripting template list` command with auto discovery | Med Ismail Bennani | 13 | -34/+225 |
2024-07-23 | Revert "[lldb/Commands] Add `scripting template list` command with auto disco... | Med Ismail Bennani | 13 | -220/+34 |
2024-07-23 | [lldb/Commands] Add `scripting template list` command with auto discovery (#9... | Med Ismail Bennani | 13 | -34/+220 |
2024-06-28 | Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret... | Med Ismail Bennani | 4 | -18/+11 |
2024-06-28 | Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret... | Nico Weber | 4 | -11/+18 |
2024-06-28 | [lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu... | Med Ismail Bennani | 4 | -18/+11 |
2024-06-27 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)... | Med Ismail Bennani | 8 | -23/+251 |
2024-05-23 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 8 | -251/+23 |
2024-05-23 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ... | Med Ismail Bennani | 8 | -23/+251 |
2024-01-29 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Jason Molenda | 8 | -251/+23 |
2024-01-29 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 8 | -23/+251 |
2023-11-07 | [lldb] Check for abstract methods implementation in Scripted Plugin Objects (... | Med Ismail Bennani | 5 | -29/+147 |
2023-11-07 | Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O... | Med Ismail Bennani | 5 | -150/+29 |
2023-11-07 | [lldb] Check for abstract methods implementation in Scripted Plugin Objects (... | Med Ismail Bennani | 5 | -29/+150 |
2023-10-30 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 7 | -192/+2 |
2023-10-30 | Revert "[lldb] Fix build failure introduced in 484038416d06 (NFC)" | Med Ismail Bennani | 3 | -44/+22 |
2023-10-30 | [lldb] Fix build failure introduced in 484038416d06 (NFC) | Med Ismail Bennani | 3 | -22/+44 |
2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 7 | -2/+192 |
2023-10-26 | [lldb] Introduce OperatingSystem{,Python}Interface and make use it | Med Ismail Bennani | 4 | -0/+131 |