aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani6-169/+138
2023-10-25[lldb] Fix build failure introduced by f22d82cMed Ismail Bennani1-1/+1
2023-10-25[lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052)Med Ismail Bennani8-82/+124
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani12-38/+81
2023-09-19[lldb] Fix build after d5a62b78b8aeAlex Langford1-1/+1
2023-09-19[lldb][NFCI] Remove unneccessary allocation in ScriptInterpreterPythonImpl::G...Alex Langford1-17/+4
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song1-1/+1
2023-07-30[lldb] Remove outdated comment and radar link (NFC)Jonas Devlieghere1-5/+1
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani3-0/+23
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto1-0/+6
2023-07-03[lldb] Fix data race when interacting with python scriptsMed Ismail Bennani1-2/+10
2023-06-15[lldb][NFCI] Remove use of ConstString from IOHandlerAlex Langford1-3/+4
2023-05-30[lldb][NFCI] Change type of SBDebugger::m_instance_nameAlex Langford1-1/+1
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani4-19/+46
2023-05-19Work around a modularization issue in the Python headers.Adrian Prantl1-0/+6
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford7-217/+248
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham3-2/+30
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford1-1/+1
2023-04-25[lldb] Fix another GCC build failure in ScriptedPythonInterface.hMed Ismail Bennani1-1/+1
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani5-0/+40
2023-04-25[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani4-19/+21
2023-03-21[lldb] Fix a 32 bit warning in ScriptedProcessInterfaceDavid Spickett2-3/+4
2023-03-07Fix LLDB windows buildMuhammad Omair Javaid1-3/+4
2023-03-06Revert "[lldb] Move ScriptedProcess private state update to implementation"Med Ismail Bennani4-17/+19
2023-03-06[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani4-19/+17
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani4-1/+24
2023-03-03[lldb/Plugins] Clean-up Scripted Process interface requirements (NFC)Med Ismail Bennani2-23/+1
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani5-1/+61
2023-03-03[lldb/Plugins] Add ScriptedProcess::GetCapabilities affordance (NFC)Med Ismail Bennani2-8/+15