[PATCHv2 4/4] gdb: Add new commands to list module variables and functions

Tom Tromey tom@tromey.com
Thu Oct 10 15:58:00 GMT 2019


>>>>> "Andrew" == Andrew Burgess <andrew.burgess@embecosm.com> writes:

Andrew> This patch adds two new commands "info module functions" and "info
Andrew> module variables".  These commands list all of the functions and
Andrew> variables grouped by module and then by file.

Andrew> +	  if(type_regexp == nullptr)
...
Andrew> +	  if(type_regexp == nullptr)

I noticed these two lines were missing a space after the "if".

Tom



More information about the Gdb-patches mailing list