This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 08/10] Move some code later in backtrace_command_1


On 25/04/17 20:41, Tom Tromey wrote:
> PR backtrace/15584 notes that some code in backtrace_command_1 is not
> useful when frame filters are in use.  This patch moves this code into
> the no-frame-filters "if".  This also removes the unused local
> "trailing_level", which I noticed while moving the code around.
> 
> ChangeLog
> 2017-04-25  Tom Tromey  <tom@tromey.com>
> 
> 	PR backtrace/15584:
> 	* stack.c (backtrace_command_1): Move some code into no-filters
> 	"if".

Reads much better now, thanks. LGTM

Cheers

Phil


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]