]> git.eshelyaron.com Git - emacs.git/commit
Speed up LLDB support for debugging Emacs
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 9 Sep 2024 08:23:46 +0000 (10:23 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 14 Sep 2024 20:16:50 +0000 (22:16 +0200)
commit197ec0d3ba441380f6cd57715f73a3b5198ea53f
tree69954ae19c9ef370f5f82ce297fbe7d4f1f4e4cf
parent33b7cc1d0e271ac349c4f872df04d197c3a52441
Speed up LLDB support for debugging Emacs

* etc/emacs_lldb.py (Lisp_Object):
Perform some numeric operations in Python instead of invoking LLDB
for evaluation.  Add lots of caches.

(cherry picked from commit 87daaaf9a463720f2ec80201d8f1e41aa29bd7ce)
etc/emacs_lldb.py