aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2014-06-06 13:26:53 -0600
committerTom Tromey <tromey@redhat.com>2014-06-16 10:29:17 -0600
commitfee354eeef0b5bb9b1b799e2ce313fc805b2af1a (patch)
treedff86f4f8779dc5d787c9dd24a802ef66b0ce46c /gdb/target.c
parenta30bf1f15c51b82a0134713bc44175cda296d3ae (diff)
downloadfsf-binutils-gdb-fee354eeef0b5bb9b1b799e2ce313fc805b2af1a.zip
fsf-binutils-gdb-fee354eeef0b5bb9b1b799e2ce313fc805b2af1a.tar.gz
fsf-binutils-gdb-fee354eeef0b5bb9b1b799e2ce313fc805b2af1a.tar.bz2
constify to_disconnect
This constifies an parameter of to_disconnect and updates target_disconnect as well. 2014-06-16 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_disconnect>: Make parameter const. (target_disconnect): Update. * target.c (target_disconnect): Make "args" const. * target-delegates.c: Rebuild. * remote.c (remote_disconnect): Update. * record.h (record_disconnect): Update. * record.c (record_disconnect): Update. * inf-child.c (inf_child_disconnect): Update.
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c
index a9255d7..f3226b9 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -2087,7 +2087,7 @@ target_detach (const char *args, int from_tty)
}
void
-target_disconnect (char *args, int from_tty)
+target_disconnect (const char *args, int from_tty)
{
/* If we're in breakpoints-always-inserted mode or if breakpoints
are global across processes, we have to remove them before