Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h91 const char *command_body_text,
95 const char *command_body_text,
107 const char *command_body_text,
111 const char *command_body_text,
H A DScriptInterpreterLua.cpp352 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument
354 return RegisterBreakpointCallback(bp_options, command_body_text, {}); in SetBreakpointCommandCallback()
358 BreakpointOptions &bp_options, const char *command_body_text, in RegisterBreakpointCallback() argument
362 error = m_lua->RegisterBreakpointCallback(data_up.get(), command_body_text); in RegisterBreakpointCallback()
373 WatchpointOptions *wp_options, const char *command_body_text, in SetWatchpointCommandCallback() argument
375 RegisterWatchpointCallback(wp_options, command_body_text, {}); in SetWatchpointCommandCallback()
379 WatchpointOptions *wp_options, const char *command_body_text, in RegisterWatchpointCallback() argument
383 error = m_lua->RegisterWatchpointCallback(data_up.get(), command_body_text); in RegisterWatchpointCallback()
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h273 const char *command_body_text,
H A DScriptInterpreterPython.cpp1233 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument
1235 return SetBreakpointCommandCallback(bp_options, command_body_text, {}, in SetBreakpointCommandCallback()
1241 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument
1250 data_up->user_source.SplitIntoLines(command_body_text); in SetBreakpointCommandCallback()