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)
commit075c703382f5bed4ec0976dd11f3b5b694ce3cb1
treef60cc86905128edd68f53320f6218bf640d963c2
parent91b35fd05c777ffba9b1738711d470977779c687
Unify startup and option-parsing warnings

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.
gdb/ChangeLog
gdb/main.c