aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h
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-1/+2
2021-07-07[lldb/lua] Add scripted watchpoints for LuaSiger Yang1-0/+16
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham1-4/+6
2021-01-25[lldb/Lua] add support for Lua function breakpointPedro Tammela1-0/+14
2021-01-07[lldb/Lua] add support for multiline scripted breakpointsPedro Tammela1-0/+4
2020-11-30[LLDB/Lua] add support for one-liner breakpoint callbackPedro Tammela1-0/+17
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere1-4/+4
2020-06-15[lldb/Lua] Fix override/virtual in ScriptInterpreterLua (NFC)Jonas Devlieghere1-1/+1
2020-01-10[lldb/Lua] Support loading Lua modulesJonas Devlieghere1-0/+5
2020-01-09[lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere1-0/+4
2019-12-21[Lldb/Lua] Persist Lua state across script interpreter calls.Jonas Devlieghere1-1/+6
2019-12-19[lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere1-0/+47