From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.bugs Subject: Re: Splash-screen, elisp files compression, gdb usage Date: Fri, 10 Aug 2007 16:36:28 +1200 Message-ID: <18107.60236.72337.710106@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1186720625 29944 80.91.229.12 (10 Aug 2007 04:37:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2007 04:37:05 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: ESCOUFLAIRE Pierre-Louis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 10 06:37:03 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IJMFC-0005Qm-2o for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Aug 2007 06:37:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJMFB-0007ux-GD for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Aug 2007 00:37:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJMEo-0007lD-Tw for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 00:36:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJMEn-0007kX-5H for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 00:36:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJMEm-0007kO-Qm for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 00:36:36 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJMEm-0007tr-5r for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 00:36:36 -0400 Original-Received: from kahikatea.snap.net.nz (50.62.255.123.dynamic.snap.net.nz [123.255.62.50]) by viper.snap.net.nz (Postfix) with ESMTP id 1F2443D9E4E; Fri, 10 Aug 2007 16:36:33 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id F01028FC6D; Fri, 10 Aug 2007 16:36:28 +1200 (NZST) X-Mailer: VM 7.19 under Emacs 22.1.50.6 X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16309 Archived-At: > 3- gdb > 3.1- gdb default behavior > > . GDB '--annotate=3' option is automatically added. > . GDB finds the first executable in the current directory > THIS IS NOT A BUG but RATHER A SUGGESTION. > Default GDB behavior is to add the '--annotate=3' option that is unused > by several GDB users. The '--annotate=3' option instructs GDB to markup the output so that Emacs can parse it. It should be transparent to the user. Emacs 21.1 uses as similar option '--fullname' (equivalent to '--annotate=1') which gives the line number and name of the source file where execution stopped. However in this case the option is not displayed in the mini-buffer. > In our case, it has also made emacs freezing while > typing a simple command such as 'help'. This shouldn't happen. Can you please file a precise bug report with M-x report-emacs-bug which will automatically include your configuration. > 3.2- gdb navigation > . GDB does not (always) navigate through source code. > up/down/breakpoints/... do not switch to source code. > Here is a small/simple example: It should work. Have you compiled with -g? -- Nick http://www.inet.net.nz/~nickrob