[Lldb-commits] [PATCH] D33426: Introduce new command: thread backtrace unique
Brian Gianforcaro via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 31 01:09:28 PDT 2017
bgianfo updated this revision to Diff 100830.
bgianfo added a comment.
Fix bug in "unique" backtrace output that Greg pointed out.
Introduced a new format for unique frames and plumbed that
through the stacks to be able to toggle between them both
depending on the calling arguments.
https://reviews.llvm.org/D33426
Files:
include/lldb/Core/Debugger.h
include/lldb/Target/StackFrame.h
include/lldb/Target/StackFrameList.h
include/lldb/Target/Thread.h
packages/Python/lldbsuite/test/functionalities/thread/num_threads/TestNumThreads.py
packages/Python/lldbsuite/test/functionalities/thread/num_threads/main.cpp
source/Commands/CommandObjectThread.cpp
source/Core/Debugger.cpp
source/Target/StackFrame.cpp
source/Target/StackFrameList.cpp
source/Target/Thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33426.100830.patch
Type: text/x-patch
Size: 26002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170531/ef11d883/attachment-0001.bin>
More information about the lldb-commits
mailing list