Make linux_stop_lwp be a shared function
authorGary Benson <gbenson@redhat.com>
Tue, 24 Mar 2015 14:05:44 +0000 (14:05 +0000)
committerGary Benson <gbenson@redhat.com>
Tue, 24 Mar 2015 14:05:44 +0000 (14:05 +0000)
commitb2f7c7e8b7046bf3dd99e3fb7329feb962a6bc7d
tree7d66edb2d15fceef51bda35b5e0b6f4d7011fc6c
parent6d4ee8c6ad7d5b04e524b2b48ffe5639028594a5
Make linux_stop_lwp be a shared function

Both GDB and gdbserver had linux_stop_lwp functions with identical
declarations.  This commit moves these to nat/linux-nat.h to allow
shared code to use the function.

gdb/ChangeLog:

* linux-nat.h (linux_stop_lwp): Move declaration to...
* nat/linux-nat.h (linux_stop_lwp): New declaration.

gdb/gdbserver/ChangeLog:

* linux-low.h (linux_stop_lwp): Remove declaration.
gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.h
gdb/linux-nat.h
gdb/nat/linux-nat.h
This page took 0.026564 seconds and 4 git commands to generate.