aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[lldb] Introduce ScriptedFrame affordance (#149622)Med Ismail Bennani1-0/+5
2025-08-14[lldb] Use (only) PyImport_AppendInittab to patch readline (#153329)Jonas Devlieghere1-11/+1
2025-08-14[lldb] Use PyThread_get_thread_ident instead of accessing PyThreadState (#153...Jonas Devlieghere1-2/+2
2025-08-08[lldb] Only use PyConfig when LLDB_EMBED_PYTHON_HOME is enabled (#152588)Jonas Devlieghere1-19/+21
2025-08-04[lldb] Eliminate PyGILState_Check (NFC) (#152006)Jonas Devlieghere1-2/+3
2025-08-04[lldb] Simplify Python Locker log messages (NFC)Jonas Devlieghere1-11/+10
2025-08-04[lldb] Eliminate InitializePythonRAII::InitializeThreadsPrivate (NFC) (#151780)Jonas Devlieghere1-41/+10
2025-08-01[lldb] Reimplment PyRun_SimpleString using the Python stable C API (#151777)Jonas Devlieghere1-24/+24
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham1-69/+5
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-2/+2
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-8/+0
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit1-5/+7
2025-04-18[lldb] Fix Python GIL-not-held issue in CreateStructuredDataFromScriptObject ...Vladislav Dzhidzhoev1-1/+1
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham1-1/+7
2025-03-25Fix the managing of the session dictionary when you have nested wrappers (#13...jimingham1-5/+9
2025-02-19[lldb] Fix header include order in ScriptInterpreterPython.cppJonas Devlieghere1-4/+3
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-16/+19
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-2/+2
2025-01-29[lldb][NFC] Format part of ScriptInterpreterPython.cppDavid Spickett1-6/+8
2025-01-29[lldb] Make Python >= 3.8 required for LLDB 21 (#124735)David Spickett1-26/+1
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