<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/DebugInfo/Inputs, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/DebugInfo/Inputs?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/DebugInfo/Inputs?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-09-04T08:12:33Z</updated>
<entry>
<title>Add support for fetching inlining context (stack of source code locations)</title>
<updated>2012-09-04T08:12:33Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2012-09-04T08:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5eae90d727c64ca5b4b43b110521b38dcd9f0de6'/>
<id>urn:sha1:5eae90d727c64ca5b4b43b110521b38dcd9f0de6</id>
<content type='text'>
by instruction address from DWARF.

Add --inlining flag to llvm-dwarfdump to demonstrate and test this functionality,
so that "llvm-dwarfdump --inlining --address=0x..." now works much like
"addr2line -i 0x...", provided that the binary has debug info
(Clang's -gline-tables-only *is* enough).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163128 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the representation of debug line table in DebugInfo LLVM library,</title>
<updated>2012-08-07T11:46:57Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2012-08-07T11:46:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=351f83be64057380877615153fe5dc50308ab017'/>
<id>urn:sha1:351f83be64057380877615153fe5dc50308ab017</id>
<content type='text'>
and "instruction address -&gt; file/line" lookup.

Instead of plain collection of rows, debug line table for compilation unit is now
treated as the number of row ranges, describing sequences (series of contiguous machine
instructions). The sequences are not always listed in the order of increasing
address, so previously used std::lower_bound() sometimes produced wrong results.
Now the instruction address lookup consists of two stages: finding the correct
sequence, and searching for address in range of rows for this sequence.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161414 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DebugInfo library: add support for fetching absolute paths to source files</title>
<updated>2012-07-19T07:03:58Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2012-07-19T07:03:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=71d94f805514f28730bf39143ee227648d521d09'/>
<id>urn:sha1:71d94f805514f28730bf39143ee227648d521d09</id>
<content type='text'>
(instead of basenames) from DWARF. Use this behavior in llvm-dwarfdump tool.

Reviewed by Benjamin Kramer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160496 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in r159512.</title>
<updated>2012-07-17T15:28:35Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2012-07-17T15:28:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9d26b0ba06479d9debadebce19344169f72407dd'/>
<id>urn:sha1:9d26b0ba06479d9debadebce19344169f72407dd</id>
<content type='text'>
To fetch a subprogram name we should not only inspect the DIE for this subprogram, but optionally inspect
its specification, or its abstract origin (even if there is no inlining), or even specification of an abstract origin.

Reviewed by Benjamin Kramer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160365 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser:</title>
<updated>2012-07-02T05:54:45Z</updated>
<author>
<name>Alexey Samsonov</name>
<email>samsonov@google.com</email>
</author>
<published>2012-07-02T05:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3e25c4a1e3e58bc1d00d894854a29dd2e4e7e88a'/>
<id>urn:sha1:3e25c4a1e3e58bc1d00d894854a29dd2e4e7e88a</id>
<content type='text'>
1) DIContext is now able to return function name for a given instruction address (besides file/line info).
2) llvm-dwarfdump accepts flag --functions that prints the function name (if address is specified by --address flag).
3) test case that checks the basic functionality of llvm-dwarfdump added

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159512 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
