Home
last modified time | relevance | path

Searched refs:CommandDataLua (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.h20 class CommandDataLua : public BreakpointOptions::CommandData {
22 CommandDataLua() : BreakpointOptions::CommandData() { in CommandDataLua() function
DScriptInterpreterLua.cpp212 auto data_up = std::make_unique<CommandDataLua>(); in SetBreakpointCommandCallback()