Home
last modified time | relevance | path

Searched defs:bp_options (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp342 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
351 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback()
356 BreakpointOptions &bp_options, const char *command_body_text, in RegisterBreakpointCallback()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBBreakpointLocation.cpp234 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction() local
260 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody() local
DSBBreakpointName.cpp570 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction() local
595 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackBody() local
DSBBreakpoint.cpp619 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackFunction() local
643 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackBody() local
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptInterpreter.h383 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
392 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
405 SetBreakpointCommandCallbackFunction(BreakpointOptions &bp_options, in SetBreakpointCommandCallbackFunction()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DScriptInterpreter.cpp47 WatchpointOptions *bp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointOptions.cpp303 auto bp_options = std::make_unique<BreakpointOptions>( in CreateFromStructuredData() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1159 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1201 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
1218 BreakpointOptions &bp_options, const char *command_body_text) { in SetBreakpointCommandCallback()
1224 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()