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: Arash Esbati
Subject: bug#53497: 29.0.50; native-compile after restarting Emacs
Date: Wed, 26 Jan 2022 15:58:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

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.





reply via email to

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