How can I permanently change the disassembly flavor in GDB. I tried:set disassembly-flavor intel
in GDB, but when I fire up GDB later it still has the att flavor.
gdb executes a ~/.gdbinit file when it starts, if present; you should be able to add the line
set disassembly-flavor intel
to it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With