[Lldb-commits] [PATCH] D128107: [trace] Add LoadTraceFromFile to SBDebugger and SBTrace
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 20 11:13:34 PDT 2022
wallace accepted this revision.
wallace added a comment.
This revision is now accepted and ready to land.
nice job!
================
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()
----------------
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
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