[Lldb-commits] [PATCH] D32585: Implementation of remote packets for Trace data.
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 22 07:10:33 PDT 2017
krytarowski added inline comments.
================
Comment at: include/lldb/Host/common/NativeProcessProtocol.h:352
+ lldb::tid_t thread = LLDB_INVALID_THREAD_ID) {
+ return Status("Not implemented");
+ }
----------------
This is Linuxism. Not every OS can trace on per-thread basis.
https://reviews.llvm.org/D32585
More information about the lldb-commits
mailing list