From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.windows,gmane.emacs.help Subject: Re: Emacs gdb interface Date: Wed, 21 Mar 2012 09:43:44 +0100 Message-ID: References: <1A822EBB-927A-4E8D-9C8C-683A80C5C621@Web.DE> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1332319443 11802 80.91.229.3 (21 Mar 2012 08:44:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2012 08:44:03 +0000 (UTC) Cc: help-emacs-windows@gnu.org, help-gnu-emacs@gnu.org, Matt McClure To: Peter Dyballa Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Wed Mar 21 09:44:02 2012 Return-path: Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SAH9F-0004FJ-4x for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 09:44:01 +0100 Original-Received: from localhost ([::1]:57863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAH9E-0002Fm-JE for gnu-help-emacs-windows@m.gmane.org; Wed, 21 Mar 2012 04:44:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAH97-00027n-I0 for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 04:43:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAH91-0003Ik-Fq for help-emacs-windows@gnu.org; Wed, 21 Mar 2012 04:43:53 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:43245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAH91-0003IU-4e; Wed, 21 Mar 2012 04:43:47 -0400 Original-Received: by yhr47 with SMTP id 47so854629yhr.0 for ; Wed, 21 Mar 2012 01:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=14y+voHkAw8wwihy1h9bGtauh4+CG8Kn5WceeWaSny8=; b=zWVIjYa0a+0dBNLBrzWb1ue9B4YbmIKQgCiLVflU8/sfdZkKK32Ya8R1hkHfR5AWaH jXE7V+2cH/Wn4QthbnZEm0zrnMx7oyh6yr6FOZQTJdFYtyNP/T/xsKRVORFQGEeIyfYl pGihkXl4z8elBsKMoogJm6SfwsDJj4CwRuHEmMdKaOQSCHW4SL56aAKJu9ubxiKj459W IL4Qzk3sJ20nkrzroR0GYsuNINwJKR/N37EcZG/fpz/wP3jVoQe4x2CENNqG8vqnZmJj 50Y/db1DxZVfmZg+ZxJ6Z4Axhn4qedOUzwt18pMjnHxKwg4C0/2YCA6+t1ywkjNofTrJ t/WQ== Original-Received: by 10.60.13.37 with SMTP id e5mr3476053oec.70.1332319424782; Wed, 21 Mar 2012 01:43:44 -0700 (PDT) Original-Received: by 10.60.42.193 with HTTP; Wed, 21 Mar 2012 01:43:44 -0700 (PDT) In-Reply-To: <1A822EBB-927A-4E8D-9C8C-683A80C5C621@Web.DE> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:5314 gmane.emacs.help:84061 Archived-At: >> =A0 gcc -g --all-warnings -Wall -Wextra -o p1.exe main.c > > -g produces debug information in the default format, maybe you need to us= e -ggdb to get "debug information in default extended format". (It might al= so be useful to try the build with the additional switches -feliminate-unus= ed-debug-symbols and -feliminate-unused-debug-types.) I've just tried to compile like this: gcc -ggdb --all-warnings -Wall -Wextra -feliminate-unused-debug-symbols -feliminate-unused-debug-types -o p1.exe main.c But that does not help. Same result. Thank you. --=20 Dani Moncayo