- Fixed up PrettyWriters

This commit is contained in:
2025-08-09 19:43:26 -04:00
parent efe56b3699
commit d2be083a8f
7 changed files with 326 additions and 121 deletions

View File

@@ -1 +1,7 @@
source ./gdb/printers.py
python
import sys, os.path
print(os.path.abspath("./gdbpp"))
sys.path.insert(0, os.path.abspath("./gdbpp"))
import fennec
fennec.register_printers(gdb.current_objfile())
end