Add target_ops argument to to_can_run
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:33:31 +0000 (21:33 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:50 +0000 (07:45 -0700)
commitda82bd6b65af8f3cec02621435331983b27d93a0
treefa40610d2bee1e86524890eeddcb480a4951266c
parentd796e1d62f3cf00c48bf8e88d3f4e83848080525
Add target_ops argument to to_can_run

2014-02-19  Tom Tromey  <tromey@redhat.com>

* windows-nat.c (windows_can_run): Add 'self' argument.
* target.h (struct target_ops) <to_can_run>: Add argument.
(target_can_run): Add argument.
* target.c (debug_to_can_run): Add argument.
(update_current_target): Update.
* nto-procfs.c (procfs_can_run): Add 'self' argument.
* inf-child.c (inf_child_can_run): Add 'self' argument.
* go32-nat.c (go32_can_run): Add 'self' argument.
gdb/ChangeLog
gdb/go32-nat.c
gdb/inf-child.c
gdb/nto-procfs.c
gdb/target.c
gdb/target.h
gdb/windows-nat.c
This page took 0.030723 seconds and 4 git commands to generate.