summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
AgeCommit message (Expand)Author
2025-04-01[lldb] Update ScriptInterpreterLua::LoadScriptingModuleJonas Devlieghere
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2024-09-07[lldb] Update ScriptInterpreterLua for Status changes (NFC)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-03-02[lldb/Interpreter] Fix build failures in ScriptInterpreterLuaMed Ismail Bennani
2023-03-02Revert "[lldb/Interpreter] Fix build failures in ScriptInterpreterLua"Med Ismail Bennani
2023-03-02[lldb/Interpreter] Fix build failures in ScriptInterpreterLuaMed Ismail Bennani
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-03-03[lldb] Fix the build after 8b3b66ea63d6Jonas Devlieghere
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-07-07[lldb/lua] Add scripted watchpoints for LuaSiger Yang
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2021-01-25[lldb/Lua] add support for Lua function breakpointPedro Tammela
2021-01-07[lldb/Lua] add support for multiline scripted breakpointsPedro Tammela
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-11-30[LLDB/Lua] add support for one-liner breakpoint callbackPedro Tammela
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere
2020-06-25[lldb/Lua] Redirect Lua stdout/stderr to the CommandReturnObjectJonas Devlieghere
2020-06-23[lldb/Lua] Use the debugger's output and error file for Lua's I/O library.Jonas Devlieghere
2020-06-22[lldb/Lua] Recognize "quit" as a way to exit the script interpreter.Jonas Devlieghere
2020-06-20[lldb/Lua] Remove redundant variable (NFC)Jonas Devlieghere
2020-06-15[lldb/Lua] Fix override/virtual in ScriptInterpreterLua (NFC)Jonas Devlieghere
2020-03-24[lldb/Reproducers] Collect files imported by command script importJonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere
2020-01-10[lldb/Lua] Support loading Lua modulesJonas Devlieghere
2020-01-09[lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere
2019-12-21[Lldb/Lua] Persist Lua state across script interpreter calls.Jonas Devlieghere
2019-12-20[lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere
2019-12-19[lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere