mode processor mode switch
Jirka Koutný <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.gdb.general |
|---|---|
| Message-ID | <CAH5nFm_YHzHbk6GL_BEisrcVm5M=dW7NxjiyObTHPR5W+pALew@mail.gmail.com> |
Hello, I have a 32-bit elf executable which at some point switches to long mode (kernel is 64-bit). Is there a way to tell gdb about the .code32/64 directives? Because expectedly the switch messes up disassembly and stepping. Thank you Jirka