dsound: DPRINTF -> TRACE.
[wine] / dlls / dbghelp /
2006-11-27  Eric Pouechdbghelp: Add support for deref operation in location...
2006-11-27  Eric Pouechdbghelp: Add ability to add a SymTagCustom element...
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: Added struct location to help computing a...
2006-11-27  Eric Pouechdbghelp: Pass .debug_loc section info from the ELF...
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-11-27  Eric Pouechdbghelp: Simplify code with function to get section...
2006-11-09  Peter Oberndorferdbghelp: Do not write to array element -1.
2006-11-08  Peter Oberndorferdbghelp: Initialize BOOL elements with FALSE instead...
2006-11-08  Peter Oberndorferdbghelp: Make dwarf2 parser only report file numbers...
2006-11-08  Peter Oberndorferdbghelp: Make dwarf2_parse_line_numbers handle missing...
2006-11-06  Peter Oberndorferdbghelp: Make dwarf2 parser handle file paths relative...
2006-11-06  Eric Pouechdbghelp: Fixed memory leak in source string handling.
2006-10-30  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-30  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-26  David Andersondbghelp: Avoid printing too many "What the heck" messag...
2006-10-19  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-10-06  James Hawkinsdbghelp: Remove redundant NULL checks before pdb_free...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Eric Pouechdbghelp: Added support for a couple of compiland's...
2006-09-26  Eric Pouechdbghelp: Fix location computation when attribute has...
2006-09-26  Eric Pouechdbghelp: Change the definition of an attribute so that...
2006-09-26  Eric Pouechdbghelp: Move the attribute union (now nameless) into...
2006-09-26  Eric Pouechdbghelp: Added support for DW_OP_breg* operations in...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
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...
next