wallace added inline comments.

================
Comment at: lldb/include/lldb/Target/ThreadTrace.h:34
+  ///     this thread was being executed.
+  ThreadTrace(Process &process, lldb::tid_t tid, const FileSpec trace_file)
+      : Thread(process, tid), m_trace_file(trace_file) {}
----------------
vsk wrote:
> vsk wrote:
> > `const FileSpec &`, or just `FileSpec` might be better here.
> What are the constraints on the format of "trace_file"? Is it a list of PC 
> ranges?
The basic format is a JSON file with a schema specified in 
TraceSessionFileParser::BuildSchema


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89408/new/

https://reviews.llvm.org/D89408

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to