Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebugger.cpp49 static int num_breakpoints; variable
261 if ( num_breakpoints == breakpoints_capacity ) in add_breakpoint()
268 breakpoints[ num_breakpoints++ ] = elem; in add_breakpoint()
269 return num_breakpoints; in add_breakpoint()
301 for ( i = 0; i < num_breakpoints; ++i ) in handle_line_breakpoint()
643 if ( id < 1 || id > num_breakpoints ) in debug_child_disable()
657 if ( id < 1 || id > num_breakpoints ) in debug_child_enable()
671 if ( id < 1 || id > num_breakpoints ) in debug_child_delete()
1069 for ( i = 0; i < num_breakpoints; ++i ) in debug_parent_copy_breakpoints()
1431 if ( x < 1 || x > num_breakpoints || breakpoints[ x - 1 ].status == BREAKPOINT_DELETED ) in check_breakpoint_fn_args()
[all …]