diff options
author | Tom Tromey <tromey@redhat.com> | 2013-03-28 11:08:31 -0600 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-06-30 07:59:38 -0600 |
commit | 961427268a863e614a79f25449e79d54696690ad (patch) | |
tree | 9eea05fed87642cb82c24311049d41e881bbad07 /gdb/ChangeLog | |
parent | aebf9d247e4026189a0f612ee03c19cdf4bf86ac (diff) | |
download | gdb-961427268a863e614a79f25449e79d54696690ad.zip gdb-961427268a863e614a79f25449e79d54696690ad.tar.gz gdb-961427268a863e614a79f25449e79d54696690ad.tar.bz2 |
constify search_symbols
This constifies the parameters to search_symbols and fixes up the
fallout.
Tested by rebuilding.
2014-06-30 Tom Tromey <tromey@redhat.com>
* symtab.c (operator_chars): Make parameters and return type
const.
(file_matches): Make "files" const.
(struct search_symbols_data) <files>: Now const.
(search_symbols): Make "regexp" and "files" parameters const.
Update.
(symtab_symbol_info): Remove cast.
(rbreak_command): Update.
* symtab.h (search_symbols): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b7c5fa..8d304ac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2014-06-30 Tom Tromey <tromey@redhat.com> + + * symtab.c (operator_chars): Make parameters and return type + const. + (file_matches): Make "files" const. + (struct search_symbols_data) <files>: Now const. + (search_symbols): Make "regexp" and "files" parameters const. + Update. + (symtab_symbol_info): Remove cast. + (rbreak_command): Update. + * symtab.h (search_symbols): Update. + 2014-06-27 Yao Qi <yao@codesourcery.com> * breakpoint.c (check_longjmp_breakpoint_for_call_dummy): |