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

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

bug#36447: 27.0.50; New "Unknown keyword" errors


From: Eli Zaretskii
Subject: bug#36447: 27.0.50; New "Unknown keyword" errors
Date: Fri, 05 Jul 2019 10:50:26 +0300

> From: Pip Cet <pipcet@gmail.com>
> Date: Fri, 5 Jul 2019 06:35:03 +0000
> Cc: Noam Postavsky <npostavs@gmail.com>, 36447@debbugs.gnu.org
> 
> 7. Set a read/write breakpoint on the index table:
> 
> rwatch -l *(long *)&XHASH_TABLE(obj)->index
> watch -l *(long *)XHASH_TABLE(obj)->index

I think this is the same as

  awatch -l *(long *)XHASH_TABLE(obj)->index





reply via email to

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