André Hentschel
|
bdcc47d9e7
|
dbghelp: Implement arm_fetch_context_reg.
|
2011-04-18 12:31:30 +02:00 |
André Hentschel
|
1bae92b9bb
|
dbghelp: Implement arm_fetch_regname.
|
2011-04-18 12:31:26 +02:00 |
André Hentschel
|
4055b7f2c3
|
dbghelp: Implement arm_map_dwarf_register.
|
2011-04-18 12:30:36 +02:00 |
Eric Pouech
|
44c52c16fd
|
dbghelp: Silence DW_TAG_GNU_call_site objects.
|
2011-04-15 10:07:57 +02:00 |
Eric Pouech
|
18f539ac2e
|
dbghelp: Added some missing defines to dwarf.h.
|
2011-04-15 10:07:57 +02:00 |
André Hentschel
|
f2fc5e6e17
|
dbghelp: Implement sparc_get_addr.
|
2011-04-14 17:13:58 +02:00 |
Eric Pouech
|
9c09f14270
|
dbghelp: Extended CPU structure by adding a default register number for frame.
|
2011-04-12 12:49:53 +02:00 |
Eric Pouech
|
8fecef8757
|
dbghelp: Force void type in const declaration, when subtype cannot be found.
|
2011-04-12 12:49:40 +02:00 |
Eric Pouech
|
2dd45a12c1
|
dbghelp: For codeview/bprel symbols force the register to be EBP, other CPUs should use regrel symbol instead of bprel.
|
2011-04-12 12:49:34 +02:00 |
Gerald Pfeifer
|
d93b6c0aa2
|
dbghelp: Add a return statement for the default/assert case in elf_map_file.
|
2011-04-01 10:48:57 +02:00 |
Eric Pouech
|
6a60266575
|
dbghelp: In const types, force 'void' type when none is found.
|
2011-03-28 17:24:50 +02:00 |
Eric Pouech
|
96a38c93d5
|
dbghelp: Return proper null value when lookup_type fails.
|
2011-03-28 17:24:48 +02:00 |
Eric Pouech
|
b10977fc3c
|
dbghelp: Now that compilers (like clang) start to merge symbols across compilation units, no longer barf about duplicates.
|
2011-03-28 17:24:42 +02:00 |
Eric Pouech
|
4220cd6608
|
dbghelp: When parsing .debug_line section in dwarf debug info, protect against out of bounds indexes.
|
2011-03-28 17:08:52 +02:00 |
Eric Pouech
|
0be7461fc8
|
dbghelp: Set also reloc_delta information in module description for PE native modules.
|
2011-03-14 13:20:29 +01:00 |
Eric Pouech
|
6d7c2e02d8
|
dbghelp: In dwarf debug functions, use register name instead of register value.
|
2011-03-14 13:20:24 +01:00 |
Eric Pouech
|
a26ed12676
|
dbghelp: When managing DW_OP_deref_size, always ensure we read the size parameter.
|
2011-03-14 13:20:15 +01:00 |
Eric Pouech
|
9ae6350c58
|
dbghelp: Fix unwinding on x86-64 (correct frame and context).
|
2011-03-14 13:20:07 +01:00 |
Eric Pouech
|
b3d7643c96
|
dbghelp: For the internal functions on x86_64 stack unwinding, only rely on CONTEXT information, and manage STACKFRAME64 updates in outer functions.
|
2011-03-14 13:19:54 +01:00 |
Eric Pouech
|
ab9cc3e9dc
|
dbghelp: In msc unwinding code (from FPO extended data), take care of cases where several variables are stored in the same hash.
|
2011-03-14 13:19:41 +01:00 |
Eric Pouech
|
20b229a2a8
|
dbghelp: In i386 stackwalk implementation, store the frame index in the private information.
|
2011-03-14 13:19:34 +01:00 |
Eric Pouech
|
16e8816505
|
dbghelp: When doing a stack backtrace on i386 with dwarf or pdb unwinders, get the PC from the right frame.
|
2011-03-14 13:19:22 +01:00 |
Eric Pouech
|
9156501084
|
dbghelp: In dwarf unwinder, fix the last valid IP value to be used for a given line of Call Frame Information.
|
2011-03-14 13:19:05 +01:00 |
Eric Pouech
|
44eed2465c
|
dbghelp: Fix StackWalk when dwarf or pdb unwinders are called on first frame (CPU i386).
|
2011-03-14 13:18:59 +01:00 |
Eric Pouech
|
c5f329e62c
|
dbghelp: In i386 stack unwinder, ensure we always return decent 64bit values.
|
2011-03-14 13:18:45 +01:00 |
Joris Huizer
|
a2793d62ad
|
dbghelp: dwarf2_get_cpp_name: fix off-by-one error.
|
2011-03-10 12:55:17 +01:00 |
Eric Pouech
|
1d4381664c
|
dbghelp: Fix bug in managing COFF files array.
|
2011-03-09 13:53:32 +01:00 |
Eric Pouech
|
9d3be00df2
|
dbghelp: When building the by address lookup table, speed up resorting by always taking into account that existing symbols are already sorted.
|
2011-03-09 13:53:09 +01:00 |
Eric Pouech
|
dca2d350ad
|
dbghelp: Add helper to get global address out of symt, instead of going though symt_get_info.
|
2011-03-09 13:52:41 +01:00 |
Eric Pouech
|
d52e42e985
|
dbghelp: Quirk for supporting anonymous UDT (class, struct, enum...).
|
2011-03-09 13:52:22 +01:00 |
Eric Pouech
|
e21062f9fa
|
dbghelp: When parsing a subprogram in dwarf debug format, properly handle scoping for functions with both declaration & definition.
|
2011-03-09 13:52:14 +01:00 |
Eric Pouech
|
a575351b30
|
dbghelp: Add support for parsing methods (in C++ classes) for dwarf debug format.
|
2011-03-09 13:52:03 +01:00 |
Eric Pouech
|
395d734d33
|
dbghelp: Store the compiland into the parse context.
|
2011-03-09 13:51:55 +01:00 |
Eric Pouech
|
0d4a9757c2
|
dbghelp: In dwarf debug format, correctly manage the DW_AT_specification attribute.
|
2011-03-09 13:51:46 +01:00 |
Eric Pouech
|
0035d5df3f
|
dbghelp: Add support for namespace support out of dwarf debug format.
|
2011-03-09 13:51:26 +01:00 |
Eric Pouech
|
770e3b5ddf
|
dbghelp: Add hierarchical information in die object.
|
2011-03-09 13:51:16 +01:00 |
Eric Pouech
|
6d49f958de
|
dbghelp: More precisely manage the inline attribute.
|
2011-03-09 13:51:08 +01:00 |
Eric Pouech
|
0816d8f4bf
|
dbghelp: When parsing dwarf debug info, silence ptr_to_member and imported_declaration entries.
|
2011-03-09 13:50:54 +01:00 |
Eric Pouech
|
2d570921dc
|
dbghelp: When using a regular expression on a file name, interpret '*' as any string (.* in regexp form).
|
2011-03-08 12:30:08 +01:00 |
Marcus Meissner
|
f955a7ca07
|
dbghelp: Local variable used out of scope (Coverity).
|
2011-03-04 16:26:01 +01:00 |
Marcus Meissner
|
0d198362aa
|
dbghelp: Fixed pasted size error (Coverity).
|
2011-02-23 15:01:27 +01:00 |
Alexandre Julliard
|
daab2c114d
|
dbghelp: Fix an uninitialized return value.
|
2011-01-31 15:36:23 +01:00 |
Eric Pouech
|
935ac12d04
|
dbghelp: Properly declare variables with thread storage from codeview debug format.
|
2011-01-31 14:30:25 +01:00 |
Eric Pouech
|
031cce8e77
|
dbghelp: Added support for variables in thread storage.
|
2011-01-31 14:30:13 +01:00 |
Alexandre Julliard
|
16a2ea5c8f
|
dbghelp: Use wine64 as loader name on 64-bit.
|
2011-01-28 11:57:46 +01:00 |
Alexandre Julliard
|
3bae7d0383
|
dbghelp: Add a helper function to determine the name of the wine loader.
|
2011-01-28 11:41:14 +01:00 |
Alexandre Julliard
|
9926ca771b
|
dbghelp: Use Dwarf debug info even when part of it is missing.
|
2011-01-24 15:52:42 +01:00 |
Eric Pouech
|
67a55feeaf
|
dbghelp, winedump: Added definition for S_FRAMEPROC_V2 symbol (CodeView).
|
2011-01-19 12:25:05 +01:00 |
Eric Pouech
|
60fbda43cb
|
dbghelp: Use AT_range attribute (for function, block... addresses) when AT_low_pc and AT_high_pc are not present.
|
2011-01-19 12:24:42 +01:00 |
Eric Pouech
|
e72d5d6de4
|
dbghelp: When failing to look up for a PDB file, don't keep a module format object around.
|
2011-01-18 12:36:36 +01:00 |