dbghelp: Dwarf & parse context.
authorEric Pouech <eric.pouech@wanadoo.fr>
Sun, 18 Jun 2006 19:32:09 +0000 (21:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Jun 2006 09:52:01 +0000 (11:52 +0200)
commitd6bd8661ffeab62f003fb6cfee409fb593db8f74
tree007e6eff7e66803e37923e6a6876db241968d5e3
parent298198c3182bf8803d1246a80f54c3eb432cfccb
dbghelp: Dwarf & parse context.

- 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)
dlls/dbghelp/dwarf.c