From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5578 invoked by alias); 24 Jan 2012 03:02:20 -0000 Received: (qmail 5569 invoked by uid 22791); 24 Jan 2012 03:02:20 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Jan 2012 03:02:07 +0000 Received: by qcsg1 with SMTP id g1so919079qcs.0 for ; Mon, 23 Jan 2012 19:02:06 -0800 (PST) Received: by 10.229.76.149 with SMTP id c21mr3795727qck.5.1327374126505; Mon, 23 Jan 2012 19:02:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.100.14 with HTTP; Mon, 23 Jan 2012 19:01:45 -0800 (PST) In-Reply-To: References: <201201231329.q0NDTGAR004332@d06av02.portsmouth.uk.ibm.com> From: Nicholas Sherlock Date: Tue, 24 Jan 2012 03:02:00 -0000 Message-ID: Subject: Re: ARM EABI Linux, breakpoints cause SIGILL and target dies To: Ulrich Weigand Cc: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00071.txt.bz2 On 24 January 2012 15:43, Nicholas Sherlock wrote: > Thanks for the pointer! I found the commit that fixed this bug in the > ARM kernel entry routine: > > https://github.com/cyanogen/cm-kernel-exp/commit/d12aee22b3e025a4b76d4078f76542ea8cbd0315#diff-0 > > I'll port that patch over to my kernel and see if it fixes GDB. The fix does indeed fix the issue and now GDB works perfectly. Thanks for the help! Cheers, Nicholas Sherlock