summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Lua
AgeCommit message (Expand)Author
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath
2024-11-01[lldb] Fix warning: comparison of integers of different signsJonas Devlieghere
2024-10-21[lldb] Update ScriptInterpreterTests for CommandReturnObject API changeJonas Devlieghere
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-05-15[lldb] Fix lua build after 27b6a4e63afeAlex Langford
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2021-12-06[lldb] Remove extern "C" from lldb-swig-lua interfacePavel Labath
2021-07-07[lldb/lua] Add scripted watchpoints for LuaSiger Yang
2021-03-30[lldb] Remove ScriptInterpreterLuaTest.Plugin unittestPavel Labath
2021-01-25[lldb/Lua] add support for Lua function breakpointPedro Tammela
2020-11-30[LLDB/Lua] add support for one-liner breakpoint callbackPedro Tammela
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2019-12-21[Lldb/Lua] Generate Lua BindingsJonas Devlieghere
2019-12-20[lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere