This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] py-inferior.exp: Make sure local var is allocated on the stack.
- From: Tom Tromey <tromey at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 07 Jun 2011 10:50:24 -0600
- Subject: Re: [RFA] py-inferior.exp: Make sure local var is allocated on the stack.
- References: <1307142458-28716-1-git-send-email-brobecker@adacore.com>
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> * gdb.python/py-inferior.c (f2): Make str an array rather
Joel> than a pointer.
Joel> * gdb.python/py-inferior.exp: Adjust testcase accordingly.
Joel> Tested on x86_64-linux. Also tested by hand on x86-windows (MinGW).
Joel> OK to checkin?
Looks good to me.
Tom