gdb split view with code
There are two variants of it.
- to only see code Press
Press CTRL
X
together and then 1
- To see both source and assembly
Press 'CTRL' 'X' together and then '2'
http://www.cs.fsu.edu/~baker/ada/gnat/html/gdb_23.html
A screen shot of the view with code and assembly.
Also check out this amazing Github project.
It's called the TUI (no kidding). Start for example with gdbtui
or gdb -tui
...
Please also see this answer by Ciro Santilli. It wasn't available in 2012 to the best of my knowledge, but definitely worth a look.
You can trigger it dynamically by push ctrl+x and ctrl+a.