Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp85 Status ScriptInterpreter::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreter
90 return_error = SetBreakpointCommandCallback(bp_options, callback_text); in SetBreakpointCommandCallback()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h345 SetBreakpointCommandCallback(std::vector<BreakpointOptions *> &bp_options_vec,
348 virtual Status SetBreakpointCommandCallback(BreakpointOptions *bp_options, in SetBreakpointCommandCallback() function
356 virtual Status SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.h68 Status SetBreakpointCommandCallback(BreakpointOptions *bp_options,
DScriptInterpreterLua.cpp209 Status ScriptInterpreterLua::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterLua
/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp262 SetBreakpointCommandCallback(std::vector<BreakpointOptions *> &bp_options_vec, in SetBreakpointCommandCallback() function in CommandObjectBreakpointCommandAdd
422 error = script_interp->SetBreakpointCommandCallback( in DoExecute()
437 SetBreakpointCommandCallback(m_bp_options_vec, in DoExecute()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h252 Status SetBreakpointCommandCallback(BreakpointOptions *bp_options,
261 Status SetBreakpointCommandCallback(
265 Status SetBreakpointCommandCallback(BreakpointOptions *bp_options,
DScriptInterpreterPython.cpp1251 SetBreakpointCommandCallback(bp_options, oneliner.c_str(), extra_args_sp, in SetBreakpointCommandCallbackFunction()
1256 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1273 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
1275 return SetBreakpointCommandCallback(bp_options, command_body_text, {},false); in SetBreakpointCommandCallback()
1279 Status ScriptInterpreterPythonImpl::SetBreakpointCommandCallback( in SetBreakpointCommandCallback() function in ScriptInterpreterPythonImpl
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp263 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
DSBBreakpointName.cpp626 ->SetBreakpointCommandCallback(&bp_options, callback_body_text); in SetScriptCallbackBody()
DSBBreakpoint.cpp669 ->SetBreakpointCommandCallback(bp_options, callback_body_text); in SetScriptCallbackBody()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp335 interp->SetBreakpointCommandCallback(bp_options.get(), cmd_data_up); in CreateFromStructuredData()