Home
last modified time | relevance | path

Searched refs:SetBreakpointCommandCallback (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DScriptInterpreter.cpp109 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreter
114 error = SetBreakpointCommandCallback(bp_options, callback_text); in SetBreakpointCommandCallback()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp240 void SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in CommandObjectBreakpointCommandAdd
394 error = script_interp->SetBreakpointCommandCallback( in DoExecute()
409 SetBreakpointCommandCallback(m_bp_options_vec, in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h375 Status SetBreakpointCommandCallback(
379 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback() function
387 virtual Status SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h257 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
265 Status SetBreakpointCommandCallback(
269 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterPython.cpp1191 SetBreakpointCommandCallback(bp_options, oneliner.c_str(), extra_args_sp, in SetBreakpointCommandCallbackFunction()
1196 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1213 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1215 return SetBreakpointCommandCallback(bp_options, command_body_text, {},false); in SetBreakpointCommandCallback()
1219 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h90 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterLua.cpp113 Status error = m_script_interpreter.SetBreakpointCommandCallback( in IOHandlerInputComplete()
350 Status ScriptInterpreterLua::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterLua
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp249 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
H A DSBBreakpointName.cpp600 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
H A DSBBreakpoint.cpp648 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp325 interp->SetBreakpointCommandCallback(*bp_options, cmd_data_up); in CreateFromStructuredData()