2011-09-06 |
André Hentschel | dbghelp: Add some new dwarf enumerations. |
tree | commitdiff |
2011-08-23 |
Andrew Talbot | dbghelp: Constify some variables. |
tree | commitdiff |
2011-08-01 |
Frédéric Delanoy | dlls: Assorted spelling fixes. |
tree | commitdiff |
2011-08-01 |
André Hentschel | dbghelp: One line only for the copyright. |
tree | commitdiff |
2011-07-18 |
Austin English | dbghelp: Add stubs for SymEnumSourceLines/SymEnumSource... |
tree | commitdiff |
2011-07-11 |
André Hentschel | dbghelp: Remove dead code (clang). |
tree | commitdiff |
2011-07-05 |
Frédéric Delanoy | dbghelp: Remove dead code (Clang). |
tree | commitdiff |
2011-06-29 |
André Hentschel | dbghelp: Only declare deltapc for i386. |
tree | commitdiff |
2011-06-01 |
Andrew Nguyen | dbghelp: Implement SymEnumSourceFilesW. |
tree | commitdiff |
2011-05-30 |
Alistair Leslie... | dbghelp: Add stubs SymFromIndex, SymFromIndexW. |
tree | commitdiff |
2011-05-02 |
Eric Pouech | dbghelp: Enhance a couple of register mapping functions... |
tree | commitdiff |
2011-05-02 |
Eric Pouech | dbghelp: Don't try to load fieldlist for a forward... |
tree | commitdiff |
2011-04-29 |
Peter Urbanec | dbghelp: Prevent winedbg page faults when loading some... |
tree | commitdiff |
2011-04-28 |
Marcus Meissner | dbghelp: Mark internal symbols as hidden. |
tree | commitdiff |
2011-04-28 |
André Hentschel | dbghelp: Implement rudimentary stack walk for ARM. |
tree | commitdiff |
2011-04-27 |
André Hentschel | dbghelp: Implement sparc_map_dwarf_register. |
tree | commitdiff |
2011-04-19 |
Austin English | dbghelp: Get rid of a couple unused variables. |
tree | commitdiff |
2011-04-19 |
André Hentschel | dbghelp: Set the right ARM frame pointer. |
tree | commitdiff |
2011-04-18 |
André Hentschel | dbghelp: Implement arm_fetch_context_reg. |
tree | commitdiff |
2011-04-18 |
André Hentschel | dbghelp: Implement arm_fetch_regname. |
tree | commitdiff |
2011-04-18 |
André Hentschel | dbghelp: Implement arm_map_dwarf_register. |
tree | commitdiff |
2011-04-15 |
Eric Pouech | dbghelp: Silence DW_TAG_GNU_call_site objects. |
tree | commitdiff |
2011-04-15 |
Eric Pouech | dbghelp: Added some missing defines to dwarf.h. |
tree | commitdiff |
2011-04-14 |
André Hentschel | dbghelp: Implement sparc_get_addr. |
tree | commitdiff |
2011-04-12 |
Eric Pouech | dbghelp: Extended CPU structure by adding a default... |
tree | commitdiff |
2011-04-12 |
Eric Pouech | dbghelp: Force void type in const declaration, when... |
tree | commitdiff |
2011-04-12 |
Eric Pouech | dbghelp: For codeview/bprel symbols force the register... |
tree | commitdiff |
2011-04-01 |
Gerald Pfeifer | dbghelp: Add a return statement for the default/assert... |
tree | commitdiff |
2011-03-28 |
Eric Pouech | dbghelp: In const types, force 'void' type when none... |
tree | commitdiff |
2011-03-28 |
Eric Pouech | dbghelp: Return proper null value when lookup_type... |
tree | commitdiff |
2011-03-28 |
Eric Pouech | dbghelp: Now that compilers (like clang) start to merge... |
tree | commitdiff |
2011-03-28 |
Eric Pouech | dbghelp: When parsing .debug_line section in dwarf... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: Set also reloc_delta information in module... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: In dwarf debug functions, use register name... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: When managing DW_OP_deref_size, always ensure... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: Fix unwinding on x86-64 (correct frame and... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: For the internal functions on x86_64 stack... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: In msc unwinding code (from FPO extended data... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: In i386 stackwalk implementation, store the... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: When doing a stack backtrace on i386 with... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: In dwarf unwinder, fix the last valid IP value... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: Fix StackWalk when dwarf or pdb unwinders... |
tree | commitdiff |
2011-03-14 |
Eric Pouech | dbghelp: In i386 stack unwinder, ensure we always retur... |
tree | commitdiff |
2011-03-10 |
Joris Huizer | dbghelp: dwarf2_get_cpp_name: fix off-by-one error. |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: Fix bug in managing COFF files array. |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: When building the by address lookup table... |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: Add helper to get global address out of symt... |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: Quirk for supporting anonymous UDT (class... |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: When parsing a subprogram in dwarf debug forma... |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: Add support for parsing methods (in C++ classe... |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: Store the compiland into the parse context. |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: In dwarf debug format, correctly manage the... |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: Add support for namespace support out of dwarf... |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: Add hierarchical information in die object. |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: More precisely manage the inline attribute. |
tree | commitdiff |
2011-03-09 |
Eric Pouech | dbghelp: When parsing dwarf debug info, silence ptr_to_... |
tree | commitdiff |
2011-03-08 |
Eric Pouech | dbghelp: When using a regular expression on a file... |
tree | commitdiff |
2011-03-04 |
Marcus Meissner | dbghelp: Local variable used out of scope (Coverity). |
tree | commitdiff |
2011-02-23 |
Marcus Meissner | dbghelp: Fixed pasted size error (Coverity). |
tree | commitdiff |
2011-01-31 |
Alexandre Julliard | dbghelp: Fix an uninitialized return value. |
tree | commitdiff |
2011-01-31 |
Eric Pouech | dbghelp: Properly declare variables with thread storage... |
tree | commitdiff |
2011-01-31 |
Eric Pouech | dbghelp: Added support for variables in thread storage. |
tree | commitdiff |
2011-01-28 |
Alexandre Julliard | dbghelp: Use wine64 as loader name on 64-bit. |
tree | commitdiff |
2011-01-28 |
Alexandre Julliard | dbghelp: Add a helper function to determine the name... |
tree | commitdiff |
2011-01-24 |
Alexandre Julliard | dbghelp: Use Dwarf debug info even when part of it... |
tree | commitdiff |
2011-01-19 |
Eric Pouech | dbghelp, winedump: Added definition for S_FRAMEPROC_V2... |
tree | commitdiff |
2011-01-19 |
Eric Pouech | dbghelp: Use AT_range attribute (for function, block... |
tree | commitdiff |
2011-01-18 |
Eric Pouech | dbghelp: When failing to look up for a PDB file, don... |
tree | commitdiff |
2011-01-18 |
Eric Pouech | dbghelp: Get stream indexes out of PDB files (instead... |
tree | commitdiff |
2011-01-18 |
Eric Pouech | dbghelp: Add support for stream lookup by name in PDB... |
tree | commitdiff |
2011-01-13 |
Alexandre Julliard | dbghelp: Support pointer types of various sizes. |
tree | commitdiff |
2011-01-12 |
Alexandre Julliard | dbghelp: Try to load the string table from file number... |
tree | commitdiff |
2011-01-10 |
Eric Pouech | dbghelp: Speed up source string creation (by using... |
tree | commitdiff |
2011-01-10 |
Eric Pouech | dbghelp: Better support for OOM conditions when creatin... |
tree | commitdiff |
2011-01-10 |
Eric Pouech | dbghelp: Added preliminary extended FPO information... |
tree | commitdiff |
2011-01-10 |
Eric Pouech | dbghelp: Keep the mapping of any PDB file open until... |
tree | commitdiff |
2011-01-10 |
Eric Pouech | dbghelp: Use new file/debug format framework to allow... |
tree | commitdiff |
2011-01-10 |
Eric Pouech | dbghelp: Restructure internal PDB information. |
tree | commitdiff |
2011-01-03 |
Gerald Pfeifer | dbghelp: Also return a value in an error case in elf_ma... |
tree | commitdiff |
2010-12-29 |
Gerald Pfeifer | dbghelp: Make ehdr_addr in elf_enum_modules_internal... |
tree | commitdiff |
2010-12-28 |
Eric Pouech | dbghelp: For targets on Linux, report the VDSO system... |
tree | commitdiff |
2010-12-28 |
Eric Pouech | dbghelp: Extend elf_map_file so that it can also handle... |
tree | commitdiff |
2010-12-28 |
Eric Pouech | dbghelp: Use pread instead of read in elf_map_file. |
tree | commitdiff |
2010-12-28 |
Eric Pouech | dbghelp: Split elf_load_file into two functions (one... |
tree | commitdiff |
2010-12-28 |
Eric Pouech | dbghelp: Factorize a bit the ELF enumeration callbacks. |
tree | commitdiff |
2010-12-27 |
Eric Pouech | dbghelp: Fix ELF file computation on 64bit systems. |
tree | commitdiff |
2010-10-15 |
André Hentschel | dbghelp: Implement arm_get_addr. |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Proper support and definition for S_REGREL_V3. |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Ensure the stab_nlist structure is usable... |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Fix some relocation errors for debug formats... |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Compute ELF load address using the link_map... |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: When enumerating loaded modules from r_debug... |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Only map an ELF file once. |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: A couple of fixes for 64bit msvc debug info... |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Added a couple of missing CodeView base types... |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Some more 64bit base address fixes. |
tree | commitdiff |
2010-10-11 |
Eric Pouech | dbghelp: Allow loading PE module with 64bit addresses. |
tree | commitdiff |
2010-10-08 |
Austin English | dbghelp: Fix compile on Hurd. |
tree | commitdiff |
2010-09-21 |
Paul Vriens | dbghelp: Fix use of GetProcessHeap. |
tree | commitdiff |
2010-09-20 |
André Hentschel | dbghelp: Add ARM support. |
tree | commitdiff |
next |