FIXME: This function should be eliminated when I finish all stdout to the parent. */
| 1291 | |
| 1292 | /* FIXME: This function should be eliminated when I finish all stdout to the parent. */ |
| 1293 | static void debug_parent_forward( int argc, const char * * argv, int print_message, int require_child ) |
| 1294 | { |
| 1295 | if ( debug_parent_forward_nowait( argc, argv, print_message, require_child ) != 0 ) |
| 1296 | { |
| 1297 | return; |
| 1298 | } |
| 1299 | debug_parent_wait( print_message ); |
| 1300 | } |
| 1301 | |
| 1302 | static void debug_parent_continue( int argc, const char * * argv ) |
| 1303 | { |
no test coverage detected