[Lldb-commits] [PATCH] D88483: Add possibility to get module from SBType
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 14 08:35:54 PDT 2020
JDevlieghere requested changes to this revision.
JDevlieghere added inline comments.
This revision now requires changes to proceed.
================
Comment at: lldb/source/API/SBType.cpp:504
+ if (!IsValid())
+ return sb_module;
+
----------------
mib wrote:
> It would be nice to record the return value for the reproducers.
Not just nice, it's mandatory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88483/new/
https://reviews.llvm.org/D88483
More information about the lldb-commits
mailing list