mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
These are some changes I made to debug tooling while tracking down the bugfix in the previous commit. Each `scripts/debug_*_alloc.gdb` script has gdb output a `*_allocs.txt` file, which in turn can be parsed by the `scripts/parse_*_allocs.py` script to find errors.
19 lines
170 B
Plaintext
19 lines
170 B
Plaintext
.cache
|
|
.lock*
|
|
/build*
|
|
*.bak
|
|
tags
|
|
*.log
|
|
*.out
|
|
*.o
|
|
*.a
|
|
sysroot
|
|
.gdb_history
|
|
.peru
|
|
__pycache__
|
|
/venv
|
|
compile_commands.json
|
|
buddy_allocs.txt
|
|
frame_allocs.txt
|
|
heap_allocs.txt
|