Home
last modified time | relevance | path

Searched refs:bp_options_vec (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp35 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
124 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback() argument
127 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback()
137 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallbackFunction() argument
140 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp219 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete() local
222 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
230 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
235 &bp_options_vec); // Baton for the "io_handler" that will be passed back in CollectDataForBreakpointCommandCallback()
241 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback() argument
243 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp109 auto *bp_options_vec = in IOHandlerInputComplete() local
112 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
326 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
330 io_handler_sp->SetUserData(&bp_options_vec); in CollectDataForBreakpointCommandCallback()
H A DScriptInterpreterLua.h83 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h363 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
384 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h249 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
H A DScriptInterpreterPython.cpp524 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete() local
527 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
1153 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
1157 " ", *this, &bp_options_vec); in CollectDataForBreakpointCommandCallback()