From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: Emacs mode for GDB Date: Tue, 21 May 2002 21:37:16 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <15594.45052.963892.810514@nick.uklinux.net> References: <15593.31861.28483.21373@nick.uklinux.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1022013566 12876 127.0.0.1 (21 May 2002 20:39:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 20:39:26 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17AGPm-0003LZ-00 for ; Tue, 21 May 2002 22:39:26 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17AGeM-0007LV-00 for ; Tue, 21 May 2002 22:54:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17AGPa-0001AW-00; Tue, 21 May 2002 16:39:14 -0400 Original-Received: from dial-212-1-136-61.access.uk.tiscali.com ([212.1.136.61] helo=nick.uklinux.net) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 17AGOQ-0000pD-00 for ; Tue, 21 May 2002 16:38:06 -0400 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 44E3476035; Tue, 21 May 2002 21:37:17 +0100 (BST) Original-To: Andreas Fuchs In-Reply-To: X-Mailer: VM 6.97 under Emacs 21.1.1 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4254 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4254 Andreas Fuchs writes: > In the breakpoint display, maybe call the column "What" something like > "Location" or "Where" (although I think Location is better). This is not my terminology, it is the output from the gdb command `info breakpoints'. Perhaps they didn't want to confuse it with the previous column `Address' which gives the memory location. `What' might be and abbreviation for `What line'. Nick