aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2024-10-31[lldb] Use PY_VERSION_HEX to simplify conditional compilation (NFC) (#114346)Jonas Devlieghere3-15/+19
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 Devlieghere2-1/+2
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham3-0/+57
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-10/+19
2024-09-23Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl1-19/+10
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-10/+19
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl1-19/+10
2024-09-20[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-10/+19
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani10-77/+196
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...David Spickett1-19/+10
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett10-195/+76
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani10-76/+195
2024-09-19[lldb/Interpreter] Add requirements to Scripted Interface abstract methods (#...Med Ismail Bennani6-53/+142
2024-09-19[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-10/+19
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl1-20/+11
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl1-11/+20
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl3-6/+10
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl3-17/+17
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl4-61/+71
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl3-0/+35
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko3-35/+0
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl3-0/+35
2024-08-20[lldb] Fix windows debug build after 9d07f43 (#104896)Med Ismail Bennani16-98/+101
2024-08-19[lldb][Python] Silence GCC warning for modules error workaroundDavid Spickett1-1/+1
2024-08-02Reland "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue...David Spickett5-13/+68
2024-07-31Revert "[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issue"Haowei Wu5-72/+12
2024-07-30[lldb] Reland 2402b3213c2f with `/H` to debug the windows build issueMed Ismail Bennani5-12/+72
2024-07-30Revert "[lldb] Reland 2402b3213c2f with `-H` to debug the windows build issue"Med Ismail Bennani5-68/+12
2024-07-30[lldb] Reland 2402b3213c2f with `-H` to debug the windows build issueMed Ismail Bennani5-12/+68
2024-07-29Revert "[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build i...Med Ismail Bennani5-68/+12
2024-07-29[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build issueMed Ismail Bennani5-12/+68
2024-07-27Revert "[lldb] Add ScriptedProcess to `scripting template list`"Med Ismail Bennani5-65/+12
2024-07-27[lldb] Add ScriptedProcess to `scripting template list`Med Ismail Bennani5-12/+65
2024-07-27[lldb] Add OperatingSystem to `scripting template list`Med Ismail Bennani5-9/+57
2024-07-27[lldb] Add ScriptedPlatform to `scripting template list`Med Ismail Bennani5-10/+51
2024-07-27[lldb/Commands] Add `scripting template list` command with auto discoveryMed Ismail Bennani5-8/+56
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani22-347/+61
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani8-19/+51
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani6-9/+48
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 Bennani14-38/+229
2024-07-23Revert "[lldb/Commands] Add `scripting template list` command with auto disco...Med Ismail Bennani14-224/+38
2024-07-23[lldb/Commands] Add `scripting template list` command with auto discovery (#9...Med Ismail Bennani14-38/+224
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham3-3/+37