emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: Forwording symbols


From: Helmut Eller
Subject: Re: MPS: Forwording symbols
Date: Mon, 17 Jun 2024 21:05:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

On Mon, Jun 17 2024, Gerd Möllmann wrote:

> Looks like the client object passed in is bogus
>
>   (lldb) p *h
>   (igc_header)  (obj_type = IGC_OBJ_INVALID, hash = 128931976, nwords = 1)
>   (lldb)

Hm, is_mps used filter that out.  Now pdumper_object_p must
called explicitly:

   if (is_mps (client) && !pdumper_object_p (client)) ...



reply via email to

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