From 5004edbc4e2cb9a533e486ca7035b65fb5906816 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 9 Sep 2024 10:27:50 +0200 Subject: [PATCH] * etc/emacs_lldb.py (Lisp_Object): Recognise Lisp_Sub_Char_Table (cherry picked from commit 21ff61372bf272711514f4c6508f20a5d8ab23ea) --- 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 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", -- 2.39.2