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

Zachary Turner zturner at google.com
Wed Mar 18 17:53:21 PDT 2015


I actually had it called Initialization originally.  I like Initialization slightly better than InternalAPI because it makes it clear that that the stuff is specific to initialization.  InternalAPI makes me think I can go put a bunch of random stuff in it which might make more sense somewhere else where it's more logically grouped.

Other names might be something like DebuggerInit or DebuggerLifetime


http://reviews.llvm.org/D8428

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






More information about the lldb-commits mailing list