aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Lua
AgeCommit message (Expand)AuthorFilesLines
2025-04-01[lldb] Update ScriptInterpreterLua::LoadScriptingModuleJonas Devlieghere2-2/+3
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-6/+18
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-2/+2
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-2/+2
2024-09-07[lldb] Update ScriptInterpreterLua for Status changes (NFC)Jonas Devlieghere1-10/+10
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-2/+3
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+1
2023-05-15[lldb] Fix lua build after 27b6a4e63afeAlex Langford2-10/+17
2023-05-02[lldb] Minor cleanups at callsites of FileSpec::GetFileNameExtensionAlex Langford1-3/+2
2023-04-26[lldb] Change return type of FileSpec::GetFileNameExtensionAlex Langford1-1/+1
2023-03-02[lldb/Interpreter] Fix build failures in ScriptInterpreterLuaMed Ismail Bennani2-5/+9
2023-03-02Revert "[lldb/Interpreter] Fix build failures in ScriptInterpreterLua"Med Ismail Bennani2-7/+5
2023-03-02[lldb/Interpreter] Fix build failures in ScriptInterpreterLuaMed Ismail Bennani2-5/+7
2023-02-28[lldb] Remove const qualifier on bool argument passed by valueMed Ismail Bennani1-1/+1
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani1-1/+2
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-2/+2
2022-03-03[lldb] Fix the build after 8b3b66ea63d6Jonas Devlieghere1-1/+0
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath2-8/+3
2021-12-06[lldb/lua] Add a file that should have been a part of a52af6d3Pavel Labath1-0/+27
2021-12-06[lldb] Remove extern "C" from lldb-swig-lua interfacePavel Labath1-24/+1
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna2-0/+8
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath2-11/+4
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-5/+3
2021-10-12[lldb/lua] Force Lua version to be 5.3Siger Yang1-2/+0
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-09-03Revert "[lldb/lua] Force Lua version to be 5.3"Siger Yang1-0/+2
2021-09-03[lldb/lua] Force Lua version to be 5.3Siger Yang1-2/+0
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere2-3/+5
2021-07-07[lldb/lua] Add scripted watchpoints for LuaSiger Yang4-5/+121
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 Ingham2-13/+16
2021-01-25[lldb/Lua] add support for Lua function breakpointPedro Tammela4-10/+50
2021-01-07[lldb/Lua] add support for multiline scripted breakpointsPedro Tammela4-8/+108
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-2/+1
2020-12-07[LLDB] fix error message for one-line breakpoint scriptsPedro Tammela1-1/+1
2020-11-30[LLDB/Lua] add support for one-liner breakpoint callbackPedro Tammela4-0/+117
2020-11-05[LLDB-lua] modify Lua's 'print' to respect 'io.stdout'Pedro Tammela2-10/+30
2020-11-03[LLDB][NFC] treat Lua error codes in a more explicit mannerPedro Tammela1-2/+2
2020-11-02[LLDB/Lua] call lua_close() on Lua dtorPedro Tammela1-1/+1
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere2-5/+5
2020-06-25[lldb/Lua] Redirect Lua stdout/stderr to the CommandReturnObjectJonas Devlieghere1-0/+32
2020-06-23[lldb/Lua] Fix typo: s/stdout/stderr/Jonas Devlieghere1-1/+1
2020-06-23[lldb/Lua] Use the debugger's output and error file for Lua's I/O library.Jonas Devlieghere3-0/+36
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 Devlieghere2-2/+2
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