VC8-compatible debugging in the works!
Michael Urman
mu at tortall.net
Wed Mar 22 19:52:18 PST 2006
On Wed, Mar 22, 2006 at 09:47:27AM -0500, Vikas Kumar wrote:
> 85% of the time functions and lexical blocks can be detected. the rest
> 15% of the time, the assembly programmer might be doing something
> tricky.
Right. And more importantly any reasonable compiler will handle
reasonable debugging pass-through. What we want to address here is not
automatic detection, but a way to add markup to pure assembly generated
by a human.
This markup could be annotated directly, or embedded into macros. It
would be absolutely required to differentiate between a list of 8-bit
integers and an 8-bit string. It could enhance functions to support
argument and local stack variables.
Michael
--
Michael Urman [- mu at tortall.net -]
More information about the yasm-devel
mailing list