- 29 Apr, 2014 1 commit
-
-
André Hentschel authored
-
- 23 Jan, 2012 1 commit
-
-
Eric Pouech authored
dbghelp: Do all module and symbol names matching using unicode string (and new regular expression matcher).
-
- 30 Sep, 2011 1 commit
-
-
Andrew Talbot authored
-
- 09 Mar, 2011 1 commit
-
-
Eric Pouech authored
-
- 13 Jan, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 08 Jun, 2010 1 commit
-
-
Eric Pouech authored
-
- 15 Dec, 2009 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
- 23 Nov, 2009 1 commit
-
-
Eric Pouech authored
One can now pass -1 as array len so that its size will be computed later on (useful for dealing with forward declarations where size is not known at array definition).
-
- 04 Dec, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 25 Sep, 2008 1 commit
-
-
Andrew Talbot authored
-
- 28 Feb, 2008 1 commit
-
-
Rob Shearman authored
-
- 07 Feb, 2008 3 commits
-
-
Eric Pouech authored
dbghelp: Extended the internal enumeration information so that we know the underlying integral type.
-
Eric Pouech authored
As we don't support C++ for now, we just return FALSE for all cases.
-
Eric Pouech authored
-
- 07 Jun, 2007 1 commit
-
-
Francois Gouget authored
-
- 15 May, 2007 1 commit
-
-
Markus Amsler authored
-
- 01 May, 2007 1 commit
-
-
Andrew Talbot authored
-
- 20 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 13 Mar, 2007 1 commit
-
-
Eric Pouech authored
-
- 05 Mar, 2007 1 commit
-
-
Eric Pouech authored
-
- 22 Feb, 2007 1 commit
-
-
Eric Pouech authored
-
- 27 Nov, 2006 5 commits
-
-
Eric Pouech authored
(removed this feature for UDTs, structures' fields, enums, typedefs, compilands)
-
Eric Pouech authored
-
Eric Pouech authored
dbghelp: Use the location info structure thoughout the code to handle the location of a data variable.
-
Eric Pouech authored
-
Eric Pouech authored
This makes the code simpler to read, a bit more efficient, and furthermore it'll be needed in future patches.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 08 May, 2006 1 commit
-
-
Eric Pouech authored
- report the correct image base for a symbol which is seen as being in a builtin PE module, whilst its debug information is gotten from an ELF module - module_get_debug now returns a pair of modules (the requested that has to be presented back to the client and the effective one, which contains the debug info) - reworked SymFromName in order to provide also the revelant module base address
-
- 06 Mar, 2006 2 commits
-
-
Eric Pouech authored
- added type for array index - correctly parsing array index type in stabs, Dwarf2 and MSC formats - fixed SyGetTypeInfo accordingly
-
Eric Pouech authored
-
- 23 Jan, 2006 1 commit
-
-
Eric Pouech authored
-
- 19 Dec, 2005 1 commit
-
-
Eric Pouech authored
-
- 05 Dec, 2005 1 commit
-
-
Eric Pouech authored
- native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the type of the symbol (we were returning the symbol index instead) - fixed winedbg accordingly
-
- 17 Nov, 2005 2 commits
-
-
Eric Pouech authored
symbol-type (symt) which links both to arguments' type and to function prototype - added this new type to dbghelp - implemented its use in winedbg
-
Eric Pouech authored
32 bit one.
-
- 18 Apr, 2005 1 commit
-
-
Peter Berg Larsen authored
-
- 09 Jan, 2005 1 commit
-
-
Eric Pouech authored
break, not needed vars...)
-
- 22 Nov, 2004 1 commit
-
-
Eric Pouech authored
-
- 21 Oct, 2004 1 commit
-
-
Francois Gouget authored
Use PVOID instead of void* for consistency. Update the dbghelp section in win32.api.
-