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: Joel Brobecker <brobecker at adacore dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 7 Jul 2014 08:15:51 -0700
- 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>
> 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.
Thank you,
--
Joel