This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFAv2 0/2] Fix regression 'info variables' does not show minimal symbols.
- From: Philippe Waroquiers <philippe dot waroquiers at skynet dot be>
- To: gdb-patches at sourceware dot org
- Date: Sat, 10 Nov 2018 16:00:46 +0100
- Subject: [RFAv2 0/2] Fix regression 'info variables' does not show minimal symbols.
This patch series fixes the regression introduced by
12615cba8411c8 Add [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info [args|functions|locals|variables]
and adds a test case.
Compared to the first version, this fixes the remarks
given by Simon:
* Fix indentation in gdb/symtab.c.
* Add license header in info_minsym.c.
* Tight down the regexp in info_minsym.exp.
Some more eyes on the fix are expected before pushing.
Thanks