msxml3: Fix for empty node lists.
[wine] / dlls / dbghelp /
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...
2005-05-18  Alexandre JulliardFixed a couple of warnings.
2005-05-18  Raphael Junqueira- add some Dwarf2 enums
2005-05-18  Raphael JunqueiraFix open_pdb_file (used for locate/open pdbs):
2005-05-17  Raphael JunqueiraBeginning of dbghelp dwarf2 support:
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardAvoid referencing stackframe.h from outside kernel32.
2005-05-16  Hans LeidekkerSilence some unknown stab type messages.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-05  Emmanuel MaillardFix compile on non-ELF host.
2005-04-18  Peter Berg LarsenEliminate strncpy and correct some NameLen bugs.
2005-04-18  Peter Berg LarsenElimination of lstrcpyn, and corrected a potential...
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-29  Eric Pouech- PDB: better checking for error conditions
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-15  Filip NavaraInitialize the "toc" field in the pdb_lookup structure...
2005-03-07  Eric PouechWhen initializing a live target, ask to load module...
2005-03-07  Eric PouechAdded support for minidump (read & write).
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2005-02-09  Mike HearnChange an ERR to a WARN.
2005-01-31  Alexandre JulliardSilence a noisy FIXME.
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2005-01-31  Eric PouechVarious fixes for C++ class parsing (nesting, templates...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-06  James HawkinsRemove c++-style comment.
2004-11-22  Eric PouechFixed regressions introduced when moving addresses...
2004-11-21  Eric Pouech- moved into new mscvpdb.h (out of msc.c) all types...
2004-11-19  Eric Pouech- implement SymUnDName and UndecorateSymbolName on...
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-21  Francois GougetFix the declaration of SymEnumSymbols() in dbghelp...
next