all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushik Srenevasan <ksrenevasan@gmail.com>
To: Charles Tucker <cetucker@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Compatibility problem with emacs 24.1 / GDB 6.3.50?
Date: Thu, 14 Jun 2012 16:42:19 -0700	[thread overview]
Message-ID: <CACKyLS9AvQJ5BYTiiHJMoGG4A_TwqyruJ=9wzRvC2WnQKmpqHQ@mail.gmail.com> (raw)
In-Reply-To: <CAKgMwZrPtsJrEU9ecJWSKBTkACwetG_L9p5UBAhEnSqxLbgUFQ@mail.gmail.com>

On Thu, Jun 14, 2012 at 4:31 PM, Charles Tucker <cetucker@gmail.com> 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



  parent reply	other threads:[~2012-06-14 23:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-13 22:13 Compatibility problem with emacs 24.1 / GDB 6.3.50? Charles Tucker
2012-06-13 22:44 ` Kaushik Srenevasan
     [not found]   ` <CAKgMwZrPtsJrEU9ecJWSKBTkACwetG_L9p5UBAhEnSqxLbgUFQ@mail.gmail.com>
2012-06-14 23:42     ` Kaushik Srenevasan [this message]
2012-06-14 23:54       ` chad
2012-06-15  2:04       ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACKyLS9AvQJ5BYTiiHJMoGG4A_TwqyruJ=9wzRvC2WnQKmpqHQ@mail.gmail.com' \
    --to=ksrenevasan@gmail.com \
    --cc=cetucker@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.