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