atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dbghelp /
2011-03-04  Marcus Meissnerdbghelp: Local variable used out of scope (Coverity).
2011-02-23  Marcus Meissnerdbghelp: Fixed pasted size error (Coverity).
2011-01-31  Alexandre Julliarddbghelp: Fix an uninitialized return value.
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-28  Alexandre Julliarddbghelp: Use wine64 as loader name on 64-bit.
2011-01-28  Alexandre Julliarddbghelp: Add a helper function to determine the name...
2011-01-24  Alexandre Julliarddbghelp: Use Dwarf debug info even when part of it...
2011-01-19  Eric Pouechdbghelp, winedump: Added definition for S_FRAMEPROC_V2...
2011-01-19  Eric Pouechdbghelp: Use AT_range attribute (for function, block...
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: Speed up source string creation (by using...
2011-01-10  Eric Pouechdbghelp: Better support for OOM conditions when creatin...
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.
2011-01-03  Gerald Pfeiferdbghelp: Also return a value in an error case in elf_ma...
2010-12-29  Gerald Pfeiferdbghelp: Make ehdr_addr in elf_enum_modules_internal...
2010-12-28  Eric Pouechdbghelp: For targets on Linux, report the VDSO system...
2010-12-28  Eric Pouechdbghelp: Extend elf_map_file so that it can also handle...
2010-12-28  Eric Pouechdbghelp: Use pread instead of read in elf_map_file.
2010-12-28  Eric Pouechdbghelp: Split elf_load_file into two functions (one...
2010-12-28  Eric Pouechdbghelp: Factorize a bit the ELF enumeration callbacks.
2010-12-27  Eric Pouechdbghelp: Fix ELF file computation on 64bit systems.
2010-10-15  André Hentscheldbghelp: Implement arm_get_addr.
2010-10-11  Eric Pouechdbghelp: Proper support and definition for S_REGREL_V3.
2010-10-11  Eric Pouechdbghelp: Ensure the stab_nlist structure is usable...
2010-10-11  Eric Pouechdbghelp: Fix some relocation errors for debug formats...
2010-10-11  Eric Pouechdbghelp: Compute ELF load address using the link_map...
2010-10-11  Eric Pouechdbghelp: When enumerating loaded modules from r_debug...
2010-10-11  Eric Pouechdbghelp: Only map an ELF file once.
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-10-11  Eric Pouechdbghelp: Some more 64bit base address fixes.
2010-10-11  Eric Pouechdbghelp: Allow loading PE module with 64bit addresses.
2010-10-08  Austin Englishdbghelp: Fix compile on Hurd.
2010-09-21  Paul Vriensdbghelp: Fix use of GetProcessHeap.
2010-09-20  André Hentscheldbghelp: Add ARM support.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-13  Eric Pouechdbghelp: Fix regression with prevented StackWalk on...
2010-08-31  Alexandre Julliarddbghelp: Use int64 in the spec file for 64-bit integers.
2010-08-30  Andrew Talbotdbghelp: Constify some variables.
2010-08-30  Andrew Talbotdbghelp: Remove unused functions.
2010-08-30  Eric Pouechdbghelp: Use virtual size (not raw/file size) when...
2010-08-26  Eric Pouechdbghelp: dwarf debug info: a few more fixes to dwarf...
2010-08-23  Austin Englishdbghelp: Add initial Sparc CPU support.
2010-08-16  Jacek Cabandbghelp: Silence template related dwarf FIXMEs.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-05  Eric Pouechdbghelp: Added support for CFA save/restore operation.
2010-06-28  Eric Pouechdbghelp: Parse correctly DW_LNE_set_discriminator.
2010-06-28  Eric Pouechdbghelp: When unwinding i386 stacks, update CONTEXT...
2010-06-28  Eric Pouechdbghelp: Correctly handle the RULE_EXPRESSION when...
2010-06-28  Eric Pouechdbghelp: Set the correct word size when unwinding stack...
2010-06-28  Eric Pouechdbghelp: Ensure we can try to load COFF symbols if...
2010-06-28  Eric Pouechdbghelp: Test validity of COFF symbol table against...
2010-06-28  Eric Pouechdbghelp: Fix the localization of section table while...
2010-06-28  Paul Chitescudbghelp: Provide a non-NULL number of bytes read to...
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-08  Eric Pouechdbghelp: Properly manage in dbghelp interfaces local...
2010-06-08  Eric Pouechdbghelp: Ensure that local variables and parameter...
2010-06-08  Eric Pouechdbghelp: In dwarf parser, properly handle array without...
2010-06-07  Marcus Meissnerdbghelp: Add 2 new darf defines and implement DW_OP_sta...
2010-05-28  André Hentscheldbghelp: Use the available PowerPC functions.
2010-05-26  Gerald Pfeiferdbghelp: Remove variable basic_block which is not reall...
2010-05-10  Eric Pouechdbghelp: Protect PE's COFF table reading against bogus...
2010-04-08  Eric Pouechdbghelp: When trying to enumerate locals & parameters...
2010-04-07  Eric Pouechdbghelp: Added support for DW_CFA_GNU_args_size.
2010-04-02  Eric Pouechdbghelp: When handling a P augmentation in FDE/DIE...
2010-04-02  Eric Pouechdbghelp: Extend dwarf stack unwinding by reading inform...
2010-04-02  Eric Pouechdbghelp: Store delta used for re-locating a module.
2010-04-02  Eric Pouechdbghelp: Implement the new register methods for x86.
2010-03-29  Mikhail Maroukhinedbghelp: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Eric Pouechdbghelp: When unwinding the stack, stop if the current...
2010-03-29  Eric Pouechdbghelp: Rewrite SymGetModuleBase so that it relies...
2010-03-29  Eric Pouechdbghelp: In dwarf parsing, correctly handle the DW_OP_r...
2010-03-29  Eric Pouechdbghelp: In dwarf attribute parsing, ensure that we...
2010-03-29  Eric Pouechdbghelp: Added preliminary CFA management.
2010-03-29  Eric Pouechdbghelp: Added CFA information to dbghelp's dwarf.h.
2010-03-29  Eric Pouechdbghelp: Extend the CPU object in order to manipulate...
2010-03-29  Eric Pouechdbghelp: Keep the .debug_frame section mapped when...
2010-03-25  Eric Pouechdbghelp: Created a CPU method to map dwarf register...
2010-03-25  Eric Pouechdbghelp: In dwarf parsing, correctly get the size of...
2010-03-25  Eric Pouechdbghelp: Don't try to hardwire the dwarf's "word size...
2010-03-25  Eric Pouechdbghelp: Fixed a couple of portability issues to 64bit...
2010-03-25  Eric Pouechdbghelp: Enhanced x86_64 stack unwinding with PE's...
2010-03-22  Eric Pouechdbghelp: Properly bail out if get an error while readin...
2010-03-22  Eric Pouechdbghelp: Fix local/parameters enumeration on 64bit...
2010-03-22  Eric Pouechdbghelp: Removed the not-useful start_data field out...
2010-03-22  Eric Pouechdbghelp: Implemented SymFunctionTableAccess.
2010-03-22  Eric Pouechdbghelp: Added helper to image_file_map to map also...
2010-03-19  Eric Pouechdbghelp: Move the mach-o information into the modfmt...
2010-03-19  Eric Pouechdbghelp: Moved the ELF's module information into the...
2010-03-19  Eric Pouechdbghelp: Move the PE debug info to the newly define...
2010-03-19  Eric Pouechdbghelp: Create new infrastructure to hold specific...
2010-03-19  Eric Pouechdbghelp: Now that we can keep ELF sections around,...
next