wined3d: Only update the cursor position the first time we display it.
[wine] / dlls / dbghelp /
2011-05-02  Eric Pouechdbghelp: Enhance a couple of register mapping functions...
2011-05-02  Eric Pouechdbghelp: Don't try to load fieldlist for a forward...
2011-04-29  Peter Urbanecdbghelp: Prevent winedbg page faults when loading some...
2011-04-28  Marcus Meissnerdbghelp: Mark internal symbols as hidden.
2011-04-28  André Hentscheldbghelp: Implement rudimentary stack walk for ARM.
2011-04-27  André Hentscheldbghelp: Implement sparc_map_dwarf_register.
2011-04-19  Austin Englishdbghelp: Get rid of a couple unused variables.
2011-04-19  André Hentscheldbghelp: Set the right ARM frame pointer.
2011-04-18  André Hentscheldbghelp: Implement arm_fetch_context_reg.
2011-04-18  André Hentscheldbghelp: Implement arm_fetch_regname.
2011-04-18  André Hentscheldbghelp: Implement arm_map_dwarf_register.
2011-04-15  Eric Pouechdbghelp: Silence DW_TAG_GNU_call_site objects.
2011-04-15  Eric Pouechdbghelp: Added some missing defines to dwarf.h.
2011-04-14  André Hentscheldbghelp: Implement sparc_get_addr.
2011-04-12  Eric Pouechdbghelp: Extended CPU structure by adding a default...
2011-04-12  Eric Pouechdbghelp: Force void type in const declaration, when...
2011-04-12  Eric Pouechdbghelp: For codeview/bprel symbols force the register...
2011-04-01  Gerald Pfeiferdbghelp: Add a return statement for the default/assert...
2011-03-28  Eric Pouechdbghelp: In const types, force 'void' type when none...
2011-03-28  Eric Pouechdbghelp: Return proper null value when lookup_type...
2011-03-28  Eric Pouechdbghelp: Now that compilers (like clang) start to merge...
2011-03-28  Eric Pouechdbghelp: When parsing .debug_line section in dwarf...
2011-03-14  Eric Pouechdbghelp: Set also reloc_delta information in module...
2011-03-14  Eric Pouechdbghelp: In dwarf debug functions, use register name...
2011-03-14  Eric Pouechdbghelp: When managing DW_OP_deref_size, always ensure...
2011-03-14  Eric Pouechdbghelp: Fix unwinding on x86-64 (correct frame and...
2011-03-14  Eric Pouechdbghelp: For the internal functions on x86_64 stack...
2011-03-14  Eric Pouechdbghelp: In msc unwinding code (from FPO extended data...
2011-03-14  Eric Pouechdbghelp: In i386 stackwalk implementation, store the...
2011-03-14  Eric Pouechdbghelp: When doing a stack backtrace on i386 with...
2011-03-14  Eric Pouechdbghelp: In dwarf unwinder, fix the last valid IP value...
2011-03-14  Eric Pouechdbghelp: Fix StackWalk when dwarf or pdb unwinders...
2011-03-14  Eric Pouechdbghelp: In i386 stack unwinder, ensure we always retur...
2011-03-10  Joris Huizerdbghelp: dwarf2_get_cpp_name: fix off-by-one error.
2011-03-09  Eric Pouechdbghelp: Fix bug in managing COFF files array.
2011-03-09  Eric Pouechdbghelp: When building the by address lookup table...
2011-03-09  Eric Pouechdbghelp: Add helper to get global address out of symt...
2011-03-09  Eric Pouechdbghelp: Quirk for supporting anonymous UDT (class...
2011-03-09  Eric Pouechdbghelp: When parsing a subprogram in dwarf debug forma...
2011-03-09  Eric Pouechdbghelp: Add support for parsing methods (in C++ classe...
2011-03-09  Eric Pouechdbghelp: Store the compiland into the parse context.
2011-03-09  Eric Pouechdbghelp: In dwarf debug format, correctly manage the...
2011-03-09  Eric Pouechdbghelp: Add support for namespace support out of dwarf...
2011-03-09  Eric Pouechdbghelp: Add hierarchical information in die object.
2011-03-09  Eric Pouechdbghelp: More precisely manage the inline attribute.
2011-03-09  Eric Pouechdbghelp: When parsing dwarf debug info, silence ptr_to_...
2011-03-08  Eric Pouechdbghelp: When using a regular expression on a file...
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.
next