Searched refs:baton_sp (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h86 /// \param[in] baton_sp
93 const lldb::BatonSP &baton_sp, bool synchronous = false);
H A DBreakpointOptions.h180 /// \param[in] baton_sp
187 const lldb::BatonSP &baton_sp, bool synchronous = false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp234 auto baton_sp = std::make_shared<WatchpointOptions::CommandBaton>( variable
236 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
264 auto baton_sp = local
266 wp_options->SetCallback(WatchpointOptionsCallbackFunction, baton_sp);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp593 auto baton_sp = std::make_shared<BreakpointOptions::CommandBaton>( local
596 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp);
615 auto baton_sp = local
618 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp);
1313 auto baton_sp = local
1316 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp);
1341 auto baton_sp = local
1344 ScriptInterpreterPythonImpl::BreakpointCallbackFunction, baton_sp);
1365 auto baton_sp = local
1368 ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp);
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp561 BatonSP baton_sp(new SBBreakpointCallbackBaton(callback, baton));
564 baton_sp,
H A DSBBreakpoint.cpp587 BatonSP baton_sp(new SBBreakpointCallbackBaton(callback, baton));
589 ::PrivateBreakpointHitCallback, baton_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp209 const BatonSP &baton_sp,
211 GetLocationOptions()->SetCallback(callback, baton_sp, is_synchronous);
208 SetCallback(BreakpointHitCallback callback, const BatonSP &baton_sp, bool is_synchronous) argument
H A DBreakpointOptions.cpp614 auto baton_sp = std::make_shared<CommandBaton>(std::move(cmd_data)); local
615 SetCallback(BreakpointOptions::BreakpointOptionsCallbackFunction, baton_sp);

Completed in 213 milliseconds