Is it possible to view the current program counter and instruction register in gdb? Here is the output of a basic C program (add an int and return it) in gdb on ubuntu14:
I thought I'd see something like pc or ir but perhaps it's either stored as something else or not shown at all in the register. Where would I see that?
