1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-03 04:41:23 -07:00

emacs_lldb.py: reflect PVEC changes

This commit is contained in:
Gerd Möllmann 2024-06-04 14:09:12 +02:00
parent 2e49bbf181
commit 219f7d5ce2
2 changed files with 5 additions and 1 deletions

View file

@ -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",

View file

@ -104,5 +104,9 @@ command alias go process launch --disable-aslr false --working-dir ../lisp
#settings set -- target.run-args -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)" --eval "(setq org--inhibit-version-check t)" -f batch-byte-compile leim/ja-dic/ja-dic.el
#settings set target.disable-aslr false
#command alias go process launch --working-dir ../lisp
#target create bootstrap-emacs
#settings set -- target.run-args -batch --no-site-file --no-site-lisp --eval "(setq load-prefer-newer t byte-compile-warnings 'all)" --eval "(setq org--inhibit-version-check t)" -l comp -f byte-compile-refresh-preloaded -f batch-byte+native-compile ../lisp/isearch.el
#command alias go process launch --disable-aslr false --working-dir .
#b wrong_type_argument
# end.