wininet: Store request object instead of handle in error dialog.
[wine] / dlls / dbghelp / dbghelp_private.h
2012-01-24  Eric Pouechdbghelp: Allow each CPU backend to save CPU specific...
2012-01-24  Eric Pouechdbghelp: Allow CPU backends to add specific information...
2012-01-23  Eric Pouechdbghelp: Do all module and symbol names matching using...
2012-01-23  Eric Pouechdbghelp: Always ensure that 64bit module functions...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-06-01  Andrew Nguyendbghelp: Implement SymEnumSourceFilesW.
2011-04-28  Marcus Meissnerdbghelp: Mark internal symbols as hidden.
2011-04-12  Eric Pouechdbghelp: Extended CPU structure by adding a default...
2011-03-09  Eric Pouechdbghelp: Add helper to get global address out of symt...
2011-01-31  Eric Pouechdbghelp: Added support for variables in thread storage.
2011-01-28  Alexandre Julliarddbghelp: Add a helper function to determine the name...
2011-01-13  Alexandre Julliarddbghelp: Support pointer types of various sizes.
2011-01-10  Eric Pouechdbghelp: Speed up source string creation (by using...
2011-01-10  Eric Pouechdbghelp: Added preliminary extended FPO information...
2011-01-10  Eric Pouechdbghelp: Use new file/debug format framework to allow...
2011-01-10  Eric Pouechdbghelp: Restructure internal PDB information.
2010-10-11  Eric Pouechdbghelp: Only map an ELF file once.
2010-10-11  Eric Pouechdbghelp: Some more 64bit base address fixes.
2010-10-11  Eric Pouechdbghelp: Allow loading PE module with 64bit addresses.
2010-08-26  Eric Pouechdbghelp: dwarf debug info: a few more fixes to dwarf...
2010-06-08  Eric Pouechdbghelp: Properly manage in dbghelp interfaces local...
2010-04-02  Eric Pouechdbghelp: Store delta used for re-locating a module.
2010-03-29  Eric Pouechdbghelp: Added preliminary CFA management.
2010-03-29  Eric Pouechdbghelp: Extend the CPU object in order to manipulate...
2010-03-25  Eric Pouechdbghelp: Created a CPU method to map dwarf register...
2010-03-25  Eric Pouechdbghelp: Enhanced x86_64 stack unwinding with PE's...
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: Let dwarf_parse decide on which sections it...
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: Make the ELF mapping code easier to use.
2010-03-16  Eric Pouechdbghelp: Added helper to free module's specific data...
2010-01-25  Eric Pouechdbghelp: Removed some unused fields for public symbol...
2009-12-23  Eric Pouechdbghelp: Add a couple of helpers to struct cpu to help...
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-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-14  Eric Pouechdbghelp: Enforce using 64bit integers for module's...
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-10  Alexandre Julliarddbghelp: Moved addr_to_linear() to stack.c.
2009-11-23  Eric Pouechdbghelp: Revisit array len description for debug format...
2009-07-15  Andrew Talbotdbghelp: Constify some variables.
2009-07-10  Alexandre Julliarddbghelp: Grow all arrays by doubling the size.
2009-06-26  Eric Pouechdbghelp: when (re)building the per module symbol table...
2009-06-15  Eric Pouechdbghelp: Improve speed of our hashtable implementation...
2009-03-25  Ken Thomasesdbghelp: Add support for debugging Mach-O modules.
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: Let stabs_parse call back for real (non-debug...
2009-03-10  Alexandre Julliarddbghelp: The main executable is now always named "wine".
2009-02-05  Andrew Talbotdbghelp: Remove unused function.
2009-02-04  Alexandre Julliarddbghelp: Fix pool allocation routines to be able to...
2009-01-03  Andrew Talbotdbghelp: Declare some functions static.
2008-10-20  Eric Pouechdbghelp: Report in module's info when a module's debug...
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader for .DBG files.
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader.
2008-04-25  Erik de Castro Lopodbghelp: Fix pointer cast.
2008-02-07  Eric Pouechdbghelp: Extended the internal enumeration information...
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2007-05-15  Markus Amslerdbghelp: Late init hash_table.
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-05-15  Markus Amslerdbghelp: Speed up vector_add by avoiding pool_realloc...
2007-04-20  Andrew Talbotdbghelp: Constify some variables.
2007-03-13  Eric Pouechdbghelp: Renamed pe_load_module (resp pe_load_module_fr...
2007-03-13  Eric Pouechdbghelp: Cleanups for module loading (lookups on module...
2007-03-05  Eric Pouechdbghelp: Implemented SymEnumTypesW.
2007-02-22  Eric Pouechdbghelp: Now moving the ELF loading code to Unicode.
2007-02-22  Eric Pouechdbghelp: Move elf_fetch_file_info to Unicode.
2007-02-22  Eric Pouechdbghelp: Make elf_enum_modules a Unicode function.
2007-02-22  Eric Pouechdbghelp: Get rid of temporary module_get_type_by_nameA.
2007-02-22  Eric Pouechdbghelp: Added module_get_type_by_name in Unicode form...
2007-02-22  Eric Pouechdbghelp: Moved ELF module loading interfaces to Unicode.
2007-02-22  Eric Pouechdbghelp: Move PE module loading to Unicode.
2007-02-22  Eric Pouechdbghelp: Now storing module information in Unicode...
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2007-02-22  Eric Pouechdbghelp: Added helper to define the module's name.
2006-12-06  Eric Pouechdbghelp: Added ability to internal store / reload a...
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-12-06  Eric Pouechdbghelp: In find_nearest, now return the symbol instead...
2006-11-27  Eric Pouechdbghelp: Function points location is now expressed...
2006-11-27  Eric Pouechdbghelp: Added infrastructure to compute variable locat...
2006-11-27  Eric Pouechdbghelp: Use the location info structure thoughout...
2006-11-27  Eric Pouechdbghelp: Added struct location to help computing a...
2006-11-27  Eric Pouechdbghelp: Pass .debug_loc section info from the ELF...
2006-11-27  Eric Pouechdbghelp: Store compiland's address in internal structures.
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-11-27  Eric Pouechdbghelp: Simplify code with function to get section...
2006-09-26  Eric Pouechdbghelp: Variables & registers.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-06-26  Eric Pouechdbghelp: Dwarf & thunks.
2006-06-20  Eric Pouechdbghelp: Added the ability to define a source file...
next