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: [patch][python] PR python/16483 (info frame-filters is too verbose)


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> +        self.print_empty = False

Nothing ever seems to set this.  I think it can be dropped.

Phil> +        self.total_filters = 0

This is initialized in the command's constructor and never reset to 0.
I think this means the command won't work properly if filters are ever
unregistered.

Otherwise I think this looks good.

Tom


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