Displaying 4 results from an estimated 4 matches for "symgetmodulebase".
Did you mean:
symgetmodulebase64
2006 May 13
0
[LLVMdev] Building Tools on MinGW from CVS
Hello, Greg.
You wrote Saturday, May 13, 2006, 11:12:26 PM:
GP> The problem is that it can't find some symbols: (SymSetOptions,
GP> SymInitialize, SymGetModuleBase, SymFunctionTableAccess, etc.)
GP> I looked on the Web and these functions are in Dbghelp.lib.
GP> Are they also in libimagehlp.a?
Yes, they are. At least im mingw-runtime 3.9 (I'm using this version).
GP> llvm[2]: Linking Debug executable tblgen
GP> C:/msys/1.0/home/llvm/build/Deb...
2006 May 13
1
[LLVMdev] Building Tools on MinGW from CVS
I was building tools just fine last weekend, but now something has
changed...
The problem is that it can't find some symbols: (SymSetOptions,
SymInitialize, SymGetModuleBase, SymFunctionTableAccess, etc.)
I looked on the Web and these functions are in Dbghelp.lib.
Are they also in libimagehlp.a?
(BTW: does someone know a tool to examin the exported symbols in a MinGW
foo.a library?)
I'm trying to figure out what has changed since last weekend so that now
my tool...
2018 Dec 07
0
Wine release 4.0-rc1
...#39;t have focus.
ext-ms-win-ntuser-misc-l1-2-0: Add dll.
Andreas Maier (5):
dbghelp: Use correct record in codeview_snarf_public.
dbghelp: Add SYMFLAG_- and SYMTYPE_-defines.
dbghelp: Set correct values in symt_fill_sym_info (SYMBOL_INFO).
dbghelp: Set last error for SymGetModuleBase-calls to ERROR_MOD_NOT_FOUND.
dbghelp: SymFromAddr: Handle 2 or more symbols at the same address correct.
Andrew Eikum (1):
winegcc: Pass -static-libstdc++ to the linker.
Andrey Gusev (7):
slc: Add SLGetLicensingStatusInformation stub.
ntdll/tests: Fix a typo in comment....
2010 Apr 02
0
Wine release 1.1.42
...ontext variables only the offsets of each register (instead of the address of the register in dbg_context).
dbghelp: In dwarf attribute parsing, ensure that we do have a block when parsing a block.
dbghelp: In dwarf parsing, correctly handle the DW_OP_regx option.
dbghelp: Rewrite SymGetModuleBase so that it relies on 64 bit version.
dbghelp: When unwinding the stack, stop if the current address isn't in a known module.
winedbg: Store the CONTEXT in each stack frame to enable register access in the non topmost frames.
winedbg: When filling an imagehlp frame information,...