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: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 24 Jul 2014 09:21:40 -0600
- 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>
>>>>> "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.
Tom