Displaying 4 results from an estimated 4 matches for "dbgvarscop".
Did you mean:
dbgvarscope
2011 Feb 24
2
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...ng FE tests on darwin.
LLVM :: FrontendC++/2006-11-06-StackTrace.cpp
LLVM :: FrontendC++/2006-11-30-Pubnames.cpp
LLVM :: FrontendC++/2010-08-31-ByValArg.cpp
LLVM :: FrontendC/2009-02-17-BitField-dbg.c
LLVM :: FrontendC/2010-01-14-StaticVariable.c
LLVM :: FrontendC/2010-02-16-DbgVarScope.c
LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
-
Devang
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
On Feb 12, 2011, at 2:07 AM, Nathan Jeffords wrote:
> Hello All,
>
> I have created a set of patches that get dwarf debugging support working for the COFF object file. I also believe I have fixed what appears to be a bug in how line info sections are referred to from the DW_TAG_compile_unit DIE. I have run some basic tests, analyzed dumps of both the objects files and the final
2011 Feb 24
0
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
...gt; LLVM :: FrontendC++/2006-11-06-StackTrace.cpp
> LLVM :: FrontendC++/2006-11-30-Pubnames.cpp
> LLVM :: FrontendC++/2010-08-31-ByValArg.cpp
> LLVM :: FrontendC/2009-02-17-BitField-dbg.c
> LLVM :: FrontendC/2010-01-14-StaticVariable.c
> LLVM :: FrontendC/2010-02-16-DbgVarScope.c
> LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
This is because of
@@ -1903,7 +1912,8 @@
addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_addr,
Asm->GetTempSymbol("section_line"));
else
- addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4,...
2011 Feb 12
4
[LLVMdev] [patch] Dwarf Debug info support for COFF object files
Hello All,
I have created a set of patches that get dwarf debugging support working for
the COFF object file. I also believe I have fixed what appears to be a bug
in how line info sections are referred to from the DW_TAG_compile_unit DIE.
I have run some basic tests, analyzed dumps of both the objects files and
the final executables, and run a test program against mingw-gdb and
everything looks