SymEnumSymbolsForAddr in dbghelp.dll

Roger Cruz roger_r_cruz at yahoo.com
Mon Apr 16 20:30:32 CDT 2012


Guys,

Just a quick status update on the symbol lookup and an explanation of what this question is all about.  Basically, I have loaded the dbghelp file successfully and loaded all of the symbols for the module (aka, library, dll, etc) being linked.  I then tried to invoke this function SymEnumSymbolsForAddrto enumerate each function's arguments and lo and behold, the damn function is not implemented in Wine.. but where there is a will, there is a way.  I recalled that Wine has its own debugger and they implement the backtrace capability so I'm looking to see how they enumerate the arguments.  I will let you know more soon.

Roger



________________________________
 From: Roger Cruz <roger_r_cruz at yahoo.com>
To: "wine-devel at winehq.org" <wine-devel at winehq.org> 
Sent: Monday, April 16, 2012 9:13 PM
Subject: SymEnumSymbolsForAddr in dbghelp.dll
 



I wrote a simple piece of code that uses dbghelp.dll's  SymEnumSymbolsForAddr() but when I went to search for its code in Wine, it looks to be missing.  The dbghelp.spec has that function listed as "stub".  What does stub mean in this context? Does it mean the function is not implemented?  Are there any plans to? 


Thanks
Roger R. Cruz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20120416/33078be4/attachment.html>


More information about the wine-devel mailing list