projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b7715
)
* etc/emacs_lldb.py (Lisp_Object): Add TS types.
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 10 Jun 2024 16:47:00 +0000
(18:47 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 10 Jun 2024 16:50:15 +0000
(18:50 +0200)
etc/emacs_lldb.py
patch
|
blob
|
history
diff --git
a/etc/emacs_lldb.py
b/etc/emacs_lldb.py
index 9865fe391a2b8a8763fe956034d575bbec7bf926..ba80d3431f3f5f947ce7d7057d771a20b62dfe6e 100644
(file)
--- a/
etc/emacs_lldb.py
+++ b/
etc/emacs_lldb.py
@@
-74,7
+74,10
@@
class Lisp_Object:
"PVEC_SUB_CHAR_TABLE": "void",
"PVEC_RECORD": "struct Lisp_Vector",
"PVEC_FONT": "struct font",
- "PVEC_NORMAL_VECTOR": "struct Lisp_Vector"
+ "PVEC_NORMAL_VECTOR": "struct Lisp_Vector",
+ "PVEC_TS_NODE": "struct Lisp_TS_Node",
+ "PVEC_TS_PARSER": "struct Lisp_TS_Parser",
+ "PVEC_TS_COMPILED_QUERY": "struct Lisp_TS_Query",
}
# Object construction/initialization.