emacs-devel
[Top][All Lists]
Advanced

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

Re: Gdb in emacs 24


From: Andreas Schwab
Subject: Re: Gdb in emacs 24
Date: Wed, 09 Mar 2011 23:23:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.94 (gnu/linux)

Andrea Crotti <address@hidden> writes:

> I'm using now emacs from the trunk (in the signature the full version)
> and it works wonderfully for everything.  The only thing that doesn't
> work is the gdb.
>
> I have an elisp function to call GDB (just a shortcut):
>
> (defun gdb-pad ()
>   "Debug the simulation"
>   (interactive)
>   (gdb "gdb -cd=/long/path --annotate=3 --args /long/path/opp_run args"))

Try using gud-gdb instead.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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