summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)Author
2024-04-22[lldb] Replace condition that always evaluates to false (#89685)Troy Butler
2024-02-28Fix interactive use of "command script add". (#83350)jimingham
2024-02-17[lldb] Call Import_AppendInittab before Py_Initialize (#82095)Jonas Devlieghere
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-11-07[lldb/Interpreter] Make Scripted*Interface base class abstract (#71465)Med Ismail Bennani
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2023-10-30Revert "[lldb] Fix build failure introduced in 484038416d06 (NFC)"Med Ismail Bennani
2023-10-30[lldb] Fix build failure introduced in 484038416d06 (NFC)Med Ismail Bennani
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-10-30[lldb] Fix misleading indentiation warning in ScriptInterpreterPython (NFC) (...Med Ismail Bennani
2023-10-30[lldb] Adapt code to Python 3.13 (#70445)Tulio Magno Quites Machado Filho
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani
2023-10-25[lldb] Fix build failure introduced by f22d82cMed Ismail Bennani
2023-10-25[lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052)Med Ismail Bennani
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani
2023-09-19[lldb] Fix build after d5a62b78b8aeAlex Langford
2023-09-19[lldb][NFCI] Remove unneccessary allocation in ScriptInterpreterPythonImpl::G...Alex Langford
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-07-30[lldb] Remove outdated comment and radar link (NFC)Jonas Devlieghere
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto
2023-07-03[lldb] Fix data race when interacting with python scriptsMed Ismail Bennani
2023-06-15[lldb][NFCI] Remove use of ConstString from IOHandlerAlex Langford
2023-05-30[lldb][NFCI] Change type of SBDebugger::m_instance_nameAlex Langford
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-05-19Work around a modularization issue in the Python headers.Adrian Prantl
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford
2023-04-25[lldb] Fix another GCC build failure in ScriptedPythonInterface.hMed Ismail Bennani
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani
2023-04-25[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani
2023-03-21[lldb] Fix a 32 bit warning in ScriptedProcessInterfaceDavid Spickett
2023-03-07Fix LLDB windows buildMuhammad Omair Javaid
2023-03-06Revert "[lldb] Move ScriptedProcess private state update to implementation"Med Ismail Bennani
2023-03-06[lldb] Move ScriptedProcess private state update to implementationMed Ismail Bennani
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani
2023-03-03[lldb/Plugins] Clean-up Scripted Process interface requirements (NFC)Med Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-03-03[lldb/Plugins] Add ScriptedProcess::GetCapabilities affordance (NFC)Med Ismail Bennani
2023-02-28[lldb] Remove const qualifier on bool argument passed by valueMed Ismail Bennani
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani
2023-02-15[lldb] Remove pydoc import during script interpreter initDave Lee
2023-02-14Report a useful error when someone passes an incorrect python class name.Jim Ingham
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani