user: Use winproc callbacks for the remaining 16-bit messaging functions.
[wine] / dlls / dbghelp /
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: SymFindFileInPath and PDB
2006-05-11  Eric Pouechdbghelp: Removed call to registered callback when unloa...
2006-05-11  Eric Pouechdbghelp: Implemented SymSearchW.
2006-05-11  Eric Pouechdbghelp: Implemented SymEnumSymbolsW.
2006-05-11  Eric Pouechdbghelp: Improved SymSearch (now using tag, index and...
2006-05-11  Eric Pouechdbghelp: Factorize and simplify a bit symbol enumeratio...
2006-05-11  Eric Pouechdbghelp: Stubbed SymGetSourceFileTokenW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymFromAddrW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetModuleInfoW and SymGetModule...
2006-05-11  Eric Pouechdbghelp: Implemented SymLoadModuleExW.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-05-11  Eric Pouechdbghelp: Updated spec file.
2006-05-08  Eric Pouechdbghelp: Stub for SymGetSourceFileToken.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-04-19  Alexandre Julliarddbghelp: Don't fail to initialize if we can't load...
2006-04-17  Paul Vriensdbghelp: Params of LPSTACKFRAME64 only has 4 elements.
2006-03-27  Eric Pouechdbghelp: Module should be case insensitive.
2006-03-18  Eric Pouechdbghelp: MSC fixes.
2006-03-18  Eric Pouechdbghelp: Support for LF_VTSHAPE in MSC.
2006-03-18  Eric Pouechdbghelp: MSC forward declaration.
2006-03-18  Eric Pouechdbghelp: Type parsing refactoring.
2006-03-18  Eric Pouechdbghelp: Fixes for NB11 types.
2006-03-18  Eric Pouechdbghelp: MSC handling of function signature's parameters.
2006-03-18  Eric Pouechdbghelp: Cleanup MSC bitfield handling.
2006-03-18  Eric Pouechdbghelp: Fieldlist.
2006-03-18  Eric Pouechdbghelp: MSC types.
2006-03-18  Eric Pouechdbghelp: Types parsing.
2006-03-18  Eric Pouechdbghelp: CV's ssearch.
2006-03-18  Eric Pouechdbghelp: Moved codeview structures and definitions...
2006-03-18  Eric Pouechdbghelp: Compiland and source files are not the same...
2006-03-18  Eric Pouechdbghelp: Live target detection.
2006-03-06  Eric Pouechdbghelp: Added type for array index.
2006-03-06  Eric Pouechdbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo...
2006-02-20  Eric Pouechdbghelp: Virtual modules.
2006-02-20  Eric Pouechdbghelp: Fix SymFindFileInPath to return files matching...
2006-02-17  Alexandre Julliarddbghelp: Use wine_dll_enum_load_path to search the...
2006-02-17  Alexandre JulliardFixed a couple of function prototypes.
2006-02-14  Eric Pouechdbghelp: Always set the size to public symbols to 1...
2006-02-06  Eric Pouechwinedbg: Added support for function parameters passed...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Alexandre Julliardwinedbg: Use Win32 types instead of long long.
2006-01-23  Eric Pouechdbghelp: Return better values in module information.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: SymSetContext should return FALSE when setting...
2006-01-23  Eric Pouechdbghelp: Live targets.
2006-01-23  Eric Pouechdbghelp: Started implementation of the global callback...
2006-01-23  Eric Pouechdbghelp: Symbol info.
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2006-01-05  Eric Pouechdbghelp: Removed no longer needed 'stub' in TRACEs.
2005-12-26  Eric Pouechdbghelp: Internal search routines can now be case sensi...
2005-12-22  Eric Pouechdbghelp: Correct handling for all module names.
2005-12-20  Eric Pouechdbghelp: Added a few extensions to make windbg happy.
2005-12-19  Eric Pouechdbghelp: First stab at supporting calling convention...
2005-12-19  Eric Pouechdbghelp: Return proper size for local & parameters...
2005-12-19  Eric Pouechdbghelp: Implemented SymMatchString.
2005-12-19  Eric Pouechdbghelp: New stubs (needed for windbg startup).
2005-12-19  Eric Pouechdbghelp: Fixed loading .so modules from a living target.
2005-12-19  Eric Pouechdbghelp: Fixed missing parameters info in StackWalk64.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-06  Eric Pouechdbghelp: Final touch on StackWalk64 so that it works.
2005-12-05  Eric Pouechdbghelp: Implemented StackWalk64.
2005-12-05  Eric Pouechdbghelp,winedbg: SYMBOL_INFO fix.
2005-12-02  Francois GougetAdd IMAGEHLP_MODULEW64.
2005-11-29  Vitaliy MargolenStub StackWalk64.
2005-11-29  Eric PouechAdded support for 'loading' virtual modules.
2005-11-29  Eric PouechImplemented SymGet{Next|Prev}Line64.
2005-11-29  Eric PouechNow correctly checking calling down to 32 bit version.
2005-11-29  Eric PouechImplemented SymGetModuleInfo64.
2005-11-29  Eric PouechImplemented SymUnloadModule64.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-11-29  Eric PouechAdded stub for dbghelp.SymRegisterCallback64.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-28  Eric PouechAdded stubs for DbgHelp functions: SymRegisterFunctionE...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-18  Eric PouechNow returning correct symbol flags (as native does...
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-11-04  Vincent BéronFix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-10-03  Eric Pouech- N_PSYM stabs blocks (aka parameters) can also contain...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-29  Alexandre JulliardAdded a couple of missing stubs for the non-ELF case.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-29  Peter OberndorferAdded stub for SymSetParentWindow.
2005-07-07  Alexandre JulliardWe no longer have thunks in the data section.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-09  Mike McCormackFix warnings exposed by -Wmissing-declarations and...
2005-05-29  Paul VriensAdd SymLoadModule64.
2005-05-23  Eric Pouech- fixed ReadProcessMemoryProc prototype
2005-05-23  Raphael Junqueira- fixme when unexpected children found
2005-05-20  Raphael Junqueira- better traces
2005-05-19  Raphael Junqueira- basic parsing of subprogram, typedef, pointer, class...
next