Hacker News new | ask | show | jobs
by mark_undoio 1069 days ago
If you use GDB, I recommend checking out the official documentation: https://sourceware.org/gdb/current/onlinedocs/gdb.html/

It's quite hard work sometimes - there's a lot in there - but the capabilities available are amazing and it's well worth nosing around.

I also recommend just hitting TAB a lot and seeing what commands are suggested. Then use the "help"command to find out more.

My employer also hosts some articles that digest some knowledge we've gained into a more palatable form: https://undo.io/resources/gdb-watchpoint/