Convert DebugOnly from cl::opt with a custom type to cl::list
with a cl::callback. The callback is needed in order to set DebugFlag
whenever DebugOnly is passed.
Also, add list_storage specialization for ManagedStatic<vector<T>> to
support cl::location for managed statics.