Mostly code cleanup: Constification.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 19 Sep 2013 12:44:46 +0000 (12:44 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Thu, 19 Sep 2013 12:44:46 +0000 (12:44 +0000)
commit69150c3d5af696f56fac619ceb0756319ca5074b
tree3a89d3788e4800839636d0e4e2149b48a76a2793
parent205bc6b1a7f3400e287f5f9e78e4423cbdf52f9e
Mostly code cleanup: Constification.

gdb/
2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>

Constification.
* main.c (captured_main): Replace catch_command_errors by
catch_command_errors_const.  Twice.
* symfile.c (symbol_file_add_main_1): Make args parameter const.
(symbol_file_add): Make name parameter const.
(symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
(symfile_bfd_open): Make name parameter const, rename it to cname.  Add
variable name.  Change their usage accordingly.
* symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
const.
(symbol_file_add_main): Make args parameter const.
gdb/ChangeLog
gdb/main.c
gdb/symfile.c
gdb/symfile.h
This page took 0.041663 seconds and 4 git commands to generate.