[Lldb-commits] [PATCH] D33674: Implementation of Intel(R) Processor Trace support for Linux
Ravitheja Addepally via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 19 04:18:40 PDT 2017
ravitheja added a comment.
> Start tracing the whole process
> Ok. Traceid = 1
> Start tracing thread 47
> Error. Thread 47 is already traced. (???)
The error is because its already being traced, so if someone wants the trace log, its already available and the user need not do anything extra.
https://reviews.llvm.org/D33674
More information about the lldb-commits
mailing list