2010-07-21 |
Alexandre Julliard | dlls: Remove explicit imports of kernel32 and ntdll. |
tree | commitdiff |
2010-07-05 |
Eric Pouech | dbghelp: Added support for CFA save/restore operation. |
tree | commitdiff |
2010-06-28 |
Eric Pouech | dbghelp: Parse correctly DW_LNE_set_discriminator. |
tree | commitdiff |
2010-06-28 |
Eric Pouech | dbghelp: When unwinding i386 stacks, update CONTEXT... |
tree | commitdiff |
2010-06-28 |
Eric Pouech | dbghelp: Correctly handle the RULE_EXPRESSION when... |
tree | commitdiff |
2010-06-28 |
Eric Pouech | dbghelp: Set the correct word size when unwinding stack... |
tree | commitdiff |
2010-06-28 |
Eric Pouech | dbghelp: Ensure we can try to load COFF symbols if... |
tree | commitdiff |
2010-06-28 |
Eric Pouech | dbghelp: Test validity of COFF symbol table against... |
tree | commitdiff |
2010-06-28 |
Eric Pouech | dbghelp: Fix the localization of section table while... |
tree | commitdiff |
2010-06-28 |
Paul Chitescu | dbghelp: Provide a non-NULL number of bytes read to... |
tree | commitdiff |
2010-06-24 |
Francois Gouget | Assorted typo and spelling fixes. |
tree | commitdiff |
2010-06-08 |
Eric Pouech | dbghelp: Properly manage in dbghelp interfaces local... |
tree | commitdiff |
2010-06-08 |
Eric Pouech | dbghelp: Ensure that local variables and parameter... |
tree | commitdiff |
2010-06-08 |
Eric Pouech | dbghelp: In dwarf parser, properly handle array without... |
tree | commitdiff |
2010-06-07 |
Marcus Meissner | dbghelp: Add 2 new darf defines and implement DW_OP_sta... |
tree | commitdiff |
2010-05-28 |
André Hentschel | dbghelp: Use the available PowerPC functions. |
tree | commitdiff |
2010-05-26 |
Gerald Pfeifer | dbghelp: Remove variable basic_block which is not reall... |
tree | commitdiff |
2010-05-10 |
Eric Pouech | dbghelp: Protect PE's COFF table reading against bogus... |
tree | commitdiff |
2010-04-08 |
Eric Pouech | dbghelp: When trying to enumerate locals & parameters... |
tree | commitdiff |
2010-04-07 |
Eric Pouech | dbghelp: Added support for DW_CFA_GNU_args_size. |
tree | commitdiff |
2010-04-02 |
Eric Pouech | dbghelp: When handling a P augmentation in FDE/DIE... |
tree | commitdiff |
2010-04-02 |
Eric Pouech | dbghelp: Extend dwarf stack unwinding by reading inform... |
tree | commitdiff |
2010-04-02 |
Eric Pouech | dbghelp: Store delta used for re-locating a module. |
tree | commitdiff |
2010-04-02 |
Eric Pouech | dbghelp: Implement the new register methods for x86. |
tree | commitdiff |
2010-03-29 |
Mikhail Maroukhine | dbghelp: Fix compiler warnings with flag -Wcast-qual. |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: When unwinding the stack, stop if the current... |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: Rewrite SymGetModuleBase so that it relies... |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: In dwarf parsing, correctly handle the DW_OP_r... |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: In dwarf attribute parsing, ensure that we... |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: Added preliminary CFA management. |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: Added CFA information to dbghelp's dwarf.h. |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: Extend the CPU object in order to manipulate... |
tree | commitdiff |
2010-03-29 |
Eric Pouech | dbghelp: Keep the .debug_frame section mapped when... |
tree | commitdiff |
2010-03-25 |
Eric Pouech | dbghelp: Created a CPU method to map dwarf register... |
tree | commitdiff |
2010-03-25 |
Eric Pouech | dbghelp: In dwarf parsing, correctly get the size of... |
tree | commitdiff |
2010-03-25 |
Eric Pouech | dbghelp: Don't try to hardwire the dwarf's "word size... |
tree | commitdiff |
2010-03-25 |
Eric Pouech | dbghelp: Fixed a couple of portability issues to 64bit... |
tree | commitdiff |
2010-03-25 |
Eric Pouech | dbghelp: Enhanced x86_64 stack unwinding with PE's... |
tree | commitdiff |
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 |
next |