From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8039 invoked by alias); 6 Jul 2004 18:12:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7966 invoked from network); 6 Jul 2004 18:12:27 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sourceware.org with SMTP; 6 Jul 2004 18:12:27 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BhuQV-0006TI-00; Tue, 06 Jul 2004 14:12:19 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 153B24B104; Tue, 6 Jul 2004 14:12:21 -0400 (EDT) To: ac131313@redhat.com, drow@false.org, gdb-patches@sources.redhat.com, mec.gnu@mindspring.com Subject: Re: [rfa] New test sigbpt.{c,exp} Message-Id: <20040706181221.153B24B104@berman.michael-chastain.com> Date: Tue, 06 Jul 2004 18:12:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00049.txt.bz2 drow> 0x080483f2 in bowler () at /opt/src/gdb/src/gdb/testsuite/gdb.base/sigbpt.c:38 drow> 38 return *(char *) (v1 + v2 + v3); drow> 1: x/i $pc 0x80483f2 : mov $0x55c35d00,%esi drow> (gdb) FAIL: gdb.base/sigbpt.exp: stepi out of handler; stepi bp at segv drow> drow> That's not the instruction that should be there; there's a multi-byte drow> instruction at . How about: (1) before running the program, 'disassemble bowler' (2) at the breakpoint, 'x/i $pc' check that the output of (2) matches one of the lines in (1) Michael C