From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28781 invoked by alias); 8 Aug 2006 21:38:00 -0000 Received: (qmail 28773 invoked by uid 22791); 8 Aug 2006 21:37:59 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 08 Aug 2006 21:37:58 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id B1FDD48CCB9; Tue, 8 Aug 2006 17:37:56 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24306-01-6; Tue, 8 Aug 2006 17:37:56 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 482C548CC23; Tue, 8 Aug 2006 17:37:56 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 5F6E747EFA; Tue, 8 Aug 2006 14:37:55 -0700 (PDT) Date: Tue, 08 Aug 2006 21:38:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/i386] pb reading insns if breakpoints still inserted (take 2) Message-ID: <20060808213755.GB1146@adacore.com> References: <20060727012322.GQ1376@adacore.com> <10738.192.87.1.22.1153992779.squirrel@webmail.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <10738.192.87.1.22.1153992779.squirrel@webmail.xs4all.nl> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00062.txt.bz2 > > 2006-07-26 Joel Brobecker > > > > * i386-tdep.c (i386_follow_jump): Use read_memory_nobpt to read > > instructions. > > (i386_analyze_struct_return): Likewise. > > (i386_skip_probe): Likewise. > > (i386_match_insn): Likewise. > > (i386_analyze_frame_setup): Likewise. > > (i386_analyze_register_saves): Likewise. > > (i386_skip_prologue): Likewise. > > ok Thanks. Checked in. -- Joel