From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4372 invoked by alias); 25 Jun 2008 15:51:36 -0000 Received: (qmail 4349 invoked by uid 22791); 25 Jun 2008 15:51:36 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 15:51:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D69862A9680; Wed, 25 Jun 2008 11:51:16 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ZI5Xt0SNphgc; Wed, 25 Jun 2008 11:51:16 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BC6FB2A967E; Wed, 25 Jun 2008 11:51:16 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8CE09E7ACD; Wed, 25 Jun 2008 11:51:16 -0400 (EDT) Date: Wed, 25 Jun 2008 18:49:00 -0000 From: Joel Brobecker To: Luis Machado Cc: Pedro Alves , Daniel Jacobowitz , gdb-patches@sourceware.org Subject: Re: [PATCH] PPC - Stepping off breakpoints in non-stop mode Message-ID: <20080625155116.GH3700@adacore.com> References: <1209753019.7131.29.camel@gargoyle> <20080605200249.GH25085@caradoc.them.org> <1212768014.10042.60.camel@gargoyle> <200806241503.59231.pedro@codesourcery.com> <1214317934.10496.18.camel@gargoyle> <20080625123144.GA3700@adacore.com> <1214400118.10496.36.camel@gargoyle> <20080625134033.GE3700@adacore.com> <1214406311.10496.45.camel@gargoyle> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1214406311.10496.45.camel@gargoyle> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00443.txt.bz2 > 2008-06-25 Luis Machado > > * rs6000-tdep.c (ppc_displaced_step_fixup): New function. > (deal_with_atomic_sequence): Update BC masks. > (rs6000_gdbarch_init): Init displaced stepping infra-structure. > Define BRANCH_MASK, B_INSN, BC_INSN, BXL_INSN, BP_MASK and BP_INSN. Just in case you were waiting for my re-approval, this is good to go. Cheers, -- Joel