zturner added inline comments.
================ Comment at: include/lldb/Interpreter/Options.h:123-126 + llvm::Expected<Args> Parse(const Args &args, + ExecutionContext *execution_context, + lldb::PlatformSP platform_sp, + bool require_validation); ---------------- It appears that all of these could be static functions. Can we do that? https://reviews.llvm.org/D43837 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits