I'm trying to set gdb
to syntax intel
, however I'm getting the following message:
Ambiguous set command "dis intel": disable-randomization, disassemble-next-line,
disassembly-flavor, disconnected-dprintf...
I'm tempted by the procedures below, but when I run the second procedure the above message appears.
root@debian:/home/novousuario# gdb -q
(gdb) set dis intel
(gdb) quit
root@debian:/home/novousuario# echo "set dis intel" > ~/.gdbinit
root@debian:/home/novousuario# cat ~/.gdbinit