Thanks, this helped.

Using this "disassembly-flavor" variable I found this old thread on the forums
http://www.lazarus.freepascal.org/index.php?topic=8741.0

and from there I was able to figure it out and set this in
Lazarus -> Tools -> Options -> Debugger -> General
The "Debugger_Startup_Options" value to

 -eval-command="set disassembly-flavor intel"

and voila, it works.

AB

On 8/24/2012 21:50, leledumbo wrote:
I don't see any way to interact with the debugger, so it's not possible ATM.
GDB can be set to display disassembly in intel syntax through "set
disassembly-flavor intel" but we need a way to feed it to GDB. Please file a
feature request.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-assembler-debug-window-format-tp4025922p4025923.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to