[Lldb-commits] [PATCH] Move LLDB initialization / shutdown to Application

Greg Clayton clayborg at gmail.com
Wed Mar 18 17:44:12 PDT 2015


Can we change "Application" to something else? Maybe "InternalInitialization", "Initialization", or "Private" to make it clear that is for internal initialization? I don't want people thinking "Hey, I am making an application and somehow I need access to this "Application" stuff. This initialization/termination code is designed for people that will user the lldb_private::* APIs only and we should document this in the header file. Public APIs will still call SBDebugger::Initialize() and SBDebugger::Terminate(). "Application" just sounds like the wrong wording here. I like the general concept, if we can just work out this naming I would like all of it.


http://reviews.llvm.org/D8428

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list