Searched refs:command_body_text (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.h | 91 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 D | ScriptInterpreterLua.cpp | 351 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPythonImpl.h | 270 const char *command_body_text,
|
| H A D | ScriptInterpreterPython.cpp | 1214 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback() argument 1215 return SetBreakpointCommandCallback(bp_options, command_body_text, {},false); in SetBreakpointCommandCallback() 1220 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback() argument 1228 data_up->user_source.SplitIntoLines(command_body_text); in SetBreakpointCommandCallback()
|