Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp123 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreter
128 error = SetBreakpointCommandCallback(bp_options, callback_text, in SetBreakpointCommandCallback()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h362 Status SetBreakpointCommandCallback(
366 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback() function
375 virtual Status SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h257 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
266 Status SetBreakpointCommandCallback(
270 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterPython.cpp1203 SetBreakpointCommandCallback(bp_options, function_signature.c_str(), in SetBreakpointCommandCallbackFunction()
1209 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1227 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1230 return SetBreakpointCommandCallback(bp_options, command_body_text, {}, in SetBreakpointCommandCallback()
1235 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
/freebsd-14.2/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()
351 Status ScriptInterpreterLua::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterLua
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp265 ->SetBreakpointCommandCallback(bp_options, callback_body_text, in SetScriptCallbackBody()
H A DSBBreakpointName.cpp601 ->SetBreakpointCommandCallback( in SetScriptCallbackBody()
H A DSBBreakpoint.cpp645 ->SetBreakpointCommandCallback(bp_options, callback_body_text, in SetScriptCallbackBody()
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp324 interp->SetBreakpointCommandCallback(*bp_options, cmd_data_up); in CreateFromStructuredData()