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

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

Re: gdb emacs reporting 'Function "x_error_quitter" not defined'


From: Stefan Monnier
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined'
Date: Mon, 24 Jan 2005 11:10:19 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>       AFAICT there's no good reason to put the breakpoint on
>     x_error_quitter rather than on x_error_handler.

> The reason is so that errors caught by Emacs won't hit the breakpoint.

When does this happen?
The only case I know of is when you have frames on multiple displays and you
get an error (such as a disconnection) on one of the displays.

In any case, the problem with setting a breakpoint on x_error_quitter is
really a problem of gdb (maybe due to a problem in gcc):
Setting a breakpoint on a function (or a line number) should put the
breakpoint at all the places where the code was inlined.


        Stefan




reply via email to

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