netstat: Initial implementation.
[wine] / dlls / dbghelp / msc.c
2012-06-25  Eric Pouechdbghelp: Added support for index leaves in types defini...
2012-04-23  André Hentscheldbghelp: Assorted fixes for shadow variables.
2011-10-11  André Hentscheldbghelp: Remove superfluous PATH_MAX defines.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-05-02  Eric Pouechdbghelp: Don't try to load fieldlist for a forward...
2011-04-29  Peter Urbanecdbghelp: Prevent winedbg page faults when loading some...
2011-04-12  Eric Pouechdbghelp: For codeview/bprel symbols force the register...
2011-03-14  Eric Pouechdbghelp: In msc unwinding code (from FPO extended data...
2011-01-31  Eric Pouechdbghelp: Properly declare variables with thread storage...
2011-01-31  Eric Pouechdbghelp: Added support for variables in thread storage.
2011-01-19  Eric Pouechdbghelp, winedump: Added definition for S_FRAMEPROC_V2...
2011-01-18  Eric Pouechdbghelp: When failing to look up for a PDB file, don...
2011-01-18  Eric Pouechdbghelp: Get stream indexes out of PDB files (instead...
2011-01-18  Eric Pouechdbghelp: Add support for stream lookup by name in PDB...
2011-01-13  Alexandre Julliarddbghelp: Support pointer types of various sizes.
2011-01-12  Alexandre Julliarddbghelp: Try to load the string table from file number...
2011-01-10  Eric Pouechdbghelp: Added preliminary extended FPO information...
2011-01-10  Eric Pouechdbghelp: Keep the mapping of any PDB file open until...
2011-01-10  Eric Pouechdbghelp: Use new file/debug format framework to allow...
2011-01-10  Eric Pouechdbghelp: Restructure internal PDB information.
2010-10-11  Eric Pouechdbghelp: Proper support and definition for S_REGREL_V3.
2010-10-11  Eric Pouechdbghelp: A couple of fixes for 64bit msvc debug info...
2010-10-11  Eric Pouechdbghelp: Added a couple of missing CodeView base types...
2010-02-08  Alistair Leslie... dbghelp: Add basic support for PVOID64.
2010-01-25  Eric Pouechdbghelp: Removed some unused fields for public symbol...
2009-12-15  Eric Pouechdbghelp: Wrap the symt* <=> index transformations.
2009-11-23  Eric Pouechdbghelp: Correctly compute offsets in line number infor...
2009-11-23  Eric Pouechdbghelp: Revisit array len description for debug format...
2009-11-03  Eric Pouechwinedump, dbghelp: In .pdb files (>= VC2005), handle...
2009-07-10  Alexandre Julliarddbghelp: Grow all arrays by doubling the size.
2009-06-29  Eric Pouechdbghelp: Added reference for MSVC 8.
2009-02-23  Austin Englishdbghelp: Change pointer cast to DWORD_PTR.
2009-02-11  Eric Pouechdbghelp: Fix bad call to free() instead of pdb_free().
2009-01-19  Michael Stefaniucdbghelp: Remove superfluous pointer casts.
2008-11-10  Eric Pouechdbghelp: Fix all forward declaration cases for UDT.
2008-10-20  Eric Pouechdbghelp: Report in module's info when a module's debug...
2008-10-01  Eric Pouechdbghelp: Add support for the newest line number informa...
2008-10-01  Eric Pouechdbghelp: Rewrote the linetab access so that we don...
2008-10-01  Eric Pouechdbghelp: Added support for real80 (aka long double...
2008-10-01  Eric Pouechdbghelp: Now fully reading the leafs as variant for...
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol symbol.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113c.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for 0x113d symbol.
2008-10-01  Eric Pouechdbghelp: Silence symbol 0x1139.
2008-10-01  Eric Pouechwinedump: Add preliminary dumping of 0x1136 and 0x1137...
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x1012.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113a.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-09-08  Eric Pouechdbghelp: While loading MSC debug info, don't handle...
2008-09-08  Eric Pouechdbghelp: Silence 0x112c symbol type.
2008-09-08  Eric Pouechdbghelp: Fixed offset computation for bitfields inside...
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader.
2008-09-02  Eric Pouechwinedump, dbghelp: Correctly name the age field in...
2008-05-01  Eric Pouechdbghelp: Prevent debug overflow of internal buffer...
2008-04-07  Eric Pouechdbghelp: Prevent debug overflow of internal buffer...
2008-04-07  Eric Pouechdbghelp: Be stricter when looping in symbol tables.
2008-02-21  Rob Shearmandbghelp: VARIANT unions are accessed by name in msc...
2008-02-07  Eric Pouechdbghelp: Disable the S_PUB_FUNC_XXX msc symbols until...
2008-02-07  Eric Pouechdbghelp: Extended the internal enumeration information...
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2008-02-07  Eric Pouechdbghelp: Added preliminary support for a strange stack...
2008-02-07  Eric Pouechdbghelp: Added support for register v3 in msc.
2008-02-07  Eric Pouechdbghelp: Added support for some V3 fields in structure...
2008-02-07  Eric Pouechdbghelp: Added HRESULT as new basic type (and some...
2008-02-07  Eric Pouechdbghelp: Pass the 'details' flags to _fetch_type so...
2008-02-07  Eric Pouechdbghelp: Added missing basic types for booleans and...
2008-02-05  Eric Pouechdbghelp: Fixed the types we want to load at first.
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-05  Andrew Talbotdbghelp: Remove unneeded casts.
2007-06-27  Michael Stefaniucdbghelp: Remove superfluous casts of void pointers...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-04-23  Alexandre Julliarddbghelp: Don't print garbage chars in ERR message.
2007-04-19  Andrew Talbotdbghelp: Constify some variables.
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-03-08  Francois Gougetdbghelp: Check file handles against INVALID_HANDLE_VALU...
2007-03-05  Eric Pouechdbghelp: Fixes for loading circular references on funct...
2007-02-22  Eric Pouechdbghelp: Implemented SymFindFileInPathW.
2007-02-22  Eric Pouechdbghelp: Move PE module loading to Unicode.
2007-02-22  Eric Pouechdbghelp: Now storing module information in Unicode...
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2007-01-06  Eric Pouechdbghelp: Handling of S_SALIGN symbols.
2007-01-06  Eric Pouechwinedump: Removed cvinclude.h.
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-30  Eric Pouechmscvpdb.h: Update some definitions (constants, structur...
2006-11-30  Eric Pouechdbghelp: Moved mscvpdb.h file to include/wine to allow...
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-10-06  James Hawkinsdbghelp: Remove redundant NULL checks before pdb_free...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: SymFindFileInPath and PDB
2006-03-18  Eric Pouechdbghelp: MSC fixes.
2006-03-18  Eric Pouechdbghelp: Support for LF_VTSHAPE in MSC.
2006-03-18  Eric Pouechdbghelp: MSC forward declaration.
next