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 dscho committed Apr 6, 2024
1 parent 4df3f89 commit 1ddc4cd
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 1ddc4cd

Please sign in to comment.