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 11:08:04 +0200

> From: Nick Roberts <address@hidden>
> Date: Sat, 22 Jan 2005 14:18:42 +1300
> Cc: address@hidden, "Andrew M. Scott" <address@hidden>
> 
> 
>  > This is a perfectly valid optimization, AFAICT,
> 
> In that case, I would guess that gcc 3.4 has an option to disable this 
> feature.

Indeed, it does: it's called -fkeep-inline-functions.  (I'm not 100%
sure it will help in this case, though.)

> I find it hard to believe, the user would be left with no opprtunity to break
> on a function just because it is always inlined by the compiler.

The solution is to put the breakpoint on the line that invokes the
function, not on the function itself.




reply via email to

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