This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 4/4] Fix gdb.trace/entry-values.exp for thumb mode
- From: Yao Qi <yao at codesourcery dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Tue, 8 Jul 2014 16:50:09 +0800
- Subject: Re: [PATCH 4/4] Fix gdb.trace/entry-values.exp for thumb mode
- Authentication-results: sourceware.org; auth=none
- References: <1404367792-23234-1-git-send-email-yao at codesourcery dot com> <1404367792-23234-5-git-send-email-yao at codesourcery dot com> <20140707151551 dot GH6038 at adacore dot com>
On 07/07/2014 11:15 PM, Joel Brobecker wrote:
>> 2014-07-02 Yao Qi <yao@codesourcery.com>
>>
>> * gdb.trace/entry-values.c: Define labels 'foo_start' and
>> 'bar_start' at the beginning of functions 'foo' and 'bar'
>> respectively.
>> * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
>> instead of 'foo' and 'bar'.
>
> This is OK.
>
Patch is pushed in.
--
Yao (éå)