2006-02-06 |
Eric Pouech | winedbg: Added support for function parameters passed... |
tree | commitdiff |
2006-01-24 |
Dmitry Timoshkov | Make more arrays const. |
tree | commitdiff |
2006-01-23 |
Alexandre Julliard | winedbg: Use Win32 types instead of long long. |
tree | commitdiff |
2006-01-23 |
Eric Pouech | dbghelp: Return better values in module information. |
tree | commitdiff |
2006-01-23 |
Eric Pouech | dbghelp: Brought dbghelp.h a bit closer to PSDK definit... |
tree | commitdiff |
2006-01-23 |
Eric Pouech | dbghelp: SymSetContext should return FALSE when setting... |
tree | commitdiff |
2006-01-23 |
Eric Pouech | dbghelp: Live targets. |
tree | commitdiff |
2006-01-23 |
Eric Pouech | dbghelp: Started implementation of the global callback... |
tree | commitdiff |
2006-01-23 |
Eric Pouech | dbghelp: Symbol info. |
tree | commitdiff |
2006-01-05 |
Eric Pouech | dbghelp: StackWalk (32 and 64 bit version). |
tree | commitdiff |
2006-01-05 |
Eric Pouech | dbghelp: Removed no longer needed 'stub' in TRACEs. |
tree | commitdiff |
2005-12-26 |
Eric Pouech | dbghelp: Internal search routines can now be case sensi... |
tree | commitdiff |
2005-12-22 |
Eric Pouech | dbghelp: Correct handling for all module names. |
tree | commitdiff |
2005-12-20 |
Eric Pouech | dbghelp: Added a few extensions to make windbg happy. |
tree | commitdiff |
2005-12-19 |
Eric Pouech | dbghelp: First stab at supporting calling convention... |
tree | commitdiff |
2005-12-19 |
Eric Pouech | dbghelp: Return proper size for local & parameters... |
tree | commitdiff |
2005-12-19 |
Eric Pouech | dbghelp: Implemented SymMatchString. |
tree | commitdiff |
2005-12-19 |
Eric Pouech | dbghelp: New stubs (needed for windbg startup). |
tree | commitdiff |
2005-12-19 |
Eric Pouech | dbghelp: Fixed loading .so modules from a living target. |
tree | commitdiff |
2005-12-19 |
Eric Pouech | dbghelp: Fixed missing parameters info in StackWalk64. |
tree | commitdiff |
2005-12-16 |
Alexandre Julliard | Take advantage of the __EXCEPT_PAGE_FAULT macro. |
tree | commitdiff |
2005-12-06 |
Eric Pouech | dbghelp: Final touch on StackWalk64 so that it works. |
tree | commitdiff |
2005-12-05 |
Eric Pouech | dbghelp: Implemented StackWalk64. |
tree | commitdiff |
2005-12-05 |
Eric Pouech | dbghelp,winedbg: SYMBOL_INFO fix. |
tree | commitdiff |
2005-12-02 |
Francois Gouget | Add IMAGEHLP_MODULEW64. |
tree | commitdiff |
2005-11-29 |
Vitaliy Margolen | Stub StackWalk64. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Added support for 'loading' virtual modules. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Implemented SymGet{Next|Prev}Line64. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Now correctly checking calling down to 32 bit version. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Implemented SymGetModuleInfo64. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Implemented SymUnloadModule64. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Implemented SymLoadModuleEx. |
tree | commitdiff |
2005-11-29 |
Eric Pouech | Added stub for dbghelp.SymRegisterCallback64. |
tree | commitdiff |
2005-11-28 |
Ge van Geldorp | Match PSDK STATUS_* definitions. |
tree | commitdiff |
2005-11-28 |
Eric Pouech | Added stubs for DbgHelp functions: SymRegisterFunctionE... |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-18 |
Eric Pouech | Now returning correct symbol flags (as native does... |
tree | commitdiff |
2005-11-17 |
Eric Pouech | Dbghelp describes the types of function arguments with... |
tree | commitdiff |
2005-11-17 |
Eric Pouech | SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit... |
tree | commitdiff |
2005-11-04 |
Vincent Béron | Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of |
tree | commitdiff |
2005-11-03 |
Eric Pouech | Implemented SymEnumLines. |
tree | commitdiff |
2005-10-03 |
Eric Pouech | - N_PSYM stabs blocks (aka parameters) can also contain... |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-12 |
Marcus Meissner | The last argument to MultiByteToWideChar is wide charac... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed a number of pointer to integer conversions that... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Specify 64-bit integers as double instead of long long... |
tree | commitdiff |
2005-09-02 |
Mike McCormack | Fix gcc 4.0 warnings. |
tree | commitdiff |
2005-08-29 |
Alexandre Julliard | Added a couple of missing stubs for the non-ELF case. |
tree | commitdiff |
2005-08-03 |
Alexandre Julliard | Removed the broken mmap64 configure check, and moved the |
tree | commitdiff |
2005-07-29 |
Peter Oberndorfer | Added stub for SymSetParentWindow. |
tree | commitdiff |
2005-07-07 |
Alexandre Julliard | We no longer have thunks in the data section. |
tree | commitdiff |
2005-06-27 |
Eric Pouech | Const correctness fixes. |
tree | commitdiff |
2005-06-23 |
Alexandre Julliard | Sort entry points in the same order as Windows. |
tree | commitdiff |
2005-06-09 |
Mike McCormack | Fix warnings exposed by -Wmissing-declarations and... |
tree | commitdiff |
2005-05-29 |
Paul Vriens | Add SymLoadModule64. |
tree | commitdiff |
2005-05-23 |
Eric Pouech | - fixed ReadProcessMemoryProc prototype |
tree | commitdiff |
2005-05-23 |
Raphael Junqueira | - fixme when unexpected children found |
tree | commitdiff |
2005-05-20 |
Raphael Junqueira | - better traces |
tree | commitdiff |
2005-05-19 |
Raphael Junqueira | - basic parsing of subprogram, typedef, pointer, class... |
tree | commitdiff |
2005-05-18 |
Alexandre Julliard | Fixed a couple of warnings. |
tree | commitdiff |
2005-05-18 |
Raphael Junqueira | - add some Dwarf2 enums |
tree | commitdiff |
2005-05-18 |
Raphael Junqueira | Fix open_pdb_file (used for locate/open pdbs): |
tree | commitdiff |
2005-05-17 |
Raphael Junqueira | Beginning of dbghelp dwarf2 support: |
tree | commitdiff |
2005-05-16 |
Alexandre Julliard | Removed the special casing of kernel32 and ntdll for... |
tree | commitdiff |
2005-05-16 |
Alexandre Julliard | Avoid referencing stackframe.h from outside kernel32. |
tree | commitdiff |
2005-05-16 |
Hans Leidekker | Silence some unknown stab type messages. |
tree | commitdiff |
2005-05-14 |
Alexandre Julliard | Store the 16-bit stack pointer in the WOW32Reserved... |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-06 |
Francois Gouget | Fix nativeapi.pm so it knows about AC_HEADER_STAT(). |
tree | commitdiff |
2005-05-05 |
Emmanuel Maillard | Fix compile on non-ELF host. |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Eliminate strncpy and correct some NameLen bugs. |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Elimination of lstrcpyn, and corrected a potential... |
tree | commitdiff |
2005-03-29 |
Eric Pouech | - Various improvements for minidump module information |
tree | commitdiff |
2005-03-29 |
Eric Pouech | - PDB: better checking for error conditions |
tree | commitdiff |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-15 |
Filip Navara | Initialize the "toc" field in the pdb_lookup structure... |
tree | commitdiff |
2005-03-07 |
Eric Pouech | When initializing a live target, ask to load module... |
tree | commitdiff |
2005-03-07 |
Eric Pouech | Added support for minidump (read & write). |
tree | commitdiff |
2005-03-01 |
Eric Pouech | Memory consumption optimization while loading ELF debug... |
tree | commitdiff |
2005-02-09 |
Mike Hearn | Change an ERR to a WARN. |
tree | commitdiff |
2005-01-31 |
Alexandre Julliard | Silence a noisy FIXME. |
tree | commitdiff |
2005-01-31 |
Eric Pouech | Cleanup of dbghelp.h (and a couple of definition fixes... |
tree | commitdiff |
2005-01-31 |
Eric Pouech | Various fixes for C++ class parsing (nesting, templates... |
tree | commitdiff |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-06 |
James Hawkins | Remove c++-style comment. |
tree | commitdiff |
2004-11-22 |
Eric Pouech | Fixed regressions introduced when moving addresses... |
tree | commitdiff |
2004-11-21 |
Eric Pouech | - moved into new mscvpdb.h (out of msc.c) all types... |
tree | commitdiff |
2004-11-19 |
Eric Pouech | - implement SymUnDName and UndecorateSymbolName on... |
tree | commitdiff |
2004-11-08 |
Eric Pouech | - fixed loading stabs from PE modules compiled with... |
tree | commitdiff |
2004-10-21 |
Francois Gouget | Fix the declaration of SymEnumSymbols() in dbghelp... |
tree | commitdiff |
2004-10-18 |
Vincent Béron | Fix some types problems. |
tree | commitdiff |
2004-10-11 |
Robert Shearman | Fix function and structure field types so we are compat... |
tree | commitdiff |
2004-10-11 |
Robert Shearman | - Move header parsing to callers of pe_load_debug_direc... |
tree | commitdiff |
2004-10-07 |
Jon Griffiths | Vectors need all 32 bits to handle _really_ large apps. |
tree | commitdiff |
2004-10-05 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
next |