Add DIContext::getLineInfoForAddressRange() function and test. This function allows...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Sat, 26 Jan 2013 00:28:05 +0000 (00:28 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Sat, 26 Jan 2013 00:28:05 +0000 (00:28 +0000)
commite27a787760ea7c2899da3287002fe8ba316df0d0
tree32795882c6c610b3f5157afc05c4b7456f17bb3b
parent32a57958226e369f964a034da2ce7083a1a34297
Add DIContext::getLineInfoForAddressRange() function and test.  This function allows a caller to obtain a table of line information for a function using the function's address and size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173537 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DIContext.h
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFDebugLine.cpp
lib/DebugInfo/DWARFDebugLine.h
test/DebugInfo/Inputs/test-parameters.o [new file with mode: 0644]
test/DebugInfo/debuglineinfo.test
tools/llvm-rtdyld/llvm-rtdyld.cpp