- Nov 13, 2023
-
-
- Oct 10, 2022
-
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
- Sep 30, 2022
-
-
It's mostly always set at 0, and native dbghelp doesn't expose it anyway. Signed-off-by:
Eric Pouech <eric.pouech@gmail.com>
-
- Feb 09, 2022
-
-
Signed-off-by:
Eric Pouech <eric.pouech@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Oct 29, 2021
-
-
It used to be an offset to the start of function, but it's actually stored as an absolute address afterwards. This avoids unnecessary computations. Signed-off-by:
Eric Pouech <eric.pouech@gmail.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Oct 07, 2021
-
-
Alexandre Julliard authored
Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Apr 06, 2020
-
-
Signed-off-by:
Jacek Caban <jacek@codeweavers.com> Signed-off-by:
Alexandre Julliard <julliard@winehq.org>
-
- Mar 09, 2015
-
-
- May 21, 2012
-
-
- Oct 11, 2011
-
-
- Apr 28, 2011
-
-
- Mar 09, 2011
-
-
- Jan 31, 2011
-
-
- Dec 15, 2009
-
-
- Jul 10, 2009
-
-
Alexandre Julliard authored
-
- May 01, 2007
-
-
- Nov 30, 2006
-
-
- Nov 27, 2006
-
-
- Jun 27, 2006
-
-
- now internally storing module info as a 64bit module structure (the interest in not in the 64 bit side of things, but because it allows storing lots of usefull information) - fixed SymGetModuleInfo64W which wasn't returning the LoadedPdbName field - now filling for MSC files with the extended information (instead of guessing it) - reused the extended module info to store wine ELF module information (link for map link, stabs vs dwarf symbol info)
-
- Jun 20, 2006
-
-
- May 23, 2006
-
-
- Sep 12, 2005
-
-
Alexandre Julliard authored
right on a 64-bit platform.
-
- Jan 03, 2005
-
-
redundant.
-
- Nov 21, 2004
-
-
to parse debug files generated by MS tools - moved into coff.c (and out of msc.c) the COFF handling - cleaned lots of types (add consistency across structs) - versioning of some defines and types (to follow MS tools evolution) - enhanced V2 of symbols parsing (some more types recognized, support of imported .pdb files) - added support for newest .pdb format
-