wined3d: Get rid of the WINED3DTEXTUREADDRESS typedef.
[wine] / dlls / dbghelp /
2012-01-10  André Hentscheldbghelp: No need for WINE_ prefixed ERR.
2012-01-09  Daniel Lehmandbghelp: Use CDECL calling convention for __unDName...
2012-01-03  Eric Pouechdbghelp: Correctly return flags in SYMBOL_INFO structur...
2011-11-02  André Hentscheldbghelp: Use ARMv7 for debugging.
2011-11-01  André Hentscheldbghelp: Implement SymMatchStringW.
2011-11-01  André Hentscheldbghelp: Rename SymMatchString and forward it to SymMat...
2011-10-17  André Hentscheldbghelp: Rewrite stabs parsing to not need PATH_MAX.
2011-10-11  André Hentscheldbghelp: Remove superfluous PATH_MAX defines.
2011-09-30  Andrew Talbotdbghelp: Mark a fall-through in a switch statement.
2011-09-06  André Hentscheldbghelp: Add some new dwarf enumerations.
2011-08-23  Andrew Talbotdbghelp: Constify some variables.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  André Hentscheldbghelp: One line only for the copyright.
2011-07-18  Austin Englishdbghelp: Add stubs for SymEnumSourceLines/SymEnumSource...
2011-07-11  André Hentscheldbghelp: Remove dead code (clang).
2011-07-05  Frédéric Delanoydbghelp: Remove dead code (Clang).
2011-06-29  André Hentscheldbghelp: Only declare deltapc for i386.
2011-06-01  Andrew Nguyendbghelp: Implement SymEnumSourceFilesW.
2011-05-30  Alistair Leslie... dbghelp: Add stubs SymFromIndex, SymFromIndexW.
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...
next