DragonX has left the nest

This commit is contained in:
Duke
2026-02-28 12:12:45 -05:00
parent 8e6cf9759d
commit f8136f5839
20 changed files with 15 additions and 2607 deletions

View File

@@ -96,7 +96,7 @@ For this repo, it's likely this is the command you need:
gdb src/hushd core
```
NOTE: Even if you are debugging a coredump on a HAC, such as DragonX, the file `src/dragonxd`
NOTE: Even if you are debugging a coredump on a HAC, the file `src/blahd`
is just a shell script that calls `src/hushd` and you always want to give an actual executable
file as the first argument to `gdb`, not a bash script.