aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-10-31[lldb] Use PY_VERSION_HEX to simplify conditional compilation (NFC) (#114346)Jonas Devlieghere1-9/+8
2024-10-30[lldb] Fix formatting and whitespace in ScriptInterpreterPython (NFC)Jonas Devlieghere1-40/+35
2024-10-30[lldb] Use Py_InitializeFromConfig with Python >= 3.8 (NFC) (#114112)Jonas Devlieghere1-28/+35
2024-10-30Revert "[lldb] Use Py_InitializeFromConfig with Python >= 3.8 (NFC)" (#114290)Jonas Devlieghere1-40/+28
2024-10-30[lldb] Use Py_InitializeFromConfig with Python >= 3.8 (NFC) (#114112)Jonas Devlieghere1-28/+40
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-1/+1
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham1-0/+40
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani1-51/+5
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-5/+51
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-51/+5
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-5/+5
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-46/+51
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-0/+29
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-29/+0
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-0/+29
2024-08-20[lldb] Fix windows debug build after 9d07f43 (#104896)Med Ismail Bennani1-4/+1
2024-08-02Reland "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue...David Spickett1-1/+1
2024-07-31Revert "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue"Haowei Wu1-1/+1
2024-07-30[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issueMed Ismail Bennani1-1/+1
2024-07-30Revert "[lldb] Reland 2402b3213c2f with `-H` to debug the windows build issue"Med Ismail Bennani1-1/+1
2024-07-30[lldb] Reland 2402b3213c2f with `-H` to debug the windows build issueMed Ismail Bennani1-1/+1
2024-07-29Revert "[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build i...Med Ismail Bennani1-1/+1
2024-07-29[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build issueMed Ismail Bennani1-1/+1
2024-07-27Revert "[lldb] Add ScriptedProcess to `scripting template list`"Med Ismail Bennani1-1/+1
2024-07-27[lldb] Add ScriptedProcess to `scripting template list`Med Ismail Bennani1-1/+1
2024-07-27[lldb] Add OperatingSystem to `scripting template list`Med Ismail Bennani1-2/+1
2024-07-27[lldb] Add ScriptedPlatform to `scripting template list`Med Ismail Bennani1-1/+1
2024-07-27[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani1-1/+1
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani1-12/+7
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani1-3/+8
2024-07-25[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani1-4/+4
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani1-4/+4
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani1-4/+4
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-0/+27
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani1-116/+6
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl1-6/+3
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-6/+116
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani1-116/+6
2024-02-28Fix interactive use of "command script add". (#83350)jimingham1-1/+1
2024-02-17[lldb] Call Import_AppendInittab before Py_Initialize (#82095)Jonas Devlieghere1-14/+18
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham1-1/+252
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda1-6/+116
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-116/+6
2023-11-07[lldb/Interpreter] Make Scripted*Interface base class abstract (#71465)Med Ismail Bennani1-2/+0
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-6/+116
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-116/+6
2023-10-30[lldb] Fix misleading indentiation warning in ScriptInterpreterPython (NFC) (...Med Ismail Bennani1-0/+4
2023-10-30[lldb] Adapt code to Python 3.13 (#70445)Tulio Magno Quites Machado Filho1-0/+9
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani1-153/+6
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani1-2/+8