This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/9] Eliminate exceptions.c:print_any_exception.
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 03 Jul 2014 14:38:30 -0600
- Subject: Re: [PATCH 2/9] Eliminate exceptions.c:print_any_exception.
- Authentication-results: sourceware.org; auth=none
- References: <1404400736-17307-1-git-send-email-palves at redhat dot com> <1404400736-17307-3-git-send-email-palves at redhat dot com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> exception_print and exception_fprintf call print_flush, which
Pedro> does all the same flushing and annotation things that
Pedro> print_any_exception does, and more.
Looks like a nice cleanup.
Tom