netstat: Initial implementation.
[wine] / dlls / dbghelp / symbol.c
2012-01-23  Eric Pouechdbghelp: Use new regular expression matcher for files.
2012-01-23  Eric Pouechdbghelp: Do all module and symbol names matching using...
2012-01-23  Eric Pouechdbghelp: Rewrote a simple regular expression matcher...
2012-01-16  Francois Gougetdbghelp: Fix the position where the calling convention...
2012-01-09  Daniel Lehmandbghelp: Use CDECL calling convention for __unDName...
2012-01-03  Eric Pouechdbghelp: Correctly return flags in SYMBOL_INFO structur...
2011-11-01  André Hentscheldbghelp: Implement SymMatchStringW.
2011-11-01  André Hentscheldbghelp: Rename SymMatchString and forward it to SymMat...
2011-05-30  Alistair Leslie... dbghelp: Add stubs SymFromIndex, SymFromIndexW.
2011-04-12  Eric Pouechdbghelp: Extended CPU structure by adding a default...
2011-03-09  Eric Pouechdbghelp: When building the by address lookup table...
2011-03-09  Eric Pouechdbghelp: Add helper to get global address out of symt...
2011-03-08  Eric Pouechdbghelp: When using a regular expression on a file...
2011-01-31  Eric Pouechdbghelp: Added support for variables in thread storage.
2010-06-08  Eric Pouechdbghelp: Ensure that local variables and parameter...
2010-06-07  Marcus Meissnerdbghelp: Add 2 new darf defines and implement DW_OP_sta...
2010-04-08  Eric Pouechdbghelp: When trying to enumerate locals & parameters...
2010-03-22  Eric Pouechdbghelp: Fix local/parameters enumeration on 64bit...
2010-03-22  Eric Pouechdbghelp: Implemented SymFunctionTableAccess.
2010-03-19  Eric Pouechdbghelp: Create new infrastructure to hold specific...
2010-02-09  Alistair Leslie... dbghelp: Add stubs for SymGetLineFromName, SymGetLineFr...
2010-01-25  Eric Pouechdbghelp: Removed some unused fields for public symbol...
2009-12-15  Eric Pouechdbghelp: Move the core of some line related functions...
2009-12-15  Eric Pouechdbghelp: Fix symt_find_nearest so that it searches...
2009-12-15  Eric Pouechdbghelp: Rewrite the symt* <=> index wrappers to that...
2009-12-15  Eric Pouechdbghelp: Wrap the symt* <=> index transformations.
2009-12-14  Eric Pouechdbghelp: Fix a couple of casts on 64bit platforms.
2009-12-09  Marcus Meissnerdbghelp: Add a missing NULL check (Coverity).
2009-10-05  Eric Pouechdbghelp: Enhance support for constant values in dwarf...
2009-07-15  Andrew Talbotdbghelp: Constify some variables.
2009-07-10  Alexandre Julliarddbghelp: Grow all arrays by doubling the size.
2009-06-26  Eric Pouechdbghelp: Simplify the resort operation (module address...
2009-06-26  Eric Pouechdbghelp: when (re)building the per module symbol table...
2009-06-26  Eric Pouechdbghelp: Factorize symbol insertion into module by...
2009-04-23  Alexandre Julliarddbghelp: Add a few more 64-bit symbol functions.
2009-03-25  Ken Thomasesdbghelp: Add support for debugging Mach-O modules.
2009-03-12  Ken Thomasesdbghelp: Rename some things to be less ELF-centric.
2009-02-09  Alexandre Julliarddbghelp: Fix handling of empty file regexp (Coverity).
2009-02-04  Alexandre Julliarddbghelp: Moved SymEnumLines to symbol.c to reuse the...
2009-02-04  Alexandre Julliarddbghelp: Fall back to string comparison if regex suppor...
2009-02-04  Alexandre Julliarddbghelp: Allocate enough memory initially for regexps...
2009-01-19  Michael Stefaniucdbghelp: Remove superfluous pointer casts.
2008-11-24  Francois GougetAssorted spelling fixes.
2008-10-01  Eric Pouechdbghelp: Added stub for SymSetScopeFromAddr.
2008-10-01  Eric Pouechdbghelp: Added stubs for add symbol functions.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-09-08  Eric Pouechdbghelp: Use the correct size for global variable when...
2008-06-21  Jon Griffithsdbghelp: Implement SymEnumerateSymbols64.
2008-02-07  Eric Pouechdbghelp: When sending back information about a global...
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-04-20  Andrew Talbotdbghelp: Constify some variables.
2007-03-21  Andrew Talbotdbghelp: Replace inline static with static inline.
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-03-13  Eric Pouechdbghelp: Cleanups for module loading (lookups on module...
2007-03-05  Eric Pouechdbghelp: Implemented SymEnumTypesW.
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...
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-12-06  Eric Pouechdbghelp: In find_nearest, now return the symbol instead...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Added infrastructure to compute variable locat...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-11-27  Eric Pouechdbghelp: When looking up for a local variable (or param...
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-08-09  Eric Pouechdbghelp: Made stabs parsing a bit more robust.
2006-07-26  Robert Shearmandbghelp: Implement SymGetSymFromAddr64.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: Implemented SymSearchW.
2006-05-11  Eric Pouechdbghelp: Implemented SymEnumSymbolsW.
2006-05-11  Eric Pouechdbghelp: Improved SymSearch (now using tag, index and...
2006-05-11  Eric Pouechdbghelp: Factorize and simplify a bit symbol enumeratio...
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymFromAddrW.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-03-27  Eric Pouechdbghelp: Module should be case insensitive.
2006-02-14  Eric Pouechdbghelp: Always set the size to public symbols to 1...
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Eric Pouechdbghelp: Return better values in module information.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: Symbol info.
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2006-01-05  Eric Pouechdbghelp: Removed no longer needed 'stub' in TRACEs.
2005-12-26  Eric Pouechdbghelp: Internal search routines can now be case sensi...
2005-12-19  Eric Pouechdbghelp: Return proper size for local & parameters...
2005-12-19  Eric Pouechdbghelp: Implemented SymMatchString.
2005-12-05  Eric Pouechdbghelp,winedbg: SYMBOL_INFO fix.
2005-11-29  Eric PouechImplemented SymGet{Next|Prev}Line64.
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-11-03  Eric PouechImplemented SymEnumLines.
next