This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Use 'test' argument in gdb_core_cmd
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Arnez <arnez at linux dot vnet dot ibm dot com>
- Cc: gdb-patches at sourceware dot org, Doug Evans <dje at google dot com>, Ulrich Weigand <uweigand at de dot ibm dot com>
- Date: Wed, 09 Oct 2013 09:49:51 -0600
- Subject: Re: [PATCH] Use 'test' argument in gdb_core_cmd
- Authentication-results: sourceware.org; auth=none
- References: <87vc161nge dot fsf at br87z6lw dot de dot ibm dot com>
>>>>> "Andreas" == Andreas Arnez <arnez@linux.vnet.ibm.com> writes:
Andreas> In the current version the gdb_core_cmd receives an argument "$test",
Andreas> but doesn't use it. Instead, the test is always named "re-load
Andreas> generated corefile". Since the callers of this procedure already pass
Andreas> a suitable string, the patch uses this now, such that different
Andreas> invocations of this procedure can be distinguished in the future.
Andreas> 2013-10-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
Andreas> * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
Andreas> generated corefile" by argument "$test".
Thanks, this is ok.
Tom