Displaying 6 results from an estimated 6 matches for "dwarf3".
Did you mean:
dwarf
2011 Jan 07
1
[LLVMdev] DWARF version
Hi, I have a newbie question regarding debugging support in llvm.
Is llvm generating DWARF2 or DWARF3? The comments in the trunk source code refer to the DWARF 3 spec, but DWARF_VERSION is set to 2 in Support/Dwarf.h.
What am I missing? Thanks.
-- Yuan
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended rec...
2012 Oct 17
0
[LLVMdev] DWARF 2/3 backwards compatibility?
> My GDB Testsuite runs have been failing more tests, and now an internal
test
> has started failing on some missing dwarf 3 records.
What is the error message or the nature of the failures you are seeing ?
Pranav
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
2012 Oct 17
2
[LLVMdev] DWARF 2/3 backwards compatibility?
My GDB Testsuite runs have been failing more tests, and now an internal
test has started failing on some missing dwarf 3 records.
Changing compile flags to emit dwarf 2 didn't help.
In the past there has been some effort to pass GDB Testsuite, including
Dwarf 2 backwards compatibility.
What is the plan/mechanism for maintaining Dwarf 2/3 compatibility?
--
Rick Foos
Qualcomm Innovation
2012 Oct 17
2
[LLVMdev] DWARF 2/3 backwards compatibility?
The error we are getting is:
"Undefined Form Value: 25"
We have customers that have a variety of debuggers, and we need to be
able to preserve Dwarf3 compatibility. GDB, Lauterbach, etc.
The patch that caused a problem for us is:
https://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp?r1=162493&r2=162526&pathrev=162526&diff_format=h
DW_FORM_flag_present caused the problem. The old DW_FORM_flag wo...
2012 Dec 28
2
[LLVMdev] Newbie question(?): How to correctly create debug info, when generating IR
Hello all,
Summary & Context:
-------------------------------
I am starting to write a front-end for some domain specific programming
languages. Code generation seems to be working fine.
However, I am having trouble generating debug info, to be used by gdb.
The problem:
--------------------
I generate a foo.ll file, that is later compiled into an executable foo.
The foo.ll file I
2008 Sep 05
0
Wine release 1.1.4
...operties when appending a row to the table.
richedit: Prevent streaming in rich text at end of table row.
richedit: Prevent typing text at end of table row.
richedit: Prevent integer overflow in wrapping code with no wrap.
Eric Pouech (6):
dbghelp: Added the definitions for Dwarf3 specifications.
winedump, dbghelp: Correctly name the age field in PDB headers.
dbghelp: Improve the symbol loader.
dbghelp: Improve the symbol loader for .DBG files.
dbghelp: SymFindFileInPath doesn't check for the parameters passed when looking in a directory, whatever...