emacs-devel
[Top][All Lists]
Advanced

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

Re: Compatibility problem with emacs 24.1 / GDB 6.3.50?


From: Kaushik Srenevasan
Subject: Re: Compatibility problem with emacs 24.1 / GDB 6.3.50?
Date: Thu, 14 Jun 2012 16:42:19 -0700

On Thu, Jun 14, 2012 at 4:31 PM, Charles Tucker <address@hidden> wrote:
> Brilliant, that appears to work the way I had hoped. Is there some way of
> overriding the default location emacs checks for gdb permanently? It'll get
> a little tedious to type that out each time I launch a debug session.
>

+emacs-devel

Put something like
(defun my-gdb ()
  (interactive)
  (gdb "/path/to/gdb ..."))

where emacs can find it. You can now run M-x my-gdb.

   -Kaushik



reply via email to

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