From: Mattias EngdegÄrd Date: Mon, 9 Sep 2024 08:27:50 +0000 (+0200) Subject: * etc/emacs_lldb.py (Lisp_Object): Recognise Lisp_Sub_Char_Table X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5004edbc4e2cb9a533e486ca7035b65fb5906816;p=emacs.git * etc/emacs_lldb.py (Lisp_Object): Recognise Lisp_Sub_Char_Table (cherry picked from commit 21ff61372bf272711514f4c6508f20a5d8ab23ea) --- diff --git a/etc/emacs_lldb.py b/etc/emacs_lldb.py index 8393fccf467..4055b0f42eb 100644 --- a/etc/emacs_lldb.py +++ b/etc/emacs_lldb.py @@ -71,7 +71,7 @@ class Lisp_Object: "PVEC_SQLITE": "struct Lisp_Sqlite", "PVEC_CLOSURE": "struct Lisp_Vector", "PVEC_CHAR_TABLE": "struct Lisp_Vector", - "PVEC_SUB_CHAR_TABLE": "void", + "PVEC_SUB_CHAR_TABLE": "struct Lisp_Sub_Char_Table", "PVEC_RECORD": "struct Lisp_Vector", "PVEC_FONT": "struct font", "PVEC_NORMAL_VECTOR": "struct Lisp_Vector",