aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere1-2/+3
2021-07-07[lldb/lua] Add scripted watchpoints for LuaSiger Yang1-5/+72
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham1-9/+10
2021-01-25[lldb/Lua] add support for Lua function breakpointPedro Tammela1-3/+19
2021-01-07[lldb/Lua] add support for multiline scripted breakpointsPedro Tammela1-8/+86
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-2/+1
2020-11-30[LLDB/Lua] add support for one-liner breakpoint callbackPedro Tammela1-0/+46
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere1-1/+1
2020-06-25[lldb/Lua] Redirect Lua stdout/stderr to the CommandReturnObjectJonas Devlieghere1-0/+32
2020-06-23[lldb/Lua] Use the debugger's output and error file for Lua's I/O library.Jonas Devlieghere1-0/+3
2020-06-22[lldb/Lua] Recognize "quit" as a way to exit the script interpreter.Jonas Devlieghere1-0/+5
2020-06-20[lldb/Lua] Remove redundant variable (NFC)Jonas Devlieghere1-6/+3
2020-06-15[lldb/Lua] Fix override/virtual in ScriptInterpreterLua (NFC)Jonas Devlieghere1-1/+1
2020-03-24[lldb/Reproducers] Collect files imported by command script importJonas Devlieghere1-0/+1
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere1-1/+1
2020-01-10[lldb/Lua] Support loading Lua modulesJonas Devlieghere1-0/+12
2020-01-09[lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere1-1/+34
2019-12-21[Lldb/Lua] Persist Lua state across script interpreter calls.Jonas Devlieghere1-8/+11
2019-12-20[lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere1-11/+49
2019-12-19[lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere1-0/+71