]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/go32-nat.c
Adjust all targets to new target_stop interface.
authorPedro Alves <palves@redhat.com>
Wed, 9 Jul 2008 22:49:56 +0000 (22:49 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 9 Jul 2008 22:49:56 +0000 (22:49 +0000)
commitf9c72d524f7c66a7ae979f3aa4f7523e16fca2f6
tree1fc7474b741e6307bc219d7f3577e4412ee71425
parent94cc34afe2c3d9377f1b9cfd481b5822a03c283f
Adjust all targets to new target_stop interface.

* gnu-nat.c (gnu_stop): Add ptid argument.
* go32-nat.c (go32_stop): Add ptid argument.
(go32_create_inferior): Pass inferior_ptid to go32_stop.
* hpux-thread.c (hpux_thread_stop): Add ptid argument.
* monitor.c (monitor_stop): Add ptid argument.
(monitor_open): Pass inferior_ptid to monitor_stop.
(monitor_interrupt): Pass inferior_ptid to target_stop.
(monitor_stop): Add ptid argument.
* nto-procfs.c (nto_interrupt): Pass inferior_ptid to target_stop.
(procfs_create_inferior): Add ptid argument.
* procfs.c (procfs_stop): Add ptid argument.
* remote-m32r-sdi.c (m32r_stop): Add ptid argument.
* remote-sim.c (gdbsim_stop): Add ptid argument.
* sol-thread.c (sol_thread_stop): Add ptid argument.
* win32-nat.c (win32_stop): Add ptid argument.
12 files changed:
gdb/ChangeLog
gdb/gnu-nat.c
gdb/go32-nat.c
gdb/hpux-thread.c
gdb/monitor.c
gdb/nto-procfs.c
gdb/procfs.c
gdb/remote-m32r-sdi.c
gdb/remote-sim.c
gdb/sol-thread.c
gdb/win32-nat.c
gdb/windows-nat.c