layout asm- see program instruction in visual pretty modewatch- to print var after it was changed-tui- switch to graphical modedefine hook-stop- execute after every command set of commands
https://blogs.oracle.com/linux/8-gdb-tricks-you-should-know-v2
Get table with syscalls:
cat linux/arch/x86/entry/syscalls/syscall_64.tbl
echo -n "#include <sys/syscall.h>\nSYS_read" | gcc -E -