This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 5794d5042 [VMRange] Remove unused FindRangeIndexThatContainsValue(). new e4f45b25d Introduce new command: thread backtrace unique
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/Debugger.h | 2 + include/lldb/Target/StackFrame.h | 11 +- include/lldb/Target/StackFrameList.h | 1 + include/lldb/Target/Thread.h | 4 +- .../thread/num_threads/TestNumThreads.py | 74 +++++++++-- .../functionalities/thread/num_threads/main.cpp | 26 ++-- source/Commands/CommandObjectThread.cpp | 137 ++++++++++++++++++--- source/Core/Debugger.cpp | 73 +++++++---- source/Target/StackFrame.cpp | 16 ++- source/Target/StackFrameList.cpp | 3 +- source/Target/Thread.cpp | 53 ++++---- 11 files changed, 314 insertions(+), 86 deletions(-)