Unify startup and option-parsing warnings
authorGary Benson <gbenson@redhat.com>
Tue, 5 Aug 2014 15:18:51 +0000 (16:18 +0100)
committerGary Benson <gbenson@redhat.com>
Fri, 29 Aug 2014 09:12:04 +0000 (10:12 +0100)
Various warnings are emitted during startup and option-parsing using
fprintf_unfiltered.  One warning is prefixed with the command name,
the others are not.  This commit replaces these hardwired warnings
with calls to warning.  It also sets warning_pre_print to prefix all
warnings with the command name until option parsing is complete.

gdb/ChangeLog:

* main.c (captured_main): Use warning during startup.
Prefix startup warning messages with command name.


No differences found
This page took 0.024408 seconds and 4 git commands to generate.