Constify commands in cli-dump.c
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 03:39:18 +0000 (21:39 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:31 +0000 (08:44 -0600)
commit2d0ac1068babfe8800607b17ddb2f31189bdb334
tree5df93692539f51b6ef84b67643e11fa522f529d3
parentdede02ce4d2267d044db41a0896af4d670647a04
Constify commands in cli-dump.c

gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* cli/cli-dump.c (dump_memory_command, dump_value_command)
(dump_srec_memory, dump_srec_value, dump_ihex_memory)
(dump_ihex_value, dump_verilog_memory, dump_verilog_value)
(dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
(dump_binary_value, append_binary_memory, append_binary_value):
Constify.
(struct dump_context) <func>: Constify.
(add_dump_command): Update.
gdb/ChangeLog
gdb/cli/cli-dump.c