i want to set disassembly flavour to intel ........ i tried the following...............................
$ gdb -q
/root/.gdbinit:1: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
(gdb) set disassembly-flavour intel
No symbol table is loaded. Use the "file" command.
i have entered set "disassembly-flavour intel" in file ~/.gdbinit
> echo "set disassembly-flavour intel" > ~/.gdbinit