From 2685856898eebcce463bb3c088cb02a973b7a811 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sat, 24 Aug 2024 14:27:26 +0200 Subject: [PATCH] * etc/emacs_lldb.py (Lisp_Object): PVEC_COMPILED -> PVEC_CLOSURE (cherry picked from commit 0a626a64c70e6842027d58dd2b52776d864cedb2) --- etc/emacs_lldb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emacs_lldb.py b/etc/emacs_lldb.py index ba80d3431f3..219361faffd 100644 --- a/etc/emacs_lldb.py +++ b/etc/emacs_lldb.py @@ -69,7 +69,7 @@ class Lisp_Object: "PVEC_MODULE_FUNCTION": "struct Lisp_Module_Function", "PVEC_NATIVE_COMP_UNIT": "struct Lisp_Native_Comp_Unit", "PVEC_SQLITE": "struct Lisp_Sqlite", - "PVEC_COMPILED": "struct Lisp_Vector", + "PVEC_CLOSURE": "struct Lisp_Vector", "PVEC_CHAR_TABLE": "struct Lisp_Vector", "PVEC_SUB_CHAR_TABLE": "void", "PVEC_RECORD": "struct Lisp_Vector", -- 2.39.5