Home
last modified time | relevance | path

Searched refs:command_body_text (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h91 const char *command_body_text) override;
94 const char *command_body_text) override;
105 const char *command_body_text,
109 const char *command_body_text,
H A DScriptInterpreterLua.cpp351 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback() argument
352 return RegisterBreakpointCallback(bp_options, command_body_text, {}); in SetBreakpointCommandCallback()
356 BreakpointOptions &bp_options, const char *command_body_text, in RegisterBreakpointCallback() argument
360 error = m_lua->RegisterBreakpointCallback(data_up.get(), command_body_text); in RegisterBreakpointCallback()
371 WatchpointOptions *wp_options, const char *command_body_text) { in SetWatchpointCommandCallback() argument
372 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback()
376 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback() argument
380 error = m_lua->RegisterWatchpointCallback(data_up.get(), command_body_text); in RegisterWatchpointCallback()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h273 const char *command_body_text,
H A DScriptInterpreterPython.cpp1218 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback() argument
1219 return SetBreakpointCommandCallback(bp_options, command_body_text, {},false); in SetBreakpointCommandCallback()
1224 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument
1232 data_up->user_source.SplitIntoLines(command_body_text); in SetBreakpointCommandCallback()