The following series implements file and file number information for inline sitesi (and cleans up and fixes a couple of issue wrt source information).
A+
---
Eric Pouech (7): dbghelp: rename line_info's pc_offset field into address dbghelp: let symt_add_func_line() last parameter be an absolute address dbghelp: in SymGetLine* family, compute displacement relative to line_info's address dbghelp: implement SymGetLineFromInlineContext(W) for inlined frame dbghelp/dwarf: store line numbers and file info for inlined functions dbghelp: silence a couple of C++ oriented requests in SymGetTypeInfo() dbghelp: silence a couple more CV entries
dlls/dbghelp/coff.c | 7 +-- dlls/dbghelp/dbghelp_private.h | 2 +- dlls/dbghelp/dwarf.c | 16 ++++++- dlls/dbghelp/msc.c | 7 +-- dlls/dbghelp/stabs.c | 4 +- dlls/dbghelp/symbol.c | 78 ++++++++++++++++++++-------------- dlls/dbghelp/type.c | 22 ++++++++-- 7 files changed, 87 insertions(+), 49 deletions(-)