winegstreamer: Set correct state when ending processing.
[wine] / dlls / dbghelp /
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,...
2010-03-19  Eric Pouechdbghelp: Let dwarf_parse decide on which sections it...
2010-03-19  Eric Pouechdbghelp: Extend the image (ELF/PE) scheme to get the...
2010-03-19  Eric Pouechdbghelp: Keep the file map around for every PE module...
2010-03-19  Eric Pouechdbghelp: Create the notion of image (PE, ELF modules...
2010-03-19  Eric Pouechdbghelp: Extend the ELF image management to PE modules...
2010-03-19  Eric Pouechdbghelp: Make the ELF mapping code easier to use.
2010-03-16  Eric Pouechdbghelp: Store the file map in ELF's module specific...
2010-03-16  Eric Pouechdbghelp: Added helper to free module's specific data...
2010-03-16  Eric Pouechdbghelp: Added full support for DW_FORM_data8 attribute...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-16  Alexandre Julliarddbghelp: Fix a pointer cast.
2010-02-09  André Hentscheldbghelp: Merge dwarf code from ntdll/signal_x86_64.c.
2010-02-09  Alistair Leslie... dbghelp: Add stubs for SymGetLineFromName, SymGetLineFr...
2010-02-08  Alistair Leslie... dbghelp: Add basic support for PVOID64.
2010-02-04  Alexandre Julliarddbghelp: Fix broken sw_read_mem() call in i386 stack...
2010-02-04  Eric Pouechdbghelp: Remove a couple of unnneeded include files.
2010-01-28  Alexandre Julliarddbghelp: Fix the Mac OS build.
2010-01-27  Alexandre Julliarddbghelp: Don't require a 16-bit stack for StackWalk.
2010-01-25  Eric Pouechdbghelp: For PE modules, when no debug info is present...
2010-01-25  Eric Pouechdbghelp: Removed some unused fields for public symbol...
2010-01-06  André Hentscheldbghelp: Fix typo in url.
2009-12-31  André Hentscheldbghelp: Fix a typo.
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...
next