kernel32: Cast-qual warnings fix.
[wine] / dlls / dbghelp /
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-08-28  Eric Pouechdbghelp: Removed stabs dump facility now that we have...
2006-08-09  Eric Pouechdbghelp: Made stabs parsing a bit more robust.
2006-08-07  Eric Pouechdbghelp: Missing bits from previous patch about variabl...
2006-08-03  Eric Pouechdbghelp: Properly handle variable with const value...
2006-07-26  Robert Shearmandbghelp: Implement SymGetSymFromAddr64.
2006-07-17  Robert Shearmandbghelp: Don't access a negative section index in elf_m...
2006-07-17  Robert Shearmandbghelp: Avoid accessing a negative string index when...
2006-07-13  Robert Shearmandbghelp: Fix the finding of PDB DS-type files.
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-27  William Knopdbghelp: Fix for non-elf build (undefined symbol: _elf_...
2006-06-27  Eric Pouechdbghelp: Implemented SymEnumerateModules64.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-26  Eric Pouechdbghelp: Dwarf & thunks.
2006-06-26  Eric Pouechdbghelp: Elf for wine and spec definitions.
2006-06-22  Eric Pouechdbghelp: Elf for wine and spec definitions.
2006-06-20  Eric Pouechdbghelp: dwarf: Tidy up leb128 reading.
2006-06-20  Eric Pouechdbghelp: Indent the code as the rest of dbghelp module.
2006-06-20  Eric Pouechdbghelp: Support multiple debug formats.
2006-06-20  Eric Pouechdbghelp: dwarf: Generate the current source file and...
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
2006-06-20  Eric Pouechdbghelp: dwarf: Started parsing the attributes for...
2006-06-20  Eric Pouechdbghelp: Pass .debug_loc section information to dwarf.
2006-06-20  Eric Pouechdbghelp: Dwarf & parse context.
2006-06-20  Eric Pouechdbghelp: Dwarf & udt members.
2006-06-20  Eric Pouechdbghelp: Dwarf & function blocks.
2006-06-20  Eric Pouechdbghelp: dwarf: Properly handle function formal parameters.
2006-06-20  Eric Pouechdbghelp: Storage of func locals & parameters.
2006-06-20  Eric Pouechdbghelp: Dwarf & global symbols.
2006-06-20  Eric Pouechdbghelp: dwarf: Added support for function labels.
2006-06-20  Eric Pouechdbghelp: Proper support for nested types definitions...
2006-06-20  Eric Pouechdbghelp: Dwarf - function scheme.
2006-06-20  Eric Pouechdbghelp: Dwarf & locations.
2006-06-20  Eric Pouechdbghelp: Dwarf compiland.
2006-06-20  Eric Pouechdbghelp: Dwarf & new scheme.
2006-06-20  Eric Pouechdbghelp: Dwarf & type references.
2006-06-20  Eric Pouechdbghelp: Dwarf merge parsing of UDT.
2006-06-20  Eric Pouechdbghelp: Dwarf & debug info entries.
2006-06-20  Eric Pouechdbghelp: Dwarf abbrev table is now a sparse array.
2006-06-20  Eric Pouechdbghelp: Added another basic type for storage: the...
2006-06-20  Eric Pouechdbghelp: Transform a few TRACEs into WARNs (especially...
2006-06-20  Eric Pouechdbghelp: Remove the unneeded level attribute while...
2006-06-20  Eric Pouechdbghelp: Moved all Dwarf standard definitions into...
2006-06-20  Eric Pouechdbghelp: Dwarf & typedefs.
2006-06-20  Eric Pouechdbghelp: Dwarf & module's symtype.
2006-06-20  Eric Pouechdbghelp: Dwarf2 & AT_byte_size.
2006-06-19  Jeremy Whitedbghelp: Fix a Solaris compilation error.
2006-06-19  Ge van Geldorpdbghelp: Fix compilation for x86_64.
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-06-09  Pierre d'Herbemontdbghelp: Implement fetch_thread_info on powerpc.
2006-06-07  Andrew Talbotdbghelp: Write-strings warning fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: SymFindFileInPath and PDB
2006-05-11  Eric Pouechdbghelp: Removed call to registered callback when unloa...
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: Stubbed SymGetSourceFileTokenW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymFromAddrW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetModuleInfoW and SymGetModule...
2006-05-11  Eric Pouechdbghelp: Implemented SymLoadModuleExW.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-05-11  Eric Pouechdbghelp: Updated spec file.
2006-05-08  Eric Pouechdbghelp: Stub for SymGetSourceFileToken.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-04-19  Alexandre Julliarddbghelp: Don't fail to initialize if we can't load...
2006-04-17  Paul Vriensdbghelp: Params of LPSTACKFRAME64 only has 4 elements.
2006-03-27  Eric Pouechdbghelp: Module should be case insensitive.
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.
2006-03-18  Eric Pouechdbghelp: Type parsing refactoring.
2006-03-18  Eric Pouechdbghelp: Fixes for NB11 types.
2006-03-18  Eric Pouechdbghelp: MSC handling of function signature's parameters.
2006-03-18  Eric Pouechdbghelp: Cleanup MSC bitfield handling.
2006-03-18  Eric Pouechdbghelp: Fieldlist.
2006-03-18  Eric Pouechdbghelp: MSC types.
2006-03-18  Eric Pouechdbghelp: Types parsing.
2006-03-18  Eric Pouechdbghelp: CV's ssearch.
2006-03-18  Eric Pouechdbghelp: Moved codeview structures and definitions...
2006-03-18  Eric Pouechdbghelp: Compiland and source files are not the same...
2006-03-18  Eric Pouechdbghelp: Live target detection.
2006-03-06  Eric Pouechdbghelp: Added type for array index.
2006-03-06  Eric Pouechdbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo...
2006-02-20  Eric Pouechdbghelp: Virtual modules.
2006-02-20  Eric Pouechdbghelp: Fix SymFindFileInPath to return files matching...
2006-02-17  Alexandre Julliarddbghelp: Use wine_dll_enum_load_path to search the...
2006-02-17  Alexandre JulliardFixed a couple of function prototypes.
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  Alexandre Julliardwinedbg: Use Win32 types instead of long long.
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: SymSetContext should return FALSE when setting...
next