Re: [dbghelp] dwarf2 support progress step 5
Raphael <fenix(a)club-internet.fr> writes:
Hi,
This times symt model construction seems good :)
But for debug lines, i don't really understand the sm/regs concept :(
Changelog: - implement dwarf2_find_symt_by_ref and dwarf2_add_symt_ref using hashtables - some debug lines defines - handle forwards references (ie dwarf2_find_symt_by_ref returns NULL) using ref hashtable - better traces
It doesn't compile, you probably forgot part of the diff: elf_module.c: In function `elf_load_debug_info_from_map': elf_module.c:901: too few arguments to function `dwarf2_parse' make: *** [elf_module.o] Error 1 -- Alexandre Julliard julliard(a)winehq.org
On Tuesday 24 May 2005 12:15, Alexandre Julliard wrote:
Raphael <fenix(a)club-internet.fr> writes:
Hi,
This times symt model construction seems good :)
But for debug lines, i don't really understand the sm/regs concept :(
Changelog: - implement dwarf2_find_symt_by_ref and dwarf2_add_symt_ref using hashtables - some debug lines defines - handle forwards references (ie dwarf2_find_symt_by_ref returns NULL) using ref hashtable - better traces
It doesn't compile, you probably forgot part of the diff:
elf_module.c: In function `elf_load_debug_info_from_map': elf_module.c:901: too few arguments to function `dwarf2_parse' make: *** [elf_module.o] Error 1
Oooops you are right (taking a brown paper bag) attached missing part Thx Regards, Raphael
participants (2)
-
Alexandre Julliard -
Raphael