Eliminate exceptions.c:print_any_exception.
authorPedro Alves <palves@redhat.com>
Mon, 14 Jul 2014 18:55:30 +0000 (19:55 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 14 Jul 2014 19:29:30 +0000 (20:29 +0100)
exception_print and exception_fprintf call print_flush, which does all the
same flushing and annotation things that print_any_exception does, and more.

gdb/
2014-07-14  Pedro Alves  <palves@redhat.com>

* exceptions.c (print_any_exception): Delete.
(catch_exceptions_with_msg): Use exception_print instead of
print_any_exception.
(catch_errors): Use exception_fprintf instead of
print_any_exception.
(catch_command_errors, catch_command_errors_const): Use
exception_print instead of print_any_exception.


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