[Lldb-commits] [PATCH] D128107: [trace] Add LoadTraceFromFile to SBDebugger and SBTrace

Jakob Johnson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 20 11:29:38 PDT 2022


jj10306 added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/tools/intelpt/intelpt_testcase.py:139
+        if self.USE_SB_API:
+            traceDescriptionFile = lldb.SBFileSpec(traceDescriptionFilePath)
+            loadTraceError = lldb.SBError()
----------------
wallace wrote:
> jj10306 wrote:
> > the single arg constructor is deprecated, update this to pass `resolve` flag
> i don't think it's deprecated, but you should pass the resolve flag anyone
You can find the deprecation warning in the comments here:
https://lldb.llvm.org/cpp_reference/SBFileSpec_8cpp_source.html


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128107



More information about the lldb-commits mailing list