projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4211d85
)
* etc/emacs_lldb.py (Lisp_Object): PVEC_COMPILED -> PVEC_CLOSURE
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 24 Aug 2024 12:27:26 +0000
(14:27 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 24 Aug 2024 12:41:41 +0000
(14:41 +0200)
etc/emacs_lldb.py
patch
|
blob
|
history
diff --git
a/etc/emacs_lldb.py
b/etc/emacs_lldb.py
index ba80d3431f3f5f947ce7d7057d771a20b62dfe6e..219361faffd746654696e028865b7fae82e3a7a6 100644
(file)
--- 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_C
OMPILED
": "struct Lisp_Vector",
+ "PVEC_C
LOSURE
": "struct Lisp_Vector",
"PVEC_CHAR_TABLE": "struct Lisp_Vector",
"PVEC_SUB_CHAR_TABLE": "void",
"PVEC_RECORD": "struct Lisp_Vector",