[Lldb-commits] [PATCH] D61292: Include inlined functions when figuring out a contiguous address range
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 3 17:35:49 PDT 2019
aadsm updated this revision to Diff 198115.
aadsm added a comment.
Herald added subscribers: MaskRay, arichardson, emaste.
Herald added a reviewer: espindola.
- Renamed CompareFileAndLine to FileAndLineEqual and made it return a bool
- Made include_inlined_functions a mandatory parameter in GetSameLineContiguousAddressRange
- Fix documentation
- Refactored the object file creation from YAML
- Got rid of a bunch of macros
- Improved the test case
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61292/new/
https://reviews.llvm.org/D61292
Files:
lldb/include/lldb/Core/AddressRange.h
lldb/include/lldb/Symbol/Block.h
lldb/include/lldb/Symbol/Declaration.h
lldb/include/lldb/Symbol/LineEntry.h
lldb/source/Core/AddressRange.cpp
lldb/source/Symbol/Block.cpp
lldb/source/Symbol/Declaration.cpp
lldb/source/Symbol/LineEntry.cpp
lldb/source/Target/Thread.cpp
lldb/source/Target/ThreadPlanStepOut.cpp
lldb/source/Target/ThreadPlanStepRange.cpp
lldb/tools/lldb-test/lldb-test.cpp
lldb/unittests/Core/CMakeLists.txt
lldb/unittests/Core/MangledTest.cpp
lldb/unittests/Interpreter/TestCompletion.cpp
lldb/unittests/ObjectFile/ELF/CMakeLists.txt
lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
lldb/unittests/Symbol/CMakeLists.txt
lldb/unittests/Symbol/Inputs/inlined-functions.yaml
lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
lldb/unittests/Symbol/TestLineEntry.cpp
lldb/unittests/TestingSupport/CMakeLists.txt
lldb/unittests/TestingSupport/TestUtilities.cpp
lldb/unittests/TestingSupport/TestUtilities.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61292.198115.patch
Type: text/x-patch
Size: 73121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190504/5186eed6/attachment-0001.bin>
More information about the lldb-commits
mailing list