]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-6.6-bz235197-fork-detach-info.patch
cleanup adapter's noise.
[packages/gdb.git] / gdb-6.6-bz235197-fork-detach-info.patch
index 64bc6861765f8b915cf3c42969452e449f1fb5af..d7263ff27cd434cc31badd1040449edc9b913f37 100644 (file)
@@ -3,11 +3,11 @@
        Port to GDB-6.8pre.
        Remove the `[' character from the GDB-6.8 default message.
 
-Index: gdb-7.0.50.20100115/gdb/linux-nat.c
+Index: gdb-7.2.50.20110320/gdb/linux-nat.c
 ===================================================================
---- 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
+--- gdb-7.2.50.20110320.orig/gdb/linux-nat.c   2011-03-20 16:59:51.000000000 +0100
++++ gdb-7.2.50.20110320/gdb/linux-nat.c        2011-03-20 16:59:51.000000000 +0100
+@@ -716,7 +716,7 @@ holding the child stopped.  Try \"set de
              remove_breakpoints_pid (GET_PID (inferior_ptid));
            }
  
@@ -16,10 +16,10 @@ Index: gdb-7.0.50.20100115/gdb/linux-nat.c
            {
              target_terminal_ours ();
              fprintf_filtered (gdb_stdlog,
-Index: gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.c
+Index: gdb-7.2.50.20110320/gdb/testsuite/gdb.base/fork-detach.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.c   2010-01-15 03:22:52.000000000 +0100
++++ gdb-7.2.50.20110320/gdb/testsuite/gdb.base/fork-detach.c   2011-03-20 16:59:51.000000000 +0100
 @@ -0,0 +1,57 @@
 +/* This testcase is part of GDB, the GNU debugger.
 +
@@ -78,10 +78,10 @@ Index: gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.c
 +    }
 +  return 0;
 +}
-Index: gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.exp
+Index: gdb-7.2.50.20110320/gdb/testsuite/gdb.base/fork-detach.exp
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.exp 2010-01-15 03:22:52.000000000 +0100
++++ gdb-7.2.50.20110320/gdb/testsuite/gdb.base/fork-detach.exp 2011-03-20 17:12:22.000000000 +0100
 @@ -0,0 +1,36 @@
 +# Copyright 2007 Free Software Foundation, Inc.
 +
@@ -117,5 +117,5 @@ Index: gdb-7.0.50.20100115/gdb/testsuite/gdb.base/fork-detach.exp
 +gdb_run_cmd
 +# `Starting program: .*' prefix is available since gdb-6.7.
 +gdb_test "" \
-+         "Detaching after fork from child process.*Program exited normally\\..*" \
++         "Detaching after fork from child process.*\\\[Inferior .* exited normally\\\]" \
 +         "Info message caught"
This page took 0.052073 seconds and 4 git commands to generate.