Update debug_qf_expand_symtabs_matching to use typedefs.
authorGary Benson <gbenson@redhat.com>
Mon, 10 Feb 2014 14:07:44 +0000 (14:07 +0000)
committerGary Benson <gbenson@redhat.com>
Mon, 10 Feb 2014 14:07:44 +0000 (14:07 +0000)
commit96f861efe0b5a083211ec80db63a612f87daa626
tree5fd1b8534e534a33e0a98715253757bb9031a403
parentee01b6652ad55437e777fb7e6b1745782dc205a4
Update debug_qf_expand_symtabs_matching to use typedefs.

Commit 206f2a5777679e6d1ad21ce435f6e7af92e2d41a added two new
typedefs, but did not update debug_qf_expand_symtabs_matching
to use them.  This patch fixes this.

Checked in as obvious.

2014-02-10  Gary Benson  <gbenson@redhat.com>

* symfile-debug.c (debug_qf_expand_symtabs_matching):
Use expand_symtabs_file_matcher_ftype and
expand_symtabs_symbol_matcher_ftype.
gdb/ChangeLog
gdb/symfile-debug.c