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

Brian Gianforcaro via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 6 19:54:39 PDT 2017


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

Update test to user thread.StepOut() instead of thread.Resume().


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.101664.patch
Type: text/x-patch
Size: 25847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170607/5fac3746/attachment-0001.bin>


More information about the lldb-commits mailing list