I\'m doing some assembly-level debugging in GDB. Is there a way to get GDB to show me the current assembly instruction in the same way that it shows the current source line?
The command
x/i $pc
can be set to run all the time using the usual configuration mechanism.