2009-12-15 |
Eric Pouech | dbghelp: Wrap the symt* <=> index transformations. |
blob | commitdiff | raw |
2009-11-23 |
Eric Pouech | dbghelp: Correctly compute offsets in line number infor... |
blob | commitdiff | raw | diff to current |
2009-11-23 |
Eric Pouech | dbghelp: Revisit array len description for debug format... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Eric Pouech | winedump, dbghelp: In .pdb files (>= VC2005), handle... |
blob | commitdiff | raw | diff to current |
2009-07-10 |
Alexandre Julliard | dbghelp: Grow all arrays by doubling the size. |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Eric Pouech | dbghelp: Added reference for MSVC 8. |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Austin English | dbghelp: Change pointer cast to DWORD_PTR. |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Eric Pouech | dbghelp: Fix bad call to free() instead of pdb_free(). |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Michael Stefaniuc | dbghelp: Remove superfluous pointer casts. |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Eric Pouech | dbghelp: Fix all forward declaration cases for UDT. |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Eric Pouech | dbghelp: Report in module's info when a module's debug... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp: Add support for the newest line number informa... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp: Rewrote the linetab access so that we don... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp: Added support for real80 (aka long double... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp: Now fully reading the leafs as variant for... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp,winedump: Added support for symbol symbol. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp,winedump: Added support for symbol 0x113c. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp,winedump: Added support for 0x113d symbol. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp: Silence symbol 0x1139. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | winedump: Add preliminary dumping of 0x1136 and 0x1137... |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp,winedump: Added support for symbol 0x1012. |
blob | commitdiff | raw | diff to current |
2008-10-01 |
Eric Pouech | dbghelp,winedump: Added support for symbol 0x113a. |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Andrew Talbot | dbghelp: Sign-compare warnings fix. |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Eric Pouech | dbghelp: While loading MSC debug info, don't handle... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Eric Pouech | dbghelp: Silence 0x112c symbol type. |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Eric Pouech | dbghelp: Fixed offset computation for bitfields inside... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Eric Pouech | dbghelp: Improve the symbol loader. |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Eric Pouech | winedump, dbghelp: Correctly name the age field in... |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Eric Pouech | dbghelp: Prevent debug overflow of internal buffer... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Eric Pouech | dbghelp: Prevent debug overflow of internal buffer... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Eric Pouech | dbghelp: Be stricter when looping in symbol tables. |
blob | commitdiff | raw | diff to current |
2008-02-21 |
Rob Shearman | dbghelp: VARIANT unions are accessed by name in msc... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Disable the S_PUB_FUNC_XXX msc symbols until... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Extended the internal enumeration information... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Added support for labels outside functions... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Added preliminary support for a strange stack... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Added support for register v3 in msc. |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Added support for some V3 fields in structure... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Added HRESULT as new basic type (and some... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Pass the 'details' flags to _fetch_type so... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Eric Pouech | dbghelp: Added missing basic types for booleans and... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Eric Pouech | dbghelp: Fixed the types we want to load at first. |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Detlef Riekenberg | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Andrew Talbot | dbghelp: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Michael Stefaniuc | dbghelp: Remove superfluous casts of void pointers... |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Andrew Talbot | dbghelp: Exclude unused headers. |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Alexandre Julliard | dbghelp: Don't print garbage chars in ERR message. |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Andrew Talbot | dbghelp: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Eric Pouech | dbghelp: Get rid of module_name in all traces (using... |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Francois Gouget | dbghelp: Check file handles against INVALID_HANDLE_VALU... |
blob | commitdiff | raw | diff to current |
2007-03-05 |
Eric Pouech | dbghelp: Fixes for loading circular references on funct... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Eric Pouech | dbghelp: Implemented SymFindFileInPathW. |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Eric Pouech | dbghelp: Move PE module loading to Unicode. |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Eric Pouech | dbghelp: Now storing module information in Unicode... |
blob | commitdiff | raw | diff to current |
2007-02-22 |
Eric Pouech | dbghelp: Added an ANSI copy of the module name (useful... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Eric Pouech | dbghelp: Handling of S_SALIGN symbols. |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Eric Pouech | winedump: Removed cvinclude.h. |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Eric Pouech | dbghelp: Added ability to internal store / reload a... |
blob | commitdiff | raw | diff to current |
2006-11-30 |
Eric Pouech | dbghelp: Get rid of long int issues on 64bit platforms. |
blob | commitdiff | raw | diff to current |
2006-11-30 |
Eric Pouech | mscvpdb.h: Update some definitions (constants, structur... |
blob | commitdiff | raw | diff to current |
2006-11-30 |
Eric Pouech | dbghelp: Moved mscvpdb.h file to include/wine to allow... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Eric Pouech | dbghelp: Function points location is now expressed... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Eric Pouech | dbghelp: Use the location info structure thoughout... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Eric Pouech | dbghelp: Store compiland's address in internal structures. |
blob | commitdiff | raw | diff to current |
2006-10-06 |
James Hawkins | dbghelp: Remove redundant NULL checks before pdb_free... |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Eric Pouech | dbghelp: Variables & registers. |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Eric Pouech | dbghelp: Module info. |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Eric Pouech | dbghelp: Added the ability to define a source file... |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Eric Pouech | dbghelp: Storage of func locals & parameters. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Michael Stefaniuc | Yet another round of redundant NULL checks before HeapFree. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-05-11 |
Eric Pouech | dbghelp: SymFindFileInPath and PDB |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: MSC fixes. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Support for LF_VTSHAPE in MSC. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: MSC forward declaration. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Type parsing refactoring. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Fixes for NB11 types. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: MSC handling of function signature's parameters. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Cleanup MSC bitfield handling. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Fieldlist. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: MSC types. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Types parsing. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: CV's ssearch. |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Moved codeview structures and definitions... |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Eric Pouech | dbghelp: Compiland and source files are not the same... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Eric Pouech | dbghelp: Added type for array index. |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Eric Pouech | dbghelp: Always set the size to public symbols to 1... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Eric Pouech | dbghelp: First stab at supporting calling convention... |
blob | commitdiff | raw | diff to current |
2005-12-16 |
Alexandre Julliard | Take advantage of the __EXCEPT_PAGE_FAULT macro. |
blob | commitdiff | raw | diff to current |
2005-11-17 |
Eric Pouech | SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit... |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Mike McCormack | Fix gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Alexandre Julliard | Fixed a couple of warnings. |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Raphael Junqueira | Fix open_pdb_file (used for locate/open pdbs): |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Eric Pouech | - PDB: better checking for error conditions |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Filip Navara | Initialize the "toc" field in the pdb_lookup structure... |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Mike Hearn | Change an ERR to a WARN. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Eric Pouech | - moved into new mscvpdb.h (out of msc.c) all types... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Robert Shearman | - Move header parsing to callers of pe_load_debug_direc... |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Robert Shearman | Fix the loading .dbg files by no longer using RtlImageN... |
blob | commitdiff | raw | diff to current |
next |