]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
2003-06-19 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 19 Jun 2003 22:52:04 +0000 (22:52 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 19 Jun 2003 22:52:04 +0000 (22:52 +0000)
commit0274a8cedbd446865a1e5fdec8057f4a327e19aa
tree65a8a30cdbc33868844ea760ca2628bf9e87535a
parentadf5f719da64a54fa206ad15a5eebde9abbe2666
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/nm-linux.h
gdb/lin-lwp.c
gdb/linux-nat.c
gdb/linux-nat.h [new file with mode: 0644]
gdb/linux-proc.c