From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2500 invoked by alias); 6 Mar 2013 20:02:20 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 2469 invoked by uid 306); 6 Mar 2013 20:02:17 -0000 Date: Wed, 06 Mar 2013 20:02:00 -0000 Message-ID: <20130306200217.2450.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] tromey/exception-improvements: fix default.exp for $_exception X-Git-Refname: refs/heads/tromey/exception-improvements X-Git-Reftype: branch X-Git-Oldrev: f980c802ff82606a0d81944ce89feacea29ab3ab X-Git-Newrev: dedbfd5456af09819e4738daad70b66ddfb02b8e X-SW-Source: 2013-q1/txt/msg00240.txt.bz2 List-Id: The branch, tromey/exception-improvements has been updated via dedbfd5456af09819e4738daad70b66ddfb02b8e (commit) from f980c802ff82606a0d81944ce89feacea29ab3ab (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit dedbfd5456af09819e4738daad70b66ddfb02b8e Author: Tom Tromey Date: Wed Mar 6 13:02:03 2013 -0700 fix default.exp for $_exception ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.base/default.exp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index aaedadc..6920090 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -604,6 +604,7 @@ set show_conv_list \ {$_sdata = void} \ {$_siginfo = void} \ {$_thread = 0} \ + {$_exception = } \ {$_probe_argc = } \ {$_probe_arg0 = } \ {$_probe_arg1 = } \ hooks/post-receive -- Repository for Project Archer.