Home
last modified time | relevance | path

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

/third_party/boost/libs/mpi/test/
Ddebugger.cpp18 void wait_for_debugger(std::vector<int> const& processes, boost::mpi::communicator const& comm) in wait_for_debugger() function
40 void wait_for_debugger(boost::mpi::communicator const& comm) in wait_for_debugger() function
46 wait_for_debugger(all, comm); in wait_for_debugger()
Ddebugger.hpp24 void wait_for_debugger(std::vector<int> const& processes, boost::mpi::communicator const& comm);
26 void wait_for_debugger(boost::mpi::communicator const& comm);
/third_party/boost/libs/test/doc/runtime_configuration/
Druntime_config_summary.qbk168 [[link boost_test.utf_reference.rt_param_reference.wait_for_debugger `wait_for_debugger`]]
Druntime_config_reference.qbk869 [section:wait_for_debugger `wait_for_debugger`]
871 Option ['wait_for_debugger] instructs the __UTF__ to pause before starting test units execution,
880 * `--wait_for_debugger[=<boolean value>]`
887 [endsect] [/wait_for_debugger]
/third_party/boost/boost/test/impl/
Dunit_test_parameters.ipp97 std::string btrt_wait_for_debugger = "wait_for_debugger";
604 rt::option wait_for_debugger( btrt_wait_for_debugger, (
612 wait_for_debugger.add_cla_id( "--", btrt_wait_for_debugger, "=" );
613 wait_for_debugger.add_cla_id( "-", "w", " " );
614 store.add( wait_for_debugger );
/third_party/weston/compositor/
Dmain.c3254 bool wait_for_debugger = false; in wet_main() local
3271 { WESTON_OPTION_BOOLEAN, "wait-for-debugger", 0, &wait_for_debugger }, in wet_main()
/third_party/boost/libs/test/doc/html/
Dstandalone_HTML.manifest196 boost_test/utf_reference/rt_param_reference/wait_for_debugger.html