This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdb_init argument ARGS is a string rather than a list
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Mon, 19 May 2014 07:59:13 -0600
- Subject: Re: [PATCH] gdb_init argument ARGS is a string rather than a list
- Authentication-results: sourceware.org; auth=none
- References: <1399626515-29231-1-git-send-email-yao at codesourcery dot com> <87fvkaaoup dot fsf at fleche dot redhat dot com> <53797C8A dot 5080902 at codesourcery dot com>
Yao> 2014-05-19 Yao Qi <yao@codesourcery.com>
Yao> * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
Yao> 'test_file_name'. Treat args as a string instead of a list.
Yao> (gdb_init): Rename argument 'args' by 'test_file_name'.
Thanks, this is ok.
Tom