Permanently Change Disassembly Flavor in GDB Permanently Change Disassembly Flavor in GDB linux linux

Permanently Change Disassembly Flavor in GDB


gdb executes a ~/.gdbinit file when it starts, if present; you should be able to add the line

set disassembly-flavor intel

to it.