Skip to content

Commit

Permalink
Add debugging for strace make_command_line
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid authored and lazka committed Aug 25, 2024
1 parent a1e28fb commit 5c3c66a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winsup/utils/mingw/strace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ create_child (char **argv)
flags |= CREATE_NEW_CONSOLE | CREATE_NEW_PROCESS_GROUP;

make_command_line (one_line, argv);
printf ("create_child: %s\n", one_line.buf);

SetConsoleCtrlHandler (NULL, 0);
/* Commit message for this code was:
Expand Down

0 comments on commit 5c3c66a

Please sign in to comment.