gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 27 Apr 2011 19:55:10 +0000 (19:55 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 27 Apr 2011 19:55:10 +0000 (19:55 +0000)
commit681bf369ead4c4264cc9fcc8ba603cb06e7c2994
tree8ee2658fa9f25b9f3950e1f6f340d5c30775b406
parentb11b1f88bd8c59e136e0ec10fbf5ea7f30d0ded6
gdb/
Replace re_comp/re_exec by regcomp/regexec.
* symtab.c (struct search_symbols_data): New fields preg, preg_p.
(search_symbols_name_matches): Use them, use regexec.
(search_symbols): New variable retval_chain, adjust the use of
old_chain against it.  Replace re_comp by regcomp.  Use the new struct
search_symbols_data fields, use regexec instead of re_exec.
gdb/ChangeLog
gdb/symtab.c
This page took 0.024101 seconds and 4 git commands to generate.