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.
2 lines
71 B
Fish
2 lines
71 B
Fish
set -gx VNCHOST (ip -j route list default | jq -r '.[0].gateway'):5500
|