diff options
author | Pedro Alves <palves@redhat.com> | 2011-03-09 12:48:56 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-03-09 12:48:56 +0000 |
commit | 9f37bbcca8004e1ac5be674446c51b50b36dc94e (patch) | |
tree | 02a5d9a92d9719944c943c4f7160cc3a6d42fc5a /gdb/ChangeLog | |
parent | f8de3c55e995e88e61316d7025e4d83927497e18 (diff) | |
download | gdb-9f37bbcca8004e1ac5be674446c51b50b36dc94e.zip gdb-9f37bbcca8004e1ac5be674446c51b50b36dc94e.tar.gz gdb-9f37bbcca8004e1ac5be674446c51b50b36dc94e.tar.bz2 |
* cli/cli-cmds.c (shell_escape): Use lbasename.
* coffread.c (coff_start_symtab): Constify parameter.
(complete_symtab): Constify `name' parameter.
(coff_symtab_read): Constify `filestring' local.
(coff_getfilename): Constify return and `result' local.
Use lbasename.
* fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename.
* linux-fork.c (info_checkpoints_command): Use lbasename.
* linux-nat.c (linux_nat_make_corefile_notes): Use lbasename.
* minsyms.c (lookup_minimal_symbol): Use lbasename.
* nto-tdep.c (nto_find_and_open_solib): Use lbasename.
* procfs.c (procfs_make_note_section): Use lbasename.
* tui/tui-io.c (printable_part): Constity return and parameter.
Use lbasename.
(print_filename): Constify parameters, and local `s'.
(tui_rl_display_match_list): Constify local `temp'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4154649..3a26f18 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +2011-03-09 Pedro Alves <pedro@codesourcery.com> + + * cli/cli-cmds.c (shell_escape): Use lbasename. + * coffread.c (coff_start_symtab): Constify parameter. + (complete_symtab): Constify `name' parameter. + (coff_symtab_read): Constify `filestring' local. + (coff_getfilename): Constify return and `result' local. + Use lbasename. + * fbsd-nat.c (fbsd_make_corefile_notes): Use lbasename. + * linux-fork.c (info_checkpoints_command): Use lbasename. + * linux-nat.c (linux_nat_make_corefile_notes): Use lbasename. + * minsyms.c (lookup_minimal_symbol): Use lbasename. + * nto-tdep.c (nto_find_and_open_solib): Use lbasename. + * procfs.c (procfs_make_note_section): Use lbasename. + * tui/tui-io.c (printable_part): Constity return and parameter. + Use lbasename. + (print_filename): Constify parameters, and local `s'. + (tui_rl_display_match_list): Constify local `temp'. + 2011-03-09 Jan Kratochvil <jan.kratochvil@redhat.com> Revert: |