This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b6fa721bf Initialization: move InstructionEmulation to full initialization new 7852479f5 Include inlined functions when figuring out a contiguous addr [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Core/AddressRange.h | 14 +++++ include/lldb/Symbol/Block.h | 16 ++++++ include/lldb/Symbol/Declaration.h | 11 ++++ include/lldb/Symbol/LineEntry.h | 10 +++- .../xcshareddata/xcschemes/desktop.xcscheme | 18 +++++- .../xcshareddata/xcschemes/lldb-tool.xcscheme | 18 +++++- source/Core/AddressRange.cpp | 18 ++++++ source/Symbol/Block.cpp | 15 +++++ source/Symbol/Declaration.cpp | 5 ++ source/Symbol/LineEntry.cpp | 66 ++++++++++++++-------- source/Target/Thread.cpp | 12 ++-- source/Target/ThreadPlanStepOut.cpp | 5 +- source/Target/ThreadPlanStepRange.cpp | 12 ++-- tools/lldb-test/lldb-test.cpp | 11 ++-- unittests/Core/CMakeLists.txt | 4 +- unittests/Core/MangledTest.cpp | 25 +------- unittests/Interpreter/TestCompletion.cpp | 12 +--- unittests/ObjectFile/ELF/CMakeLists.txt | 4 +- unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 39 ++----------- unittests/Symbol/CMakeLists.txt | 8 ++- unittests/Symbol/TestDWARFCallFrameInfo.cpp | 27 +-------- unittests/TestingSupport/CMakeLists.txt | 3 + unittests/TestingSupport/TestUtilities.cpp | 22 ++++++++ unittests/TestingSupport/TestUtilities.h | 15 +++++ 24 files changed, 251 insertions(+), 139 deletions(-)