From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2944 invoked by alias); 15 May 2009 21:41:45 -0000 Received: (qmail 2930 invoked by uid 22791); 15 May 2009 21:41:45 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pz0-f175.google.com (HELO mail-pz0-f175.google.com) (209.85.222.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 May 2009 21:41:40 +0000 Received: by pzk5 with SMTP id 5so1467358pzk.12 for ; Fri, 15 May 2009 14:41:38 -0700 (PDT) Received: by 10.115.18.1 with SMTP id v1mr5597328wai.175.1242423698485; Fri, 15 May 2009 14:41:38 -0700 (PDT) Received: from xpjpn (pool-71-111-126-62.ptldor.dsl-w.verizon.net [71.111.126.62]) by mx.google.com with ESMTPS id l38sm1958816waf.3.2009.05.15.14.41.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 15 May 2009 14:41:38 -0700 (PDT) From: Caz Yokoyama To: "'Daniel Jacobowitz'" , "'Pedro Alves'" Cc: , , "'Joel Brobecker'" References: <409D09C1E1964C5EAFF5EFBAD6E936ED@xpjpn> <200905152223.58241.pedro@codesourcery.com> <20090515213410.GA10064@caradoc.them.org> Subject: RE: symbolic debug of loadable modules with kgdb light Date: Fri, 15 May 2009 21:41:00 -0000 Message-ID: <8AA4B846934A4A9081F778449B96F416@xpjpn> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20090515213410.GA10064@caradoc.them.org> X-IsSubscribed: yes 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: 2009-05/txt/msg00335.txt.bz2 Yes, that is correct. -caz -----Original Message----- From: Daniel Jacobowitz [mailto:drow@false.org] Sent: Friday, May 15, 2009 2:34 PM To: Pedro Alves Cc: gdb-patches@sourceware.org; Caz Yokoyama; tromey@redhat.com; 'Joel Brobecker' Subject: Re: symbolic debug of loadable modules with kgdb light On Fri, May 15, 2009 at 10:23:57PM +0100, Pedro Alves wrote: > Sounds like you need to fix kgdb instead. Why would it need > a 'g' on connection? BREAK on a serial (or network maybe?) console is magic sysrq; this is sysrq-g, probably for debuG. -- Daniel Jacobowitz CodeSourcery