public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: jkratoch@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM] archer-jankratochvil-autoload: Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath-debug' into gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal
Date: Mon, 30 Jan 2012 07:19:00 -0000 [thread overview]
Message-ID: <20120130071904.9488.qmail@sourceware.org> (raw)
The branch, archer-jankratochvil-autoload has been updated
via 2e41d190ce1b37aae12782c1c96aac3ff4d553cb (commit)
via 55014596187d08b37a2fe23e2672f486b51011fa (commit)
via 42ba8838c3d53c2109d31861df881594e70a122c (commit)
via 0ee68f15156b50a2510de09c684cb78555c131da (commit)
via 66512868b31addce64167257a1c9db9c888be2a7 (commit)
via d50f5d670f4a5719c5b92c43688c7f8e0469af55 (commit)
via 337721f5827d832c1361a2edd82aaa0dabe43ffa (commit)
via 5db750837347d7c075e70135154284a81f03c411 (commit)
via 412372917d53d4f3ebfa0c4ac018e2f8277f3685 (commit)
from 412ca9b1e5cbe4b5a2c5862e54bb594e4f1eca1f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit 2e41d190ce1b37aae12782c1c96aac3ff4d553cb
Merge: 412ca9b 5501459
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:51 2012 +0100
Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath-debug' into gdbinitb-move2-misc-pfx-warn-safepath-debug-warnlocal
commit 55014596187d08b37a2fe23e2672f486b51011fa
Merge: c8af494 42ba883
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:50 2012 +0100
Merge branch 'gdbinitb-move2-misc-pfx-warn-safepath' into gdbinitb-move2-misc-pfx-warn-safepath-debug
commit 42ba8838c3d53c2109d31861df881594e70a122c
Merge: 502c124 0ee68f1
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:50 2012 +0100
Merge branch 'gdbinitb-move2-misc-pfx-warn' into gdbinitb-move2-misc-pfx-warn-safepath
commit 0ee68f15156b50a2510de09c684cb78555c131da
Merge: 5e4e42b 6651286
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:50 2012 +0100
Merge branch 'gdbinitb-move2-misc-pfx' into gdbinitb-move2-misc-pfx-warn
commit 66512868b31addce64167257a1c9db9c888be2a7
Merge: 677d615 d50f5d6
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:50 2012 +0100
Merge branch 'gdbinitb-move2-misc' into gdbinitb-move2-misc-pfx
commit d50f5d670f4a5719c5b92c43688c7f8e0469af55
Merge: 16aa516 337721f
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:49 2012 +0100
Merge branch 'gdbinitb-move2' into gdbinitb-move2-misc
commit 337721f5827d832c1361a2edd82aaa0dabe43ffa
Merge: c0ac839 5db7508
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:49 2012 +0100
Merge branch 'gdbinitb' into gdbinitb-move2
commit 5db750837347d7c075e70135154284a81f03c411
Merge: fb7964b 4123729
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 08:18:49 2012 +0100
Merge remote-tracking branch 'gdb/master' into gdbinitb
commit 412372917d53d4f3ebfa0c4ac018e2f8277f3685
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Jan 30 06:48:08 2012 +0000
gdb/testsuite/
* gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
compatibility with valgrind-3.7.0.
-----------------------------------------------------------------------
Summary of changes:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/valgrind-db-attach.exp | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
First 500 lines of diff:
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 1ef4b12..81739c3 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
+ compatibility with valgrind-3.7.0.
+
2012-01-27 Pedro Alves <palves@redhat.com>
* gdb.base/watchpoint.exp (no_hw): New global.
diff --git a/gdb/testsuite/gdb.base/valgrind-db-attach.exp b/gdb/testsuite/gdb.base/valgrind-db-attach.exp
index 69fea45..b14401f 100644
--- a/gdb/testsuite/gdb.base/valgrind-db-attach.exp
+++ b/gdb/testsuite/gdb.base/valgrind-db-attach.exp
@@ -72,7 +72,7 @@ set double_free [gdb_get_line_number "double-free"]
set test "attach to debugger"
gdb_test_multiple "" $test {
- -re "Invalid free\\(\\) / delete / delete\\\[\\\]\r\n.*: main \\(${srcfile}:$double_free\\)\r\n.*---- Attach to debugger \\? --- \[^\r\n\]* ---- " {
+ -re "Invalid free\\(\\).*: main \\(${srcfile}:$double_free\\)\r\n.*---- Attach to debugger \\? --- \[^\r\n\]* ---- " {
send_gdb "y\r"
}
-re "---- Attach to debugger \\? --- \[^\r\n\]* ---- " {
hooks/post-receive
--
Repository for Project Archer.
next reply other threads:[~2012-01-30 7:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-30 7:19 jkratoch [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-21 19:40 jkratoch
2012-02-11 21:26 jkratoch
2012-01-30 6:40 jkratoch
2012-01-29 23:17 jkratoch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120130071904.9488.qmail@sourceware.org \
--to=jkratoch@sourceware.org \
--cc=archer-commits@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).