Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DScriptInterpreter.cpp112 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreter
117 error = SetBreakpointCommandCallback(bp_options, callback_text); in SetBreakpointCommandCallback()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h379 Status SetBreakpointCommandCallback(
383 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback() function
391 virtual Status SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h260 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
268 Status SetBreakpointCommandCallback(
272 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterPython.cpp1195 SetBreakpointCommandCallback(bp_options, oneliner.c_str(), extra_args_sp, in SetBreakpointCommandCallbackFunction()
1200 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1217 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1219 return SetBreakpointCommandCallback(bp_options, command_body_text, {},false); in SetBreakpointCommandCallback()
1223 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/API/
H A DSBBreakpointLocation.cpp266 ->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()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp325 interp->SetBreakpointCommandCallback(*bp_options, cmd_data_up); in CreateFromStructuredData()