From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1225 invoked by alias); 3 Nov 2008 22:30:25 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 1141 invoked by uid 9766); 3 Nov 2008 22:30:24 -0000 Date: Mon, 03 Nov 2008 22:30:00 -0000 Message-ID: <20081103223024.1113.qmail@sourceware.org> From: ppluzhnikov@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-tromey-python: 2008-11-03 Paul Pluzhnikov X-Git-Refname: refs/heads/archer-tromey-python X-Git-Reftype: branch X-Git-Oldrev: be661861f7b40daae7718ca354c8f0e4c9903691 X-Git-Newrev: e066d5afc0238f478df70c2b2f0c52d58959eb4d X-SW-Source: 2008-q4/txt/msg00063.txt.bz2 List-Id: The branch, archer-tromey-python has been updated via e066d5afc0238f478df70c2b2f0c52d58959eb4d (commit) from be661861f7b40daae7718ca354c8f0e4c9903691 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit e066d5afc0238f478df70c2b2f0c52d58959eb4d Author: Paul Pluzhnikov Date: Mon Nov 3 14:29:59 2008 -0800 2008-11-03 Paul Pluzhnikov * gdb.gdb/selftest.exp: captured_main source has changed. ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.gdb/selftest.exp | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f342128..f77800b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2008-11-03 Paul Pluzhnikov + * gdb.gdb/selftest.exp: captured_main source has changed. + +2008-11-03 Paul Pluzhnikov + * gdb.base/display.exp: print/r is now valid. 2008-10-24 Pedro Alves diff --git a/gdb/testsuite/gdb.gdb/selftest.exp b/gdb/testsuite/gdb.gdb/selftest.exp index 4abe21a..fc69f9b 100644 --- a/gdb/testsuite/gdb.gdb/selftest.exp +++ b/gdb/testsuite/gdb.gdb/selftest.exp @@ -95,6 +95,10 @@ proc do_steps_and_nexts {} { set description "step over ttyarg initialization" set command "step" } + -re ".*python_script = 0.*$gdb_prompt $" { + set description "step over python_script initialization" + set command "step" + } -re ".*time_at_startup = get_run_time.*$gdb_prompt $" { set description "next over get_run_time and everything it calls" set command "next" hooks/post-receive -- Repository for Project Archer.