winedbg: gdb proxy mode: hide printf unless traced.
This commit is contained in:
parent
2855fac645
commit
da16ade1d0
@ -1077,6 +1077,7 @@ static enum packet_return packet_verbose(struct gdb_context* gdbctx)
|
|||||||
* and then an optional thread ID at the end..
|
* and then an optional thread ID at the end..
|
||||||
* *******************************************/
|
* *******************************************/
|
||||||
|
|
||||||
|
if (gdbctx->trace & GDBPXY_TRC_COMMAND)
|
||||||
fprintf(stderr, "trying to process a verbose packet\n");
|
fprintf(stderr, "trying to process a verbose packet\n");
|
||||||
/* now check that we've got Cont */
|
/* now check that we've got Cont */
|
||||||
assert(strncmp(gdbctx->in_packet, "Cont", 4) == 0);
|
assert(strncmp(gdbctx->in_packet, "Cont", 4) == 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user