This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Make "bt N" print correct number of frames when using a frame filter
- From: Tom Tromey <tom at tromey dot com>
- To: Tom Tromey <tom at tromey dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sat, 24 Feb 2018 10:09:00 -0700
- Subject: Re: [RFA] Make "bt N" print correct number of frames when using a frame filter
- Authentication-results: sourceware.org; auth=none
- References: <20170423160446.17062-1-tom@tromey.com> <87tw43d1ew.fsf@bapiya> <87tvzjx6pg.fsf@pokyo> <871shqtave.fsf@tromey.com>
>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:
Tom> There's a follow-up as well (to change the enum to use
Tom> DEF_ENUM_FLAGS_TYPE), but that one was OK'd; but still pending since it
Tom> touched the same code as this patch.
Tom> This is still pending review.
Tom> Some discussion here:
Tom> https://sourceware.org/ml/gdb-patches/2017-07/msg00200.html
Tom> Original patch here:
Tom> https://sourceware.org/ml/gdb-patches/2017-04/msg00630.html
Tom> I have a branch with this patch plus the previously-approved patch to
Tom> change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE, so if/when this
Tom> one is ok'd, both will go in.
Ping again.
Tom