2010-03-22 |
Eric Pouech | dbghelp: Properly bail out if get an error while readin... |
tree | commitdiff |
2010-03-22 |
Eric Pouech | dbghelp: Fix local/parameters enumeration on 64bit... |
tree | commitdiff |
2010-03-22 |
Eric Pouech | dbghelp: Removed the not-useful start_data field out... |
tree | commitdiff |
2010-03-22 |
Eric Pouech | dbghelp: Implemented SymFunctionTableAccess. |
tree | commitdiff |
2010-03-22 |
Eric Pouech | dbghelp: Added helper to image_file_map to map also... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Move the mach-o information into the modfmt... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Moved the ELF's module information into the... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Move the PE debug info to the newly define... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Create new infrastructure to hold specific... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Now that we can keep ELF sections around,... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Let dwarf_parse decide on which sections it... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Extend the image (ELF/PE) scheme to get the... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Keep the file map around for every PE module... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Create the notion of image (PE, ELF modules... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Extend the ELF image management to PE modules... |
tree | commitdiff |
2010-03-19 |
Eric Pouech | dbghelp: Make the ELF mapping code easier to use. |
tree | commitdiff |
2010-03-16 |
Eric Pouech | dbghelp: Store the file map in ELF's module specific... |
tree | commitdiff |
2010-03-16 |
Eric Pouech | dbghelp: Added helper to free module's specific data... |
tree | commitdiff |
2010-03-16 |
Eric Pouech | dbghelp: Added full support for DW_FORM_data8 attribute... |
tree | commitdiff |
2010-03-16 |
Alexandre Julliard | makefiles: Remove the no longer needed explicit separat... |
tree | commitdiff |
2010-02-16 |
Alexandre Julliard | dbghelp: Fix a pointer cast. |
tree | commitdiff |
2010-02-09 |
André Hentschel | dbghelp: Merge dwarf code from ntdll/signal_x86_64.c. |
tree | commitdiff |
2010-02-09 |
Alistair Leslie... | dbghelp: Add stubs for SymGetLineFromName, SymGetLineFr... |
tree | commitdiff |
2010-02-08 |
Alistair Leslie... | dbghelp: Add basic support for PVOID64. |
tree | commitdiff |
2010-02-04 |
Alexandre Julliard | dbghelp: Fix broken sw_read_mem() call in i386 stack... |
tree | commitdiff |
2010-02-04 |
Eric Pouech | dbghelp: Remove a couple of unnneeded include files. |
tree | commitdiff |
2010-01-28 |
Alexandre Julliard | dbghelp: Fix the Mac OS build. |
tree | commitdiff |
2010-01-27 |
Alexandre Julliard | dbghelp: Don't require a 16-bit stack for StackWalk. |
tree | commitdiff |
2010-01-25 |
Eric Pouech | dbghelp: For PE modules, when no debug info is present... |
tree | commitdiff |
2010-01-25 |
Eric Pouech | dbghelp: Removed some unused fields for public symbol... |
tree | commitdiff |
2010-01-06 |
André Hentschel | dbghelp: Fix typo in url. |
tree | commitdiff |
2009-12-31 |
André Hentschel | dbghelp: Fix a typo. |
tree | commitdiff |
2009-12-29 |
Eric Pouech | dbghelp: Silence a couple of FIXMEs for C++ code. |
tree | commitdiff |
2009-12-29 |
Marcus Meissner | dbghelp: Initialize ret (Coverity). |
tree | commitdiff |
2009-12-24 |
Eric Pouech | dbghelp: Add support for loading dwarf debug informatio... |
tree | commitdiff |
2009-12-23 |
Eric Pouech | dbghelp: Add a couple of helpers to struct cpu to help... |
tree | commitdiff |
2009-12-23 |
Eric Pouech | dbghelp: Hacked a StackWalk implementation for x86_64. |
tree | commitdiff |
2009-12-23 |
Eric Pouech | dbghelp: Create a cpu backend to store CPU dependent... |
tree | commitdiff |
2009-12-22 |
Eric Pouech | dbghelp: Generalize helper to get a string from an... |
tree | commitdiff |
2009-12-22 |
Eric Pouech | dbghelp: Rewrote stack_walk with 64 bit structures. |
tree | commitdiff |
2009-12-21 |
André Hentschel | dbghelp: Implement literal dwarf opcodes. |
tree | commitdiff |
2009-12-18 |
Eric van Beurden | dbghelp: Fix a minidump crash by using the correct... |
tree | commitdiff |
2009-12-16 |
Huw Davies | dbghelp: Fix compilation on OSX. |
tree | commitdiff |
2009-12-15 |
Marcus Meissner | dbghelp: Check for NULL return from process_find_by_han... |
tree | commitdiff |
2009-12-15 |
Eric Pouech | dbghelp: Move the core of some line related functions... |
tree | commitdiff |
2009-12-15 |
Eric Pouech | dbghelp: Fix symt_find_nearest so that it searches... |
tree | commitdiff |
2009-12-15 |
Eric Pouech | dbghelp: Rewrite the symt* <=> index wrappers to that... |
tree | commitdiff |
2009-12-15 |
Eric Pouech | dbghelp: Wrap the symt* <=> index transformations. |
tree | commitdiff |
2009-12-15 |
Eric Pouech | dbghelp: Fix module on which GetTypeFromName is done. |
tree | commitdiff |
2009-12-14 |
Eric Pouech | dbghelp: A couple of fixes for dwarf2 support on a... |
tree | commitdiff |
2009-12-14 |
Eric Pouech | dbghelp: Enforce using 64bit integers for module's... |
tree | commitdiff |
2009-12-14 |
Eric Pouech | dbghelp: Don't return error when validating a 64bit... |
tree | commitdiff |
2009-12-14 |
Eric Pouech | dbghelp: Add ELF support but for the current 32 vs... |
tree | commitdiff |
2009-12-14 |
Eric Pouech | dbghelp: Rewrote the SymRegisterCallback function so... |
tree | commitdiff |
2009-12-14 |
Eric Pouech | dbghelp: Fix a couple of casts on 64bit platforms. |
tree | commitdiff |
2009-12-14 |
Eric Pouech | dbghelp: Make the module enumeration process compatible... |
tree | commitdiff |
2009-12-10 |
Alexandre Julliard | dbghelp: Fix an invalid pointer cast. |
tree | commitdiff |
2009-12-10 |
Alexandre Julliard | dbghelp: Moved addr_to_linear() to stack.c. |
tree | commitdiff |
2009-12-10 |
Eric Pouech | dbghelp: For mingw32 (stabs debug info), parse the... |
tree | commitdiff |
2009-12-09 |
Marcus Meissner | dbghelp: Add a missing NULL check (Coverity). |
tree | commitdiff |
2009-12-01 |
Marcus Meissner | dbghelp: Check wImageName for NULL (Coverity). |
tree | commitdiff |
2009-11-29 |
Eric Pouech | dbghelp: In dwarf parsing, allow 64 bit wide values. |
tree | commitdiff |
2009-11-23 |
Eric Pouech | dbghelp: Correctly compute offsets in line number infor... |
tree | commitdiff |
2009-11-23 |
Eric Pouech | dbghelp: Revisit array len description for debug format... |
tree | commitdiff |
2009-11-17 |
Eric Pouech | dbghelp: Beef up SymRefreshModuleList. |
tree | commitdiff |
2009-11-16 |
Andrew Nguyen | dbghelp: Stub SymRefreshModuleList. |
tree | commitdiff |
2009-11-13 |
Eric Pouech | dbghelp: Fix the threads stream size. |
tree | commitdiff |
2009-11-03 |
Eric Pouech | winedump, dbghelp: In .pdb files (>= VC2005), handle... |
tree | commitdiff |
2009-10-28 |
Paul Bolle | dbghelp: elf_load_file: return if elf_map_file fails. |
tree | commitdiff |
2009-10-05 |
Eric Pouech | dbghelp: Enhance support for constant values in dwarf... |
tree | commitdiff |
2009-08-27 |
Louis Lenders | dbghelp: Add version resource. |
tree | commitdiff |
2009-08-19 |
Jesse Litton | dbghelp: Don't double memory allocation on every add. |
tree | commitdiff |
2009-08-17 |
Jacek Caban | dbghelp: Check for NULL adt before using it in stabs_pt... |
tree | commitdiff |
2009-08-17 |
Jacek Caban | dbghelp: Use symt_get_name directly in stabs_pts_read_a... |
tree | commitdiff |
2009-08-17 |
Jacek Caban | dbghelp: Fixed buffer overflow in stabs_parse. |
tree | commitdiff |
2009-08-14 |
Jacek Caban | dbghelp: Improved arena allocation in pool_alloc. |
tree | commitdiff |
2009-07-15 |
Andrew Talbot | dbghelp: Constify some variables. |
tree | commitdiff |
2009-07-14 |
Eric Pouech | dbghelp: Fixed regressions introduced by growing arrays... |
tree | commitdiff |
2009-07-14 |
Andrew Talbot | dbghelp: Constify some variables. |
tree | commitdiff |
2009-07-13 |
Andrew Talbot | dbghelp: Constify some variables. |
tree | commitdiff |
2009-07-10 |
Alexandre Julliard | dbghelp: Grow all arrays by doubling the size. |
tree | commitdiff |
2009-06-29 |
Eric Pouech | dbghelp: Added reference for MSVC 8. |
tree | commitdiff |
2009-06-29 |
Eric Pouech | dbghelp: When the CU is compiled with GCC, deal with... |
tree | commitdiff |
2009-06-26 |
Eric Pouech | dbghelp: Simplify the resort operation (module address... |
tree | commitdiff |
2009-06-26 |
Eric Pouech | dbghelp: when (re)building the per module symbol table... |
tree | commitdiff |
2009-06-26 |
Eric Pouech | dbghelp: Factorize symbol insertion into module by... |
tree | commitdiff |
2009-06-26 |
Eric Pouech | dbghelp: When loading ELF public information, handle... |
tree | commitdiff |
2009-06-25 |
Alexandre Julliard | dbghelp: Fix detection of special Wine segments. |
tree | commitdiff |
2009-06-15 |
Eric Pouech | dbghelp: Improve speed of our hashtable implementation... |
tree | commitdiff |
2009-05-29 |
Alexandre Julliard | dbghelp: Try to avoid crashing on unrecognized attributes. |
tree | commitdiff |
2009-05-21 |
Dmitry Timoshkov | dbghelp: All parameters of MiniDumpReadDumpStream(... |
tree | commitdiff |
2009-05-04 |
Ken Thomases | dbghelp: Don't check version of Mach-O dyld_all_image_i... |
tree | commitdiff |
2009-04-23 |
Alexandre Julliard | dbghelp: Add a few more 64-bit symbol functions. |
tree | commitdiff |
2009-04-07 |
Ken Thomases | dbghelp/stabs: For Mach-O, line offset is relative... |
tree | commitdiff |
2009-03-25 |
Ken Thomases | dbghelp: Include Mach-O modules in minidumps. |
tree | commitdiff |
2009-03-25 |
Ken Thomases | dbghelp/stabs: For Mach-O, line numbers use absolute... |
tree | commitdiff |
2009-03-25 |
Ken Thomases | dbghelp: Recognize .dylib files as Mach-O modules. |
tree | commitdiff |
2009-03-25 |
Ken Thomases | dbghelp: Add support for debugging Mach-O modules. |
tree | commitdiff |
2009-03-12 |
Ken Thomases | dbghelp: Increase file read buffer size for calc_crc32. |
tree | commitdiff |
2009-03-12 |
Ken Thomases | dbghelp: Extract calc_crc32 function into a separate... |
tree | commitdiff |
next |