Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h92 const char *command_body_text,
96 const char *command_body_text,
108 const char *command_body_text,
112 const char *command_body_text,
H A DScriptInterpreterLua.cpp365 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument
367 return RegisterBreakpointCallback(bp_options, command_body_text, {}); in SetBreakpointCommandCallback()
371 BreakpointOptions &bp_options, const char *command_body_text, in RegisterBreakpointCallback() argument
375 m_lua->RegisterBreakpointCallback(data_up.get(), command_body_text); in RegisterBreakpointCallback()
386 WatchpointOptions *wp_options, const char *command_body_text, in SetWatchpointCommandCallback() argument
388 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback()
392 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback() argument
396 m_lua->RegisterWatchpointCallback(data_up.get(), command_body_text); in RegisterWatchpointCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h279 const char *command_body_text,
H A DScriptInterpreterPython.cpp1213 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument
1215 return SetBreakpointCommandCallback(bp_options, command_body_text, {}, in SetBreakpointCommandCallback()
1221 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument
1230 data_up->user_source.SplitIntoLines(command_body_text); in SetBreakpointCommandCallback()