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 |
Eric Pouech
|
711f71639d
|
dbghelp: Get stream indexes out of PDB files (instead of hardwired values).
|
2011-01-18 12:36:30 +01:00 |
Eric Pouech
|
8595f6c652
|
dbghelp: Add support for stream lookup by name in PDB files and use it for strings stream.
|
2011-01-18 12:36:21 +01:00 |
Alexandre Julliard
|
cf1cd33570
|
dbghelp: Support pointer types of various sizes.
|
2011-01-13 20:09:49 +01:00 |
Alexandre Julliard
|
530e9c9b17
|
dbghelp: Try to load the string table from file number 4 too.
|
2011-01-12 10:45:49 +01:00 |
Eric Pouech
|
c7c8c0dea7
|
dbghelp: Speed up source string creation (by using rb trees).
|
2011-01-10 13:03:52 +01:00 |
Eric Pouech
|
cbd5811e90
|
dbghelp: Better support for OOM conditions when creating source file table.
|
2011-01-10 13:03:52 +01:00 |
Eric Pouech
|
99439e7589
|
dbghelp: Added preliminary extended FPO information out of PDB files.
|
2011-01-10 12:52:18 +01:00 |
Eric Pouech
|
5ce195ae89
|
dbghelp: Keep the mapping of any PDB file open until the module is unloaded.
|
2011-01-10 12:52:11 +01:00 |
Eric Pouech
|
0693572e4c
|
dbghelp: Use new file/debug format framework to allow keeping pdb files opened.
|
2011-01-10 12:52:01 +01:00 |
Eric Pouech
|
1acbb1c0ed
|
dbghelp: Restructure internal PDB information.
|
2011-01-10 12:51:39 +01:00 |
Gerald Pfeifer
|
061b50eda5
|
dbghelp: Also return a value in an error case in elf_map_file_read.
|
2011-01-03 11:54:03 +01:00 |
Gerald Pfeifer
|
8f7d06b69b
|
dbghelp: Make ehdr_addr in elf_enum_modules_internal dependent on AT_SYSINFO_EHDR.
|
2010-12-29 11:59:33 +01:00 |
Eric Pouech
|
1966ba8b7f
|
dbghelp: For targets on Linux, report the VDSO system page as a known ELF module.
|
2010-12-28 11:18:33 +01:00 |
Eric Pouech
|
749dafd987
|
dbghelp: Extend elf_map_file so that it can also handle ELF maps directly from debuggee address space.
|
2010-12-28 11:16:07 +01:00 |
Eric Pouech
|
737b5b95bb
|
dbghelp: Use pread instead of read in elf_map_file.
|
2010-12-28 11:15:24 +01:00 |
Eric Pouech
|
655247354a
|
dbghelp: Split elf_load_file into two functions (one for creating a file-map, another one for loading info out of a file-map).
|
2010-12-28 11:15:06 +01:00 |
Eric Pouech
|
8740f1dc1e
|
dbghelp: Factorize a bit the ELF enumeration callbacks.
|
2010-12-28 11:14:43 +01:00 |
Eric Pouech
|
cf06ef640d
|
dbghelp: Fix ELF file computation on 64bit systems.
|
2010-12-27 11:47:51 +01:00 |
André Hentschel
|
a4c1b34146
|
dbghelp: Implement arm_get_addr.
|
2010-10-15 11:32:44 +02:00 |
Eric Pouech
|
8d981b87f1
|
dbghelp: Proper support and definition for S_REGREL_V3.
|
2010-10-11 17:11:24 +02:00 |
Eric Pouech
|
fac5abc551
|
dbghelp: Ensure the stab_nlist structure is usable on 64bit systems.
|
2010-10-11 17:11:24 +02:00 |
Eric Pouech
|
854379bbaa
|
dbghelp: Fix some relocation errors for debug formats out of ELF files.
|
2010-10-11 17:11:24 +02:00 |
Eric Pouech
|
922caac23b
|
dbghelp: Compute ELF load address using the link_map ld's address (and get correct relocation computation).
|
2010-10-11 17:11:24 +02:00 |
Eric Pouech
|
2662ed10c8
|
dbghelp: When enumerating loaded modules from r_debug structure, pass the address of the dynamic section as well.
|
2010-10-11 17:11:24 +02:00 |
Eric Pouech
|
2a87a89680
|
dbghelp: Only map an ELF file once.
|
2010-10-11 17:11:17 +02:00 |