GNU bug report logs -
#3650
M-x gdb unusable on Windows
Previous Next
Reported by: Jason Rumney <jasonr <at> gnu.org>
Date: Mon, 22 Jun 2009 14:10:05 UTC
Severity: normal
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #28 received at 3650 <at> emacsbugs.donarmstrong.com (full text, mbox):
Kenichi Handa writes:
> In article <4A3F8EAC.5010009 <at> gnu.org>, Jason Rumney <jasonr <at> gnu.org> writes:
>
> > Problem 1 is that the default directory of gdb is the directory where
> > the Emacs executable is even though I started it from the source
> > directory and specified oo/i386/emacs.exe as the executable to debug.
> > This means that .gdbinit needs to be "source"d in manually.
>
> It seems that this problem is not specific to Windows. On
> GNU/Linux, to debug a program compiled using libtool, I have
> to to debug ./.libs/PROGNAME. In that case, even if the
> current directory has .gdbinit, it is not loaded in the gdb
> session because gdb starts with the directory ./.libs.
You can change the behaviour to keep the current directory by setting
gud-chdir-before-run to nil. The problem with this arrangement is that it
might not find your .gdbinit file (as with Emacs) and it's generally less
obvious what the default directory is in Emacs than what the current
working directory is from the command line.
Dan might find it "extremely annoying" but this change goes back to
2001-05-24 when gud.el was in the lisp directory.
I quite like this default and suggest keeping it, but it might be a good
idea to document the variable gud-chdir-before-run in the manual.
--
Nick http://www.inet.net.nz/~nickrob
This bug report was last modified 3 years and 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.