diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-06-19 22:52:04 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-06-19 22:52:04 +0000 |
commit | 0274a8cedbd446865a1e5fdec8057f4a327e19aa (patch) | |
tree | 65a8a30cdbc33868844ea760ca2628bf9e87535a /gdb/config/nm-linux.h | |
parent | adf5f719da64a54fa206ad15a5eebde9abbe2666 (diff) | |
download | gdb-0274a8cedbd446865a1e5fdec8057f4a327e19aa.zip gdb-0274a8cedbd446865a1e5fdec8057f4a327e19aa.tar.gz gdb-0274a8cedbd446865a1e5fdec8057f4a327e19aa.tar.bz2 |
2003-06-19 Michael Snyder <msnyder@redhat.com>
* linux-nat.h: New file.
* linux-nat.c: Include linux-nat.h.
* lin-lwp.c: Include linux-nat.h.
Move struct lwp_info def to linux-nat.h.
* linux-proc.c: Include linux-nat.h.
(linux_make_note_section): Iterate over lwps instead of threads.
(linux_do_thread_registers): Use lwp instead of merged pid.
* config/nm-linux.h: Move miscelaneous def'ns to linux-nat.h.
* Makefile.in (lin-lwp.o, linux-proc.o, linux-nat.o):
Add dependency on linux_nat_h.
Diffstat (limited to 'gdb/config/nm-linux.h')
-rw-r--r-- | gdb/config/nm-linux.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index e4ac629..9a04cf7 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -70,13 +70,6 @@ extern void lin_thread_get_thread_signals (sigset_t *mask); /* Override child_pid_to_exec_file in 'inftarg.c'. */ #define CHILD_PID_TO_EXEC_FILE -struct mem_attrib; -extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len, - int write, struct mem_attrib *attrib, - struct target_ops *target); - -extern void linux_record_stopped_pid (int pid); - #define CHILD_INSERT_FORK_CATCHPOINT #define CHILD_INSERT_VFORK_CATCHPOINT #define CHILD_INSERT_EXEC_CATCHPOINT |