2
1

770-debian_vfork-done-spelling.patch 660 B

123456789101112
  1. diff -ur gdb-6.3.50.20050915/gdb/linux-nat.c gdb-6.3.50.20050915-patched/gdb/linux-nat.c
  2. --- gdb-6.3.50.20050915/gdb/linux-nat.c 2005-09-10 13:11:02.000000000 -0500
  3. +++ gdb-6.3.50.20050915-patched/gdb/linux-nat.c 2005-09-15 19:57:23.000000000 -0500
  4. @@ -458,7 +458,7 @@
  5. generally not encounter vfork (vfork is defined to fork
  6. in libpthread.so).
  7. - The holding part is very easy if we have VFORKDONE events;
  8. + The holding part is very easy if we have VFORK_DONE events;
  9. but keeping track of both processes is beyond GDB at the
  10. moment. So we don't expose the parent to the rest of GDB.
  11. Instead we quietly hold onto it until such time as we can