emacs-devel
[Top][All Lists]
Advanced

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

Re: running emacs in gdb 6.1


From: Andreas Schwab
Subject: Re: running emacs in gdb 6.1
Date: Wed, 15 Sep 2004 11:43:46 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>> As a workaround you can disable the pager in gdb with
>> "set height 0".

Another workaround is to increase the height of the terminal. :-)

> Thanks.  What about adding this to emacs/src/.gdbinit?

I don't think this is a good idea.  The pager is useful if you output a
longer disassembly listing.

> BTW, calling `gdb emacs' from emacs/src, I see
>
>   Function "x_error_quitter" not defined.

This happens because the function is only defined in a shared library,
which haven't been loaded yet at this time.  GDB has since 6.1 the nice
feature of pending breakpoints, but unfortunately they are only enabled
when setting a breakpoint interactively.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
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]