This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/3] constify exec_file_attach
- From: Pedro Alves <palves at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 24 Jul 2014 16:22:58 +0100
- Subject: Re: [PATCH 1/3] constify exec_file_attach
- Authentication-results: sourceware.org; auth=none
- References: <1406150844-17134-1-git-send-email-tromey at redhat dot com> <1406150844-17134-2-git-send-email-tromey at redhat dot com> <53D06044 dot 4060808 at redhat dot com> <87k372n5ob dot fsf at fleche dot redhat dot com>
On 07/24/2014 04:21 PM, Tom Tromey wrote:
>>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
>
> Pedro> Why not use catch_command_errors_const instead?
>
> I had just forgotten about its existence.
> I've made the obvious fix here.
Great, thanks.
Thanks,
Pedro Alves