OSDN Git Service

* infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
authorMark Kettenis <kettenis@gnu.org>
Sun, 22 Aug 2004 19:03:41 +0000 (19:03 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 22 Aug 2004 19:03:41 +0000 (19:03 +0000)
commitcae75fdda4f5704ab6944c8d4ff5db1b516ba89c
tree723031f8f4196cdd4b8a036bf6a2c066c38a8a76
parentcd4c5348cd7c5828d5c334be238121f680332270
* infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
Reorder includes.
(fetch_register, store_register): Remove prototypes.
(child_resume): Reorganize code and comments such that it is
grouped a bit more logically.
(attach): Explicitly compare errno against 0.
(detach): Likewise.  Use perror_with_name instead of
print_sys_errmsg.
* Makefile.in (infptrace.o): Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/infptrace.c