[Lldb-commits] [PATCH] D52247: Refactor FindVariable() core functionality into StackFrame out of SBFrame
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 18 14:27:19 PDT 2018
davide added inline comments.
================
Comment at: include/lldb/Target/StackFrame.h:506-507
+ lldb::ValueObjectSP FindVariable(const char *name);
+
//------------------------------------------------------------------
----------------
Also, I think you might want to add a doxygen comment here, as this function is now part of the API.
https://reviews.llvm.org/D52247
More information about the lldb-commits
mailing list