mciqtz: Improve MCIQTZ_mciSet traces.
[wine] / dlls / dbghelp /
2009-12-29  Eric Pouechdbghelp: Silence a couple of FIXMEs for C++ code.
2009-12-29  Marcus Meissnerdbghelp: Initialize ret (Coverity).
2009-12-24  Eric Pouechdbghelp: Add support for loading dwarf debug informatio...
2009-12-23  Eric Pouechdbghelp: Add a couple of helpers to struct cpu to help...
2009-12-23  Eric Pouechdbghelp: Hacked a StackWalk implementation for x86_64.
2009-12-23  Eric Pouechdbghelp: Create a cpu backend to store CPU dependent...
2009-12-22  Eric Pouechdbghelp: Generalize helper to get a string from an...
2009-12-22  Eric Pouechdbghelp: Rewrote stack_walk with 64 bit structures.
2009-12-21  AndrĂ© Hentscheldbghelp: Implement literal dwarf opcodes.
2009-12-18  Eric van Beurdendbghelp: Fix a minidump crash by using the correct...
2009-12-16  Huw Daviesdbghelp: Fix compilation on OSX.
2009-12-15  Marcus Meissnerdbghelp: Check for NULL return from process_find_by_han...
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-15  Eric Pouechdbghelp: Fix module on which GetTypeFromName is done.
2009-12-14  Eric Pouechdbghelp: A couple of fixes for dwarf2 support on a...
2009-12-14  Eric Pouechdbghelp: Enforce using 64bit integers for module's...
2009-12-14  Eric Pouechdbghelp: Don't return error when validating a 64bit...
2009-12-14  Eric Pouechdbghelp: Add ELF support but for the current 32 vs...
2009-12-14  Eric Pouechdbghelp: Rewrote the SymRegisterCallback function so...
2009-12-14  Eric Pouechdbghelp: Fix a couple of casts on 64bit platforms.
2009-12-14  Eric Pouechdbghelp: Make the module enumeration process compatible...
2009-12-10  Alexandre Julliarddbghelp: Fix an invalid pointer cast.
2009-12-10  Alexandre Julliarddbghelp: Moved addr_to_linear() to stack.c.
2009-12-10  Eric Pouechdbghelp: For mingw32 (stabs debug info), parse the...
2009-12-09  Marcus Meissnerdbghelp: Add a missing NULL check (Coverity).
2009-12-01  Marcus Meissnerdbghelp: Check wImageName for NULL (Coverity).
2009-11-29  Eric Pouechdbghelp: In dwarf parsing, allow 64 bit wide values.
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-17  Eric Pouechdbghelp: Beef up SymRefreshModuleList.
2009-11-16  Andrew Nguyendbghelp: Stub SymRefreshModuleList.
2009-11-13  Eric Pouechdbghelp: Fix the threads stream size.
2009-11-03  Eric Pouechwinedump, dbghelp: In .pdb files (>= VC2005), handle...
2009-10-28  Paul Bolledbghelp: elf_load_file: return if elf_map_file fails.
2009-10-05  Eric Pouechdbghelp: Enhance support for constant values in dwarf...
2009-08-27  Louis Lendersdbghelp: Add version resource.
2009-08-19  Jesse Littondbghelp: Don't double memory allocation on every add.
2009-08-17  Jacek Cabandbghelp: Check for NULL adt before using it in stabs_pt...
2009-08-17  Jacek Cabandbghelp: Use symt_get_name directly in stabs_pts_read_a...
2009-08-17  Jacek Cabandbghelp: Fixed buffer overflow in stabs_parse.
2009-08-14  Jacek Cabandbghelp: Improved arena allocation in pool_alloc.
2009-07-15  Andrew Talbotdbghelp: Constify some variables.
2009-07-14  Eric Pouechdbghelp: Fixed regressions introduced by growing arrays...
2009-07-14  Andrew Talbotdbghelp: Constify some variables.
2009-07-13  Andrew Talbotdbghelp: Constify some variables.
2009-07-10  Alexandre Julliarddbghelp: Grow all arrays by doubling the size.
2009-06-29  Eric Pouechdbghelp: Added reference for MSVC 8.
2009-06-29  Eric Pouechdbghelp: When the CU is compiled with GCC, deal with...
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-06-26  Eric Pouechdbghelp: When loading ELF public information, handle...
2009-06-25  Alexandre Julliarddbghelp: Fix detection of special Wine segments.
2009-06-15  Eric Pouechdbghelp: Improve speed of our hashtable implementation...
2009-05-29  Alexandre Julliarddbghelp: Try to avoid crashing on unrecognized attributes.
2009-05-21  Dmitry Timoshkovdbghelp: All parameters of MiniDumpReadDumpStream(...
2009-05-04  Ken Thomasesdbghelp: Don't check version of Mach-O dyld_all_image_i...
2009-04-23  Alexandre Julliarddbghelp: Add a few more 64-bit symbol functions.
2009-04-07  Ken Thomasesdbghelp/stabs: For Mach-O, line offset is relative...
2009-03-25  Ken Thomasesdbghelp: Include Mach-O modules in minidumps.
2009-03-25  Ken Thomasesdbghelp/stabs: For Mach-O, line numbers use absolute...
2009-03-25  Ken Thomasesdbghelp: Recognize .dylib files as Mach-O modules.
2009-03-25  Ken Thomasesdbghelp: Add support for debugging Mach-O modules.
2009-03-12  Ken Thomasesdbghelp: Increase file read buffer size for calc_crc32.
2009-03-12  Ken Thomasesdbghelp: Extract calc_crc32 function into a separate...
2009-03-12  Ken Thomasesdbghelp: Rename some things to be less ELF-centric.
2009-03-12  Ken Thomasesdbghelp/stabs: Track line numbers pending for an upcomi...
2009-03-12  Ken Thomasesdbghelp/stabs: Allow pending list to include line numbe...
2009-03-12  Ken Thomasesdbghelp/stabs: Extract growing of pending_block's buffe...
2009-03-12  Ken Thomasesdbghelp: Teach stabs_parse about other kinds of Mach...
2009-03-12  Ken Thomasesdbghelp: Let stabs_parse call back for real (non-debug...
2009-03-12  Ken Thomasesdbghelp/stabs: Decode the Stabs type more carefully.
2009-03-12  Ken Thomasesdbghelp/stabs: Ignore the N_OSO type used on Darwin.
2009-03-12  Ken Thomasesdbghelp/stabs: Translate additional register codes.
2009-03-10  Alexandre Julliarddbghelp: The main executable is now always named "wine".
2009-03-09  Alexandre Julliarddbghelp: Define _IMAGEHLP_SOURCE_.
2009-02-23  Austin Englishdbghelp: Change pointer cast to DWORD_PTR.
2009-02-12  Alexandre Julliarddbghelp: Avoid size_t in a trace.
2009-02-11  Eric Pouechdbghelp: Fix bad call to free() instead of pdb_free().
2009-02-09  Alexandre Julliarddbghelp: Fix handling of empty file regexp (Coverity).
2009-02-05  Andrew Talbotdbghelp: Remove unused function.
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-02-04  Alexandre Julliarddbghelp: Fix pool allocation routines to be able to...
2009-02-02  Marcus Meissnerdbghelp: Check for wImageName being NULL (Coverity).
2009-01-19  Michael Stefaniucdbghelp: Remove superfluous pointer casts.
2009-01-03  Andrew Talbotdbghelp: Declare some functions static.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2008-12-04  Alexandre Julliarddbghelp: Make a function static.
2008-11-24  Francois GougetAssorted spelling fixes.
2008-11-24  Kai Blindbghelp: Upgrade FIXME to ERR.
2008-11-18  Ricardo Filipedbghelp: Fixed dead store (llvm/clang).
2008-11-11  Eric Pouechdbghelp: Properly add CPU info to minidump.
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-18  Alexandre JulliardConvert remaining source files to utf-8.
next