+2019-02-20 Tom Tromey <tom@tromey.com>
+
+ * symtab.c (symtab_symbol_info): Fix typos.
+
2019-02-20 Tom Tromey <tromey@adacore.com>
* findcmd.c (_initialize_mem_search): Use upper case for
if (t_regexp != NULL)
printf_filtered
(_("All %ss matching regular expression \"%s\""
- " with type matching regulation expression \"%s\":\n"),
+ " with type matching regular expression \"%s\":\n"),
classnames[kind], regexp, t_regexp);
else
printf_filtered (_("All %ss matching regular expression \"%s\":\n"),
if (t_regexp != NULL)
printf_filtered
(_("All defined %ss"
- " with type matching regulation expression \"%s\" :\n"),
+ " with type matching regular expression \"%s\" :\n"),
classnames[kind], t_regexp);
else
printf_filtered (_("All defined %ss:\n"), classnames[kind]);
+2019-02-20 Tom Tromey <tom@tromey.com>
+
+ * gdb.base/info_qt.exp: Update.
+
2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
* gdb.base/source.exp: Move "error in sourced script" code to
"single regexp"
gdb_test "info functions -t uvw abc def" \
- "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw\\\":" \
+ "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw\\\":" \
"-t noquote single regexp"
gdb_test "info functions -t 'uvw xyz' abc def" \
- "All functions matching regular expression \\\"abc def\\\" with type matching regulation expression \\\"uvw xyz\\\":" \
+ "All functions matching regular expression \\\"abc def\\\" with type matching regular expression \\\"uvw xyz\\\":" \
"-t quote single regexp"
}