Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp97 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreter
102 return_error = SetBreakpointCommandCallback(bp_options, callback_text); in SetBreakpointCommandCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp269 void SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in CommandObjectBreakpointCommandAdd
423 error = script_interp->SetBreakpointCommandCallback( in DoExecute()
438 SetBreakpointCommandCallback(m_bp_options_vec, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h372 Status SetBreakpointCommandCallback(
376 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback() function
384 virtual Status SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h256 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
264 Status SetBreakpointCommandCallback(
268 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterPython.cpp1303 SetBreakpointCommandCallback(bp_options, oneliner.c_str(), extra_args_sp, in SetBreakpointCommandCallbackFunction()
1308 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1325 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1327 return SetBreakpointCommandCallback(bp_options, command_body_text, {},false); in SetBreakpointCommandCallback()
1331 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
/freebsd-13.1/contrib/llvm-project/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()
345 Status ScriptInterpreterLua::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterLua
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp263 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
H A DSBBreakpointName.cpp625 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
H A DSBBreakpoint.cpp669 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp335 interp->SetBreakpointCommandCallback(*bp_options, cmd_data_up); in CreateFromStructuredData()