//===-- CoreMedia.cpp -----------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "CoreMedia.h" #include "lldb/Utility/Flags.h" #include "lldb/Utility/Log.h" #include "lldb/Symbol/TypeSystem.h" #include "lldb/Target/Target.h" #include <cinttypes> usingnamespacelldb; usingnamespacelldb_private; usingnamespacelldb_private::formatters; bool lldb_private::formatters::CMTimeSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) { … }