diff options
author | Michael Snyder <msnyder@specifix.com> | 2003-06-19 22:52:04 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2003-06-19 22:52:04 +0000 |
commit | 4f90ce69667aef9199ea56f674d8aa02d6dd8a39 (patch) | |
tree | 1724b4ef8b4044a2b0beeba19d2408d456fd3eb2 /gdb/config/nm-linux.h | |
parent | 6e9a166c1be61cde3ec941baf9df0a8d7ba37cf4 (diff) | |
download | gdb-4f90ce69667aef9199ea56f674d8aa02d6dd8a39.tar.gz |
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 e4ac629aad4..9a04cf71cf1 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 |