Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebugger.cpp78 static FILE * command_child; variable
925 id = debug_int_read( command_child ); in debug_parent_on_breakpoint()
928 debug_frame_read( command_child, &base ); in debug_parent_on_breakpoint()
955 debug_frame_read( command_child, &base ); in debug_parent_on_end_stepping()
973 int ch = fgetc( command_child ); in debug_parent_wait()
1013 fclose( command_child ); in debug_parent_wait()
1062 command_child = _fdopen( _open_osfhandle( (intptr_t)in, _O_RDONLY ), "r" ); in init_parent_handles()
1244 command_child = fdopen( read_fd, "r" ); in debug_start_child()
1525 result = debug_list_read( command_child ); in debug_parent_print()
1563 depth_str = debug_object_read( command_child ); in debug_parent_backtrace()
[all …]