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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 12 09:28:34 PDT 2017


labath added a comment.

Committed as r305197. I needed to tweak the test logic a bit, as not even thread.StepOut() did exactly what we needed there, because it was resuming also all other threads even though it was not necessary. Take a look at the resulting commit if you want to see the differences: (spoiler: the magic command that worked was `thread continue #id`)


Repository:
  rL LLVM

https://reviews.llvm.org/D33426





More information about the lldb-commits mailing list