Commit da16ade1 authored by Paul Bolle's avatar Paul Bolle Committed by Alexandre Julliard

winedbg: gdb proxy mode: hide printf unless traced.

parent 2855fac6
......@@ -1077,7 +1077,8 @@ static enum packet_return packet_verbose(struct gdb_context* gdbctx)
* and then an optional thread ID at the end..
* *******************************************/
fprintf(stderr, "trying to process a verbose packet\n");
if (gdbctx->trace & GDBPXY_TRC_COMMAND)
fprintf(stderr, "trying to process a verbose packet\n");
/* now check that we've got Cont */
assert(strncmp(gdbctx->in_packet, "Cont", 4) == 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment