[Lldb-commits] [PATCH] D88483: Add possibility to get module from SBType
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 15 20:35:03 PDT 2020
JDevlieghere added inline comments.
================
Comment at: lldb/include/lldb/Symbol/Type.h:122
+ GetModule and GetExeModule may return the same value.
+ */
+ lldb::ModuleSP GetExeModule();
----------------
These should be `///` doxygen-style comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88483/new/
https://reviews.llvm.org/D88483
More information about the lldb-commits
mailing list