[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 24 00:54:22 PDT 2017


bgianfo updated this revision to Diff 100047.
bgianfo marked an inline comment as done.
bgianfo added a comment.

Address Pavel/Jim/Greg's feedback with the addition of a new test.

I followed Jim's advice and extended the existing num_threads suite
so that we start more thread3's. The new test_unique_stacks test case
was added to verify that we correct bucketing of the multiple thread3
call stacks executing across threads.

Thanks for the feedback thus far!


https://reviews.llvm.org/D33426

Files:
  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/Thread.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33426.100047.patch
Type: text/x-patch
Size: 16262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170524/2cc0feac/attachment-0001.bin>


More information about the lldb-commits mailing list