]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
gdb/
authorLuis Machado <luisgpm@br.ibm.com>
Wed, 24 Jul 2013 16:20:12 +0000 (16:20 +0000)
committerLuis Machado <luisgpm@br.ibm.com>
Wed, 24 Jul 2013 16:20:12 +0000 (16:20 +0000)
commit3360c0bf75c98188a29b2ea29183a0bdc33b5801
tree0a1144597538d9f9a1b9c4fca782944bbb8c7128
parent7e8b059be6b6b97b611b034e90f576c1479bdf75
gdb/
* Makefile.in (SFILES): Add common/target-common.c.
Add common/target-common.h to headers.
(COMMON_OBS): Add target-common.o.
(target-common.o): New target.
* linux-nat.h (resume_kind): Move to common/target-common.h.
* target.c (target_waitstatus_to_string): Move to
common/target-common.c.
* target.h: Include target-common.h.
(target_waitkind): Move to common/target-common.h.
(target_waitstatus): Likewise.
(TARGET_WNOHANG): Likewise.
* common/target-common.c: New file.
* common/target-common.h: New file.

gdb/gdbserver/
* Makefile.in (SFILES): /common/target-common.c.
(OBS): Add target-common.o.
(server_h): Add $(srcdir)/../common/target-common.h.
(target-common.o): New target.
* server.c (queue_stop_reply_callback): Free
status string after use.
* target.c (target_waitstatus_to_string): Remove.
* target.h: Include target-common.h.
(resume_kind): Likewise.
(target_waitkind): Likewise.
(target_waitstatus): Likewise.
(TARGET_WNOHANG): Likewise.
12 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/common/target-common.c [new file with mode: 0644]
gdb/common/target-common.h [new file with mode: 0644]
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/server.c
gdb/gdbserver/target.c
gdb/gdbserver/target.h
gdb/linux-nat.h
gdb/target.c
gdb/target.h