From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Gdb in emacs 24 Date: Thu, 06 Oct 2011 01:52:55 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1317880385 28469 80.91.229.12 (6 Oct 2011 05:53:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 Oct 2011 05:53:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 06 07:53:01 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RBgt9-00028l-IO for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2011 07:52:59 +0200 Original-Received: from localhost ([::1]:45243 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBgt9-0002En-3a for ged-emacs-devel@m.gmane.org; Thu, 06 Oct 2011 01:52:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBgt6-0002Ei-Eg for emacs-devel@gnu.org; Thu, 06 Oct 2011 01:52:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBgt5-0004Aw-Hb for emacs-devel@gnu.org; Thu, 06 Oct 2011 01:52:56 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBgt5-0004Af-Ft for emacs-devel@gnu.org; Thu, 06 Oct 2011 01:52:55 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RBgt5-00045y-9j; Thu, 06 Oct 2011 01:52:55 -0400 In-reply-to: (message from David Reitter on Wed, 5 Oct 2011 17:55:34 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144599 Archived-At: > From: David Reitter > Date: Wed, 5 Oct 2011 17:55:34 -0400 > > On Mar 8, 2011, at 3:56 AM, Eli Zaretskii wrote: > > > > If you "C-h f gdb RET", you will see that Emacs 24 switched to use the > > GDB/MI interface, so the --annotate=3 thingy is no longer TRT, and I'm > > quite sure it will interfere in "interesting" ways. > > Actually, the doc string doesn't tell me that at all. The very first line of the doc string says: gdb is an interactive autoloaded Lisp function in `gdb-mi.el'. ^^^^^^^^^ > In fact, it gives an undefined COMMAND-LINE argument, and the text refers to an undeclared FILE argument. Please submit a bug report about these blunders.