gdb user-commands support
- gdb allows creating macros in its own little language
- As simple as blocks of often-repeated commands
- Or more complicated, to view program structures
- Useful especially when scanning core files (and being unable to invoke
program helper functions)
Originally written by
guy keren