[Lldb-commits] [PATCH] D103500: [trace][intel-pt] Create basic SB API

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 7 22:19:41 PDT 2021


wallace marked 18 inline comments as done.
wallace added inline comments.


================
Comment at: lldb/include/lldb/API/SBStructuredData.h:103
   friend class SBBreakpointName;
+  friend class SBTrace;
 
----------------
clayborg wrote:
> Is this needed?
yes, to access the actual StructuredData from SBTrace


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103500



More information about the lldb-commits mailing list