Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp343 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
352 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
358 BreakpointOptions &bp_options, const char *command_body_text, in RegisterBreakpointCallback()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp233 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackFunction() local
259 BreakpointOptions &bp_options = loc_sp->GetLocationOptions(); in SetScriptCallbackBody() local
H A DSBBreakpointName.cpp572 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackFunction() local
597 BreakpointOptions &bp_options = bp_name->GetOptions(); in SetScriptCallbackBody() local
H A DSBBreakpoint.cpp616 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackFunction() local
640 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackBody() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h366 virtual Status SetBreakpointCommandCallback(BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
376 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
389 SetBreakpointCommandCallbackFunction(BreakpointOptions &bp_options, in SetBreakpointCommandCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp42 WatchpointOptions *bp_options, CommandReturnObject &result) { in CollectDataForWatchpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp302 auto bp_options = std::make_unique<BreakpointOptions>( in CreateFromStructuredData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1168 BreakpointOptions &bp_options, const char *function_name, in SetBreakpointCommandCallbackFunction()
1210 BreakpointOptions &bp_options, in SetBreakpointCommandCallback()
1228 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()
1236 BreakpointOptions &bp_options, const char *command_body_text, in SetBreakpointCommandCallback()