[Bug 833] - Add support for inferior function calls

wine-bugs at winehq.com wine-bugs at winehq.com
Wed Jan 8 14:40:41 CST 2003


http://bugs.winehq.com/show_bug.cgi?id=833

pouech at winehq.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|wine-bugs at winehq.com        |pouech at winehq.com
             Status|NEW                         |ASSIGNED



------- Additional Comments From pouech at winehq.com  2003-01-08 14:40 -------
I already planned to implement it. Among the difficulties to deal with:
- creation of the calling stack (we could use the program's own stack, but that
could be risky)
- there's no information in current stabs format whether a function is stdcall
or cdecl, which could of course generate some bad bad bad results ;-) (we could
try to infer it from some other bits... function prolog/epilog for example)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=833>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.



More information about the wine-bugs mailing list