Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp35 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
145 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback() argument
148 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback()
158 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallbackFunction() argument
161 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp209 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete() local
212 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
220 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
225 &bp_options_vec); // Baton for the "io_handler" that will be passed back in CollectDataForBreakpointCommandCallback()
231 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in SetBreakpointCommandCallback() argument
233 for (BreakpointOptions &bp_options : bp_options_vec) { in SetBreakpointCommandCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp115 auto *bp_options_vec = in IOHandlerInputComplete() local
118 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
339 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
343 io_handler_sp->SetUserData(&bp_options_vec); in CollectDataForBreakpointCommandCallback()
H A DScriptInterpreterLua.h84 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h307 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
324 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h257 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec,
H A DScriptInterpreterPython.cpp512 std::vector<std::reference_wrapper<BreakpointOptions>> *bp_options_vec = in IOHandlerInputComplete() local
515 for (BreakpointOptions &bp_options : *bp_options_vec) { in IOHandlerInputComplete()
1138 std::vector<std::reference_wrapper<BreakpointOptions>> &bp_options_vec, in CollectDataForBreakpointCommandCallback() argument
1142 " ", *this, &bp_options_vec); in CollectDataForBreakpointCommandCallback()