Classes | |
struct | dbg_startup_info |
Typedefs | |
typedef unit_test::callback1 < dbg_startup_info const & > | dbg_starter |
Functions | |
bool BOOST_TEST_DECL | under_debugger () |
void BOOST_TEST_DECL | debugger_break () |
std::string BOOST_TEST_DECL | set_debugger (unit_test::const_string dbg_id, dbg_starter s=dbg_starter()) |
bool BOOST_TEST_DECL | attach_debugger (bool break_or_continue=true) |
void BOOST_TEST_DECL | detect_memory_leaks (bool on_off) |
void BOOST_TEST_DECL | break_memory_alloc (long mem_alloc_order_num) |
typedef unit_test::callback1<dbg_startup_info const&> boost::debug::dbg_starter |
bool BOOST_TEST_DECL boost::debug::attach_debugger | ( | bool | break_or_continue = true | ) |
void BOOST_TEST_DECL boost::debug::break_memory_alloc | ( | long | mem_alloc_order_num | ) |
void BOOST_TEST_DECL boost::debug::debugger_break | ( | ) |
void BOOST_TEST_DECL boost::debug::detect_memory_leaks | ( | bool | on_off | ) |
std::string BOOST_TEST_DECL boost::debug::set_debugger | ( | unit_test::const_string | dbg_id, |
dbg_starter | s = dbg_starter() |
||
) |
bool BOOST_TEST_DECL boost::debug::under_debugger | ( | ) |