Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp228 void SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in CommandObjectBreakpointCommandAdd
382 error = script_interp->SetBreakpointCommandCallback( in DoExecute()
397 SetBreakpointCommandCallback(m_bp_options_vec, in DoExecute()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp139 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreter
144 error = SetBreakpointCommandCallback(bp_options, callback_text, in SetBreakpointCommandCallback()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h320 Status SetBreakpointCommandCallback(
324 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback() function
333 virtual Status SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h259 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
268 Status SetBreakpointCommandCallback(
272 Status SetBreakpointCommandCallback(BreakpointOptions &bp_options,
H A DScriptInterpreterPython.cpp1208 SetBreakpointCommandCallback(bp_options, function_signature.c_str(), in SetBreakpointCommandCallbackFunction()
1214 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1232 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1235 return SetBreakpointCommandCallback(bp_options, command_body_text, {}, in SetBreakpointCommandCallback()
1240 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
/src/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
/src/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()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp316 interp->SetBreakpointCommandCallback(*bp_options, cmd_data_up); in CreateFromStructuredData()