aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
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
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 Bennani11-181/+265
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 Bennani11-265/+181
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani11-181/+265
2024-04-22[lldb] Replace condition that always evaluates to false (#89685)Troy Butler1-1/+1
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...jimingham4-1/+282
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda11-265/+181
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani11-181/+265
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani7-29/+163
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani7-166/+29
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani7-29/+166
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 Bennani10-205/+160
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 Bennani10-160/+205
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 Filho2-1/+12