From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31798 invoked by alias); 15 May 2009 22:13:30 -0000 Received: (qmail 31788 invoked by uid 22791); 15 May 2009 22:13:27 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 May 2009 22:13:22 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id B6C9159006; Fri, 15 May 2009 15:13:18 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id ABA7AC9FDE; Fri, 15 May 2009 15:13:18 -0700 (PDT) Message-ID: <4A0DE914.1050800@vmware.com> Date: Fri, 15 May 2009 22:13:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Caz Yokoyama CC: 'Daniel Jacobowitz' , 'Pedro Alves' , "gdb-patches@sourceware.org" , "tromey@redhat.com" , 'Joel Brobecker' Subject: Re: symbolic debug of loadable modules with kgdb light References: <409D09C1E1964C5EAFF5EFBAD6E936ED@xpjpn> <200905152223.58241.pedro@codesourcery.com> <20090515213410.GA10064@caradoc.them.org> <8AA4B846934A4A9081F778449B96F416@xpjpn> In-Reply-To: <8AA4B846934A4A9081F778449B96F416@xpjpn> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00336.txt.bz2 I think we need a generic way to send a BREAK (whatever that may mean) to the target from the command line. Like maybe a "BREAK" command. Caz Yokoyama wrote: > 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. >