| 1060 | } |
| 1061 | |
| 1062 | static 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 | |
| 1068 | static void debug_parent_copy_breakpoints( void ) |
| 1069 | { |