[Lldb-commits] [PATCH] D33426: Introduce new command: thread backtrace unique

Brian Gianforcaro via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 25 22:30:54 PDT 2017


bgianfo updated this revision to Diff 100365.
bgianfo added a comment.

Address Pavel's feedback, made the unit test more robust.

This update increases the robustness of the new test I added.
We ensure synchronization, and force the threads into the state
we want them to be in by manually stepping them into place.


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.100365.patch
Type: text/x-patch
Size: 17990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170526/22d346f6/attachment-0001.bin>


More information about the lldb-commits mailing list