8sa1-binutils-gdb/gdb/common
Luis Machado 3360c0bf75 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.
2013-07-24 16:20:12 +00:00
..
agent.c
agent.h
ax.def
btrace-common.h
buffer.c
buffer.h
common-utils.c
common-utils.h
create-version.sh gdb/ 2013-07-04 01:22:38 +00:00
filestuff.c gdb/ 2013-06-26 08:01:57 +00:00
filestuff.h 2013-05-10 Joel Brobecker <brobecker@adacore.com> 2013-05-10 17:01:00 +00:00
format.c Check for NULL character before calling strchr. 2013-07-16 21:12:14 +00:00
format.h
gdb_assert.h
gdb_dirent.h
gdb_locale.h
gdb_signals.h
gdb_stat.h
gdb_string.h
gdb_thread_db.h
gdb_vecs.c
gdb_vecs.h gdb/ 2013-06-26 08:01:57 +00:00
gdb_wait.h
glibc_thread_db.h
host-defs.h
i386-cpuid.h gdb: clean up x86 cpuid implementations 2013-06-19 22:29:36 +00:00
i386-gcc-cpuid.h gdb: clean up x86 cpuid implementations 2013-06-19 22:29:36 +00:00
i386-xstate.h
linux-btrace.c gdb/ 2013-06-21 15:40:19 +00:00
linux-btrace.h
linux-osdata.c
linux-osdata.h
linux-procfs.c
linux-procfs.h
linux-ptrace.c
linux-ptrace.h
ptid.c
ptid.h * common/ptid.h: Comment fixes. 2013-07-02 16:58:51 +00:00
queue.h
signals.c
target-common.c gdb/ 2013-07-24 16:20:12 +00:00
target-common.h gdb/ 2013-07-24 16:20:12 +00:00
vec.c
vec.h
version.h don't keep a gdb-specific date 2013-06-24 15:06:27 +00:00
xml-utils.c
xml-utils.h