This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/3] Select the current frame in command tdump.
- From: Yao Qi <yao at codesourcery dot com>
- To: <gdb-patches at sourceware dot org>
- Date: Mon, 22 Jul 2013 09:13:00 +0800
- Subject: Re: [PATCH 0/3] Select the current frame in command tdump.
- References: <1372341726-5485-1-git-send-email-yao at codesourcery dot com>
On 06/27/2013 10:02 PM, Yao Qi wrote:
Command 'tdump' should be run on the current stack frame instead of
the selected stack frame. The patch 3/3 is to change to the current
stack trace when executing command 'tdump'. When writing test case
for this change, I did some cleanups in gdb.trace/backtrace.exp (in
patch 1/3) and get the test result unique (patch 2/3).
Regression tested on x86_64-linux.
Ping. http://sourceware.org/ml/gdb-patches/2013-06/msg00817.html
--
Yao (éå)