Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebugger.cpp39 OBJECT * bound_file; member
276 elem.bound_file = NULL; in add_line_breakpoint()
286 elem.bound_file = object_copy( name ); in add_function_breakpoint()
303 if ( breakpoints[ i ].bound_file == NULL && is_same_file( breakpoints[ i ].file, file ) ) in handle_line_breakpoint()
305 breakpoints[ i ].bound_file = object_copy( file ); in handle_line_breakpoint()
308 breakpoints[ i ].bound_file != NULL && in handle_line_breakpoint()
309 object_equal( breakpoints[ i ].bound_file, file ) && in handle_line_breakpoint()