bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#3781: gdb doesn't have an xbacktrace command


From: Dmitry Dzhus
Subject: bug#3781: gdb doesn't have an xbacktrace command
Date: Fri, 10 Jul 2009 17:48:59 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

The following message is a courtesy copy of an article
that has been posted to gmane.emacs.bugs,gmane.emacs.pretest.bugs as well.

jidanni@jidanni.org wrote:
> report-emacs-bug says:
>     (insert "If Emacs crashed, and you have the Emacs process in the gdb 
> debugger,\n"
>           "please include the output from the following gdb commands:\n"
>           "    `bt full' and `xbacktrace'.\n")
> However
> (gdb) xbacktrace
> Undefined command: "xbacktrace".  Try "help".

Command xbacktrace is defined in `.gdbinit` file in src/ subdirectory of
GNU Emacs distribution. You need to run Emacs under GDB from the
directory which contains this `.gdbinit` file, or you can load it with
`source` command.

See also "(emacs)Checklist for Bug Reports".
-- 
Happy Hacking.

http://sphinx.net.ru

reply via email to

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