From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Grunwald Newsgroups: gmane.emacs.help Subject: Re: gud : Phase error in gdb-pre-prompt (got pre-emacs) Date: 30 Jun 2008 12:45:39 GMT Organization: Arcor Message-ID: <4868d573$0$27452$9b4e6d93@newsspool4.arcor-online.net> References: <4864aa47$0$7552$9b4e6d93@newsspool1.arcor-online.net> <4864f7c5$0$6607$9b4e6d93@newsspool2.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1214833269 25526 80.91.229.12 (30 Jun 2008 13:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2008 13:41:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 30 15:41:54 2008 Return-path: Envelope-to: geh-help-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 1KDJdh-0001y7-JS for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jun 2008 15:41:53 +0200 Original-Received: from localhost ([127.0.0.1]:48533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDJcq-0002Xh-00 for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Jun 2008 09:41:00 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.esat.net!club-internet.fr!feedme-small.clubint.net!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!bandi.nntp.kabelfoon.nl!npeer.de.kpn-eurorings.net!npeer-ng1.kpn.DE!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: pan 0.119 (Karma Hunters) Original-Lines: 17 Original-NNTP-Posting-Date: 30 Jun 2008 14:45:39 CEST Original-NNTP-Posting-Host: bb94d4e3.newsspool4.arcor-online.net Original-X-Trace: DXC=6IFXn7`PZCaEB; 5>eE0T7m4IUK\BH3YbSPEIKf3m>Im71; S_5>aFmjLU[Nfgf@ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55157 Archived-At: On Sat, 28 Jun 2008 11:49:53 +1200, Nick Roberts wrote: > > > 2) Using stabs debug format. > > > > Hmm, not sure. I just compiled with gcc-2.95 (yes, that old....) and "-g". > > "info gcc" gives me the impression that this means stabs or gdb ... Yes, I was using stabs format. So I switched to dwarf-2 but the situation is worse because now gdb itself takes ages to load the binary :( Compared to this, the "initialising..." time seemed short. Seems that I'll have to continue with stabs and load the binary manually... Nevertheless, thanks for your help ! cu Markus