is it possible to configure gdb in order to debug assembly code when there are no debug symbols or no sources available ? I mean showing assembly instruction by assembly instruction when performing a step by step debug (next /step commands) (not desassembling all the function. just the next instruction that will be executed)
Regards, Ayman
layout regwhich is pretty decent, but it won't let you scroll backwards when you don't have symbols, only forward. (At least on x86 where variable-length instructions mean you can't unambiguously decode backwards.)