From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13615 invoked by alias); 27 Nov 2001 03:26:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13470 invoked from network); 27 Nov 2001 03:26:56 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by hostedprojects.ges.redhat.com with SMTP; 27 Nov 2001 03:26:56 -0000 Received: from creche.cygnus.com (ta0194.peakpeak.com [204.144.244.194]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id UAA13957; Mon, 26 Nov 2001 20:26:53 -0700 Received: (from tromey@localhost) by creche.cygnus.com (8.9.3/8.9.3) id UAA15790; Mon, 26 Nov 2001 20:28:33 -0700 To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: operate-and-get-next References: <15362.64511.39505.586347@krustylu.cygnus.com> <15362.64945.737893.148419@krustylu.cygnus.com> X-Zippy: DON'T go!! I'm not HOWARD COSELL!! I know POLISH JOKES... WAIT!! Don't go!! I AM Howard Cosell!... And I DON'T know Polish jokes!! X-Attribution: Tom Reply-To: tromey@redhat.com From: Tom Tromey Date: Tue, 13 Nov 2001 10:55:00 -0000 In-Reply-To: Elena Zannoni's message of "Mon, 26 Nov 2001 21:42:57 -0500" Message-ID: <87r8qklwny.fsf@creche.redhat.com> X-Mailer: Gnus v5.7/Emacs 20.5 X-SW-Source: 2001-11/txt/msg00258.txt.bz2 >>>>> "Elena" == Elena Zannoni writes: Tom> [ operate-and-get-next ] Elena> Thanks Tom, yes, please commit it. Thanks, will do. I took the opportunity to sneak in a NEWS update, appended. If this was wrong or if you want me to change the text, please tell me and I'll do so. Tom Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.37 diff -u -r1.37 NEWS --- NEWS 2001/11/27 03:09:44 1.37 +++ NEWS 2001/11/27 03:25:53 @@ -12,6 +12,10 @@ The new `--args' feature can be used to specify command-line arguments for the inferior from gdb's command line. +* Changes to key bindings + +There is a new `operate-and-get-next' function bound to `C-o'. + *** Changes in GDB 5.1: * New native configurations From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: operate-and-get-next Date: Mon, 26 Nov 2001 19:26:00 -0000 Message-ID: <87r8qklwny.fsf@creche.redhat.com> References: <15362.64511.39505.586347@krustylu.cygnus.com> <15362.64945.737893.148419@krustylu.cygnus.com> X-SW-Source: 2001-11/msg00473.html Message-ID: <20011126192600.-lxXrMOnlBQ7N8Pp0eCEw64igeWRuK3yUzJ-3K_9pNk@z> >>>>> "Elena" == Elena Zannoni writes: Tom> [ operate-and-get-next ] Elena> Thanks Tom, yes, please commit it. Thanks, will do. I took the opportunity to sneak in a NEWS update, appended. If this was wrong or if you want me to change the text, please tell me and I'll do so. Tom Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.37 diff -u -r1.37 NEWS --- NEWS 2001/11/27 03:09:44 1.37 +++ NEWS 2001/11/27 03:25:53 @@ -12,6 +12,10 @@ The new `--args' feature can be used to specify command-line arguments for the inferior from gdb's command line. +* Changes to key bindings + +There is a new `operate-and-get-next' function bound to `C-o'. + *** Changes in GDB 5.1: * New native configurations