help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs gdb interface


From: Peter Dyballa
Subject: Re: Emacs gdb interface
Date: Wed, 21 Mar 2012 09:28:45 +0100

Am 21.3.2012 um 08:33 schrieb Dani Moncayo:

>   gcc -g --all-warnings -Wall -Wextra -o p1.exe main.c

-g produces debug information in the default format, maybe you need to use 
-ggdb to get "debug information in default extended format". (It might also be 
useful to try the build with the additional switches 
-feliminate-unused-debug-symbols and -feliminate-unused-debug-types.)

--
Greetings

  Pete

There's no place like 127.0.0.1
                        – origin unknown




reply via email to

[Prev in Thread] Current Thread [Next in Thread]