]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-6.6-bz235197-fork-detach-info.patch
- remove old and unused patches.
[packages/gdb.git] / gdb-6.6-bz235197-fork-detach-info.patch
index 9d1777861edb108b5ccdb5b382f058df4f41906b..64bc6861765f8b915cf3c42969452e449f1fb5af 100644 (file)
@@ -3,23 +3,23 @@
        Port to GDB-6.8pre.
        Remove the `[' character from the GDB-6.8 default message.
 
-Index: gdb-6.7.50.20080227/gdb/linux-nat.c
+Index: gdb-7.0.50.20100115/gdb/linux-nat.c
 ===================================================================
---- gdb-6.7.50.20080227.orig/gdb/linux-nat.c   2008-03-01 10:30:48.000000000 +0100
-+++ gdb-6.7.50.20080227/gdb/linux-nat.c        2008-03-01 10:48:25.000000000 +0100
-@@ -415,7 +415,7 @@ linux_child_follow_fork (struct target_o
-       /* Detach new forked process?  */
-       if (detach_fork)
-       {
+--- gdb-7.0.50.20100115.orig/gdb/linux-nat.c   2010-01-15 03:22:31.000000000 +0100
++++ gdb-7.0.50.20100115/gdb/linux-nat.c        2010-01-15 03:23:28.000000000 +0100
+@@ -724,7 +724,7 @@ holding the child stopped.  Try \"set de
+             remove_breakpoints_pid (GET_PID (inferior_ptid));
+           }
 -        if (info_verbose || debug_linux_nat)
 +        if (1 /* Fedora Bug 235197 */ || info_verbose || debug_linux_nat)
            {
              target_terminal_ours ();
              fprintf_filtered (gdb_stdlog,
-Index: gdb-6.7.50.20080227/gdb/testsuite/gdb.base/fork-detach.c
+Index: gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-6.7.50.20080227/gdb/testsuite/gdb.base/fork-detach.c   2008-03-01 10:30:49.000000000 +0100
++++ gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.c   2010-01-15 03:22:52.000000000 +0100
 @@ -0,0 +1,57 @@
 +/* This testcase is part of GDB, the GNU debugger.
 +
@@ -78,11 +78,11 @@ Index: gdb-6.7.50.20080227/gdb/testsuite/gdb.base/fork-detach.c
 +    }
 +  return 0;
 +}
-Index: gdb-6.7.50.20080227/gdb/testsuite/gdb.base/fork-detach.exp
+Index: gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.exp
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-6.7.50.20080227/gdb/testsuite/gdb.base/fork-detach.exp 2008-03-01 10:49:36.000000000 +0100
-@@ -0,0 +1,43 @@
++++ gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.exp 2010-01-15 03:22:52.000000000 +0100
+@@ -0,0 +1,36 @@
 +# Copyright 2007 Free Software Foundation, Inc.
 +
 +# This program is free software; you can redistribute it and/or modify
@@ -99,13 +99,6 @@ Index: gdb-6.7.50.20080227/gdb/testsuite/gdb.base/fork-detach.exp
 +# along with this program; if not, write to the Free Software
 +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 +
-+if $tracelevel then {
-+    strace $tracelevel
-+}
-+
-+set prms_id 0
-+set bug_id 0
-+
 +set testfile fork-detach
 +set srcfile ${testfile}.c
 +set binfile ${objdir}/${subdir}/${testfile}
This page took 0.033108 seconds and 4 git commands to generate.