Remove GDBSERVER uses from linux-btrace.c
authorGary Benson <gbenson@redhat.com>
Fri, 12 Sep 2014 09:11:42 +0000 (10:11 +0100)
committerGary Benson <gbenson@redhat.com>
Fri, 12 Sep 2014 09:11:42 +0000 (10:11 +0100)
commit53f813629714f46e536c1f0bfa256d7b6b48cf3e
tree43e3c2f92db5d9cd8b4039aaee7b3c4e3a329a0a
parent727605ca75e009d8468bb6378b7d18b774838b2d
Remove GDBSERVER uses from linux-btrace.c

This commit makes nat/linux-btrace.c include common-defs.h rather
than defs.h or server.h.  A couple of minor changes were required
to support this change.

gdb/ChangeLog:

* nat/linux-btrace.c: Include common-defs.h.
Don't include defs.h, server.h or gdbthread.h.
* nat/linux-btrace.h (struct target_ops): New forward declaration.
gdb/ChangeLog
gdb/nat/linux-btrace.c
gdb/nat/linux-btrace.h