- 21 Jun, 2006 8 commits
-
-
James Hawkins authored
-
Saulius Krasuckas authored
-
Saulius Krasuckas authored
-
Saulius Krasuckas authored
-
Mikołaj Zalewski authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
- 20 Jun, 2006 32 commits
-
-
Dmitry Timoshkov authored
-
Vitaly Lipatov authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Juan Lang authored
-
Juan Lang authored
- forward MLGetUILanguage to kernel32 - correct type of parameter to MLLoadLibrary
-
Paul Vriens authored
-
Huw Davies authored
result in premature termination of the send.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Jeremy White authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
When several debug formats (eg stabs & dwarf2) exist in the same module, allow to load them all (this is needed when different compilation units are compiled with different debug options).
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
Walking the whole lot, not doing anything interesting apart from traversing the data.
-
Eric Pouech authored
-
Eric Pouech authored
- split the data structures for walking through the data (abbrev, cu... -> traverse_ctx) and data manipulation/loading (-> parse_ctx) - created dwarf2_parse_compilation_unit() for clarity - added section structure to gather information about all ELF sections related to all dwarf2 sections (more to come)
-
Eric Pouech authored
- correctly set size & offsets for regular udt members - first shot at bitfields for udt members
-
Eric Pouech authored
- properly handling function blocks - handling of variables inside of blocks (either on stack, or in a register, or relative to the frame register if any) - added dwarf2_subprogram_t structure so that we can pass around relevant information for function parsing
-
Eric Pouech authored
-
Eric Pouech authored
- added the ability to tell to add_func_local whether we're adding a local variable or a parameter (and removed the black magic we were using) - we can now address variables defined as an offset to a register
-
Eric Pouech authored
Offset the addresses for global symbols (func & variables) by the base image of the corresponding module.
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
- various fixes to follow better the functions definition (nesting, subroutines...) - don't directly parse types referenced by a subprogram, they'll be loaded anyway when needed
-