(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.
(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
For a more permanent change please look: here
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.
>>
to avoid overwriting existing content. –
Schoolboy © 2022 - 2024 — McMap. All rights reserved.