[Lldb-commits] [PATCH] D84401: [lldb] Add SectionList::ContainsFileAddressRange
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 23 06:48:29 PDT 2020
labath created this revision.
labath added reviewers: JDevlieghere, clayborg.
Herald added a subscriber: mgorny.
Herald added a project: LLDB.
This is similar to FindSectionContainingFileAddress, except it doesn't
return a section (because that would be ambiguous), and it checks for an
address range instead of a single address.
The idea is to use this for validating line tables (follow-up patch).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84401
Files:
lldb/include/lldb/Core/Section.h
lldb/source/Core/Section.cpp
lldb/unittests/Core/CMakeLists.txt
lldb/unittests/Core/SectionTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84401.280096.patch
Type: text/x-patch
Size: 4323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200723/56618af0/attachment-0001.bin>
More information about the lldb-commits
mailing list