From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 9316A1A0743 for ; Mon, 22 Feb 2016 20:45:56 +1100 (AEDT) In-Reply-To: <20160201170325.4ec4324e@cotter.ozlabs.ibm.com> To: Balbir Singh From: Michael Ellerman Cc: kgdb-bugreport@lists.sourceforge.net, Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: Fix kgdb on little endian ppc64le Message-Id: <20160222094556.786E2140C42@ozlabs.org> Date: Mon, 22 Feb 2016 20:45:56 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2016-01-02 at 06:03:25 UTC, Balbir Singh wrote: > From: Balbir Singh > > I spent some time trying to use kgdb and debugged my inability to > resume from kgdb_handle_breakpoint(). NIP is not incremented > and that leads to a loop in the debugger. > > I've tested this lightly on a virtual instance with KDB enabled. > After the patch, I am able to get the "go" command to work as > expected > > Signed-off-by: Balbir Singh Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/94e3d923592fcfe5585c18a0af cheers