(gdb) set disassemble intel
Ambiguous set command "disassemble intel": disassemble-next-line, disassembler-options.
When i set the disassembly syntax to intel, it show this error.
Please use:
set disassembly-flavor intel
see GDB Manual for more details
To make the change permanent you must add it to your gdb
config file:
echo "set disassembly-flavor intel" >> ~/.gdbinit
Then run:
cat ~/.gdbinit
to make sure the file has the proper content.
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