From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30107 invoked by alias); 2 Oct 2009 22:14:45 -0000 Received: (qmail 30098 invoked by uid 22791); 2 Oct 2009 22:14:44 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Oct 2009 22:14:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BE0F02BABA0; Fri, 2 Oct 2009 18:14:39 -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 SKBJocQPym4W; Fri, 2 Oct 2009 18:14:39 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 873502BAB9B; Fri, 2 Oct 2009 18:14:39 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 1C274F5906; Fri, 2 Oct 2009 15:14:35 -0700 (PDT) Date: Fri, 02 Oct 2009 22:14:00 -0000 From: Joel Brobecker To: Caz Yokoyama Cc: gdb-patches@sourceware.org Subject: Re: symbolic debug of loadable modules with kgdb light Message-ID: <20091002221435.GF10338@adacore.com> References: <20090929163910.GO9003@adacore.com> <20091001204624.GP10338@adacore.com> <20091001211015.GA17752@caradoc.them.org> <200910012313.43368.pedro@codesourcery.com> <20091001233245.GU10338@adacore.com> <2708A954B70A48F6979D4B694161DCF3@xpjpn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2708A954B70A48F6979D4B694161DCF3@xpjpn> User-Agent: Mutt/1.5.18 (2008-05-17) 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-10/txt/msg00076.txt.bz2 Caz, > > +2009-10-01 Kazuyoshi Caz Yokoyama > > + > > + * remote.c (interrupt_sequence_control_c) > > + (interrupt_sequence_break, interrupt_sequence_sysrq_g) > > + (interrupt_sequence_modes): New constants. > > + (interrupt_sequence_mode, interrupt_on_connect): New variable. > > + (show_interrupt_sequence): New function. > > + (set_remotebreak, show_remotebreak): New function. > > + (send_interrupt_sequence): New function. > > + (remote_start_remote): Call send_interrupt_sequence if > > + interrupt_on_connect is true. > > + (remote_stop_as): Call send_interrupt_sequence. > > + (_initialize_remote): Add interrupt-sequence and interrupt-on-connect, > > + modify remotebreak to call set_remotebreak and show_remotebreak. Congratulations. This patch is approved. I will hang on to it in my local git repository until the paperwork with the FSF is complete. Let me know when your assignment is on file, and I will commit this change in for you. If you think you might contribute other changes in the future, you are now also eligible for receiving write-after-approval access to the GDB repository. Let me know if you'd be interested in that. -- Joel