Marc Weustink schreef:
Henrick Hellström wrote:
AFAIK there is no CPU Window in Lazarus Win64 (is there?). Is there any other convenient way to get a look at a disassembly of the code generated by the compiler? I am in particular interested in the code that is generated immediately before and after asm blocks.

To obtain the assembler code of a unit, add -al to the custom compiler options and look at the generated .s file.



Not yet.I've been thinking about it, but first some generic debuggerclasses for this have to be added.

For now the only option is by using gdb directly. (if there is a win64 gdb at all)


Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to