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: Eli Zaretskii
Subject: Re: gdb emacs reporting 'Function "x_error_quitter" not defined'
Date: Sat, 22 Jan 2005 10:40:07 +0200

> From: Stefan Monnier <address@hidden>
> Date: Fri, 21 Jan 2005 11:20:29 -0500
> Cc: address@hidden
> 
> > I don't understand how xterm.o can have x_io_error_quitter but *not*
> > x_error_quitter
> 
> Well, x_error_quitter is a static function and is called just once and
> directly, so the compiler can inline the function at the call site and
> doesn't need to kep the function around because it's static.

Right, the compiler has eevry right to make such optimizations.

> Maybe we should put a breakpoint on x_error_handler instead.

Or on the line inside x_error_handler that calls x_error_quitter.




reply via email to

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