MCPcopy Create free account
hub / github.com/boostorg/build / init_parent_handles

Function init_parent_handles

src/engine/debugger.cpp:1062–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060}
1061
1062static void init_parent_handles( HANDLE out, HANDLE in )
1063{
1064 command_child = _fdopen( _open_osfhandle( (intptr_t)in, _O_RDONLY ), "r" );
1065 command_output = _fdopen( _open_osfhandle( (intptr_t)out, _O_WRONLY ), "w" );
1066}
1067
1068static void debug_parent_copy_breakpoints( void )
1069{

Callers 1

debug_start_childFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected