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

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

bug#53497: 29.0.50; native-compile after restarting Emacs


From: Eli Zaretskii
Subject: bug#53497: 29.0.50; native-compile after restarting Emacs
Date: Wed, 26 Jan 2022 17:13:18 +0200

> From: Arash Esbati <arash@gnu.org>
> Cc: akrl@sdf.org,  larsi@gnus.org,  53497@debbugs.gnu.org
> Date: Wed, 26 Jan 2022 15:58:22 +0100
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > What is the value of Vcomp__delayed_sources?  You can display it like
> > this:
> >
> >   (gdb) source /path/to/emacs/src/.gdbinit
> >   (gdb) pp Vcomp__delayed_sources
> 
> 5128      if (comp__loadable)
> (gdb) n
> 5137        Vcomp__delayed_sources = Fcons (src, Vcomp__delayed_sources);
> (gdb) pp Vcomp__delayed_sources
> No symbol "Vcomp__delayed_sources" in current context.

This is a build with -g3?

Try this instead:

  (gdb) pp globals.f_Vcomp__delayed_sources





reply via email to

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