You are not logged in.
Does anyone happen to know the correct way to have GDB automatically show Intel syntax when started up? The process I have tried already did not work for me. Any suggestions shoud be helpful, thanks.
Last edited by megaman (2009-09-04 09:53:19)
Offline
If you put the line:
set disassembly-flavor intel
in the file ~/.gdbinit it should work.
Offline
Solved, Interesting though. For further note, what I read earlier had me putting
set dis intel
That just didn't work. Of course I was doing this manually for a long time, anyways; thanks for your feedback.
Last edited by megaman (2009-09-04 09:52:55)
Offline