Adding an SBThread::StepInto that takes an end-line, also moved the code that figures
authorJim Ingham <jingham@apple.com>
Sat, 13 Feb 2016 00:31:47 +0000 (00:31 +0000)
committerJim Ingham <jingham@apple.com>
Sat, 13 Feb 2016 00:31:47 +0000 (00:31 +0000)
commitcbf6f9b2436d8f743b00131bd7c3333e7f8e813e
tree293c6a29ae35c30a9b7132ce224b465b3059b450
parent1debba54a71804331f995f4d7dae2a7d77dd9b26
Adding an SBThread::StepInto that takes an end-line, also moved the code that figures
out the address range for the step to SymbolContext.

llvm-svn: 260772
lldb/include/lldb/API/SBThread.h
lldb/include/lldb/Symbol/SymbolContext.h
lldb/scripts/interface/SBThread.i
lldb/source/API/SBThread.cpp
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Symbol/SymbolContext.cpp