emacs-devel
[Top][All Lists]
Advanced

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

Re: GC and stack marking


From: Stefan Monnier
Subject: Re: GC and stack marking
Date: Tue, 20 May 2014 18:01:05 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> I tried, but couldn't.  Suggestions for how to set up a GDB session
> for that are welcome.

I guess you could try the following:
- interrupt the dump just before setting purify-flag to nil.
- get the value of purify-flag.
- set a conditional break point in mark_object that catches the case
  where the argument is equal to the value you just got.
- "c"


        Stefan



reply via email to

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