Stub implementations for functions handling paged search results.
[wine] / dlls / dbghelp /
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...
2004-10-18  Vincent BéronFix some types problems.
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-07  Jon GriffithsVectors need all 32 bits to handle _really_ large apps.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-05  Wolfgang SchwotzerMakeSureDirectoryPathExists: Recursively create path...
2004-10-04  Robert ShearmanAdd support for .gnu_debuglink.
2004-10-04  Robert Shearman- Check for string pointer being outside of the string...
2004-10-04  Robert ShearmanFix the loading .dbg files by no longer using RtlImageN...
2004-10-04  Robert ShearmanRewrite a section of code so that it doesn't use exit...
2004-10-04  Robert ShearmanPrint out a slightly more informative message if an...
2004-09-27  Eric Pouech- now storing vector of types on a per module basis...
2004-09-23  Robert ShearmanFix debugger for flat PC and non-flat frame.
2004-09-10  Robert ShearmanImplement ImageDirectoryEntryToData by forwarding it...
2004-09-06  Robert ShearmanBetter fix for includes with relative paths.
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-08-23  Robert ShearmanStore the current source directory and use it when...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-09  Dmitry Timoshkovmodule->addr_sorttab may be NULL due to a hack in
2004-07-14  Jon GriffithsPrevent the debug buffer from overflowing on long stabs.
2004-07-14  Alexandre JulliardFixed handling of includes stack.
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
2004-05-24  Dmitry TimoshkovFix elf_read_wine_loader_dbg_info() for the !__ELF__...
2004-05-24  Eric Pouech- some more fixes to elf module's symbol table handling...
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-30  Eric Pouech- fixed some bugs in StackWalk (claimed for but forgott...
2004-04-20  Francois GougetAssorted spelling fixes.
2004-04-19  Eric Pouech- implemented support for function debug start/stop...
next