Add new function warning() which behaves the same as error() but returns
authorFred Fish <fnf@specifix.com>
Thu, 24 Oct 1991 10:38:56 +0000 (10:38 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 24 Oct 1991 10:38:56 +0000 (10:38 +0000)
commit2bc2e684ad390d727cd9637b59815d12a16fbaf4
tree3c8602a214aecdf661d021015bcffbe6999c1dc2
parenteaa1ef1df185459a3bacf9cb5b2cd2cfc10cd8ac
Add new function warning() which behaves the same as error() but returns
rather than jumping back to command level.  Modules that want to print
their own warnings without calling warning() can call warning_setup() to
handle the terminal compatibly with warning() and error().
gdb/ChangeLog
gdb/utils.c
This page took 0.027602 seconds and 4 git commands to generate.