constify to_open
authorTom Tromey <tromey@redhat.com>
Tue, 22 Jul 2014 16:56:01 +0000 (10:56 -0600)
committerTom Tromey <tromey@redhat.com>
Wed, 30 Jul 2014 14:02:53 +0000 (08:02 -0600)
commit014f9477f4bdb04ca3accad0a7c986c2dff90e1f
tree9f39adfc47d300d5a71c482a15c28631ee58d8c4
parente799154c3bf1aac0bffd869df5eed7a959305d00
constify to_open

This makes target_ops::to_open take a const string and then fixes the
fallout.

There were a few of these I could not build.  However I eyeballed it
and in any case the fixes should generally be trivial.

This is based on the patch to fix up the target debugging for to_open,
because that changes gdb to not directly install to_open as the target
command

2014-07-30  Tom Tromey  <tromey@redhat.com>

* bsd-kvm.c (bsd_kvm_open): Constify.
* corelow.c (core_open): Constify.
* ctf.c (ctf_open): Constify.
* dbug-rom.c (dbug_open): Constify.
* exec.c (exec_open): Constify.
* m32r-rom.c (m32r_open, mon2000_open): Constify.
* microblaze-rom.c (picobug_open): Constify.
* nto-procfs.c (procfs_open_1, procfs_open, procfs_native_open):
Constify.
* ppcbug-rom.c (ppcbug_open0, ppcbug_open1): Constify.
* record-btrace.c (record_btrace_open): Constify.
* record-full.c (record_full_core_open_1, record_full_open_1)
(record_full_open): Constify.
* remote-m32r-sdi.c (m32r_open): Constify.
* remote-mips.c (common_open, mips_open, pmon_open, ddb_open)
(rockhopper_open, lsi_open): Constify.
* remote-sim.c (gdbsim_open): Constify.
* remote.c (remote_open, extended_remote_open, remote_open_1):
Constify.
* target.h (struct target_ops) <to_open>: Make "arg" const.
* tracefile-tfile.c (tfile_open): Constify.
20 files changed:
gdb/ChangeLog
gdb/bsd-kvm.c
gdb/corelow.c
gdb/ctf.c
gdb/dbug-rom.c
gdb/dink32-rom.c
gdb/exec.c
gdb/inf-child.c
gdb/m32r-rom.c
gdb/microblaze-rom.c
gdb/nto-procfs.c
gdb/ppcbug-rom.c
gdb/record-btrace.c
gdb/record-full.c
gdb/remote-m32r-sdi.c
gdb/remote-mips.c
gdb/remote-sim.c
gdb/remote.c
gdb/target.h
gdb/tracefile-tfile.c
This page took 0.04022 seconds and 4 git commands to generate.