See content of running process §
- You can see stack frame info and overview of the running process by it’s PID in gdb. Let’s for example run
cat
command to see it’s stack frame info.
- I have tried gef and gdbfrontend and I think they are both good one, you should also try
--tui
option with gdb, now it also have colorful interface.