aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-28[lldb] Remove const qualifier on bool argument passed by valueMed Ismail Bennani2-12/+12
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani2-62/+97
2023-02-15[lldb] Remove pydoc import during script interpreter initDave Lee1-2/+2
2023-02-14Report a useful error when someone passes an incorrect python class name.Jim Ingham1-2/+5
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani2-2/+7
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani4-0/+156
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani3-17/+16
2023-01-12[lldb/Interpreter] Improve ScriptedPythonInterface::GetStatusFromMethodMed Ismail Bennani2-9/+7
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata8-20/+19
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata8-0/+8
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata1-1/+0
2022-12-09Switch the "command script add" interactive input to use the new command form.Jim Ingham1-1/+1
2022-11-19[lldb/Plugins] Fix build failure with GCC in ScriptedPythonInterface::DispatchMed Ismail Bennani1-25/+15
2022-11-18[lldb/Python] Unify PythonFormat & GetPythonValueFormatString (NFC)Med Ismail Bennani3-70/+0
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani4-48/+178
2022-11-18[lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC)Med Ismail Bennani2-227/+85
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani4-0/+26
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya3-0/+15
2022-09-06[lldb] [Core] Split read thread support into ThreadedCommunicationMichał Górny1-1/+1
2022-08-27[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata3-4/+4
2022-08-27[lldb] Remove a redundaunt return statement (NFC)Kazu Hirata1-2/+0
2022-08-11[lldb] Remove uses of six module (NFC)Dave Lee1-1/+1
2022-08-09[lldb/crashlog] Surface error using SBCommandReturnObject argumentMed Ismail Bennani1-4/+6
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-2/+2
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-2/+2
2022-07-22Fix buildbot breakage after https://reviews.llvm.org/D130309.Greg Clayton1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-18When the module path for `command script import` is invalid, echo the path.Jim Ingham1-3/+3
2022-06-17[lldb] Fix modernize-use-override warnings (NFC)Jonas Devlieghere2-2/+2
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel1-7/+1
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere4-221/+4