diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-16 04:47:53 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-16 04:47:53 +0000 |
commit | 05a534e662420dab01bf4695447b34b2c0d0eb61 (patch) | |
tree | 2f646c177312948566cc8085172c0b2ad2026aeb /toolchain/gdb/snapshot/770-debian_vfork-done-spelling.patch | |
parent | 7956dda04e5e7fc017517e52b06076c649c17389 (diff) |
Add patches for latest snapshot of gdb. The starting point was the 6.3
patches which were then sliced down to this list since all the other
ones were checked in or just applied with horrific failure. Also added
new NPTL support patch for MIPS courtesy of Daniel J. Suckers, err I
mean testers wanted.
Diffstat (limited to 'toolchain/gdb/snapshot/770-debian_vfork-done-spelling.patch')
-rw-r--r-- | toolchain/gdb/snapshot/770-debian_vfork-done-spelling.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gdb/snapshot/770-debian_vfork-done-spelling.patch b/toolchain/gdb/snapshot/770-debian_vfork-done-spelling.patch new file mode 100644 index 000000000..d700f768c --- /dev/null +++ b/toolchain/gdb/snapshot/770-debian_vfork-done-spelling.patch @@ -0,0 +1,12 @@ +diff -ur gdb-6.3.50.20050915/gdb/linux-nat.c gdb-6.3.50.20050915-patched/gdb/linux-nat.c +--- gdb-6.3.50.20050915/gdb/linux-nat.c 2005-09-10 13:11:02.000000000 -0500 ++++ gdb-6.3.50.20050915-patched/gdb/linux-nat.c 2005-09-15 19:57:23.000000000 -0500 +@@ -458,7 +458,7 @@ + generally not encounter vfork (vfork is defined to fork + in libpthread.so). + +- The holding part is very easy if we have VFORKDONE events; ++ The holding part is very easy if we have VFORK_DONE events; + but keeping track of both processes is beyond GDB at the + moment. So we don't expose the parent to the rest of GDB. + Instead we quietly hold onto it until such time as we can |