Lines Matching refs:StructuredDataDarwinLog
39 LLDB_PLUGIN_DEFINE(StructuredDataDarwinLog)
813 StructuredDataDarwinLog::GetStaticPluginName())) { in DoExecute()
818 StructuredDataDarwinLog &plugin = in DoExecute()
819 *static_cast<StructuredDataDarwinLog *>(plugin_sp.get()); in DoExecute()
888 ConstString plugin_name = StructuredDataDarwinLog::GetStaticPluginName(); in DoExecute()
1052 void StructuredDataDarwinLog::Initialize() { in Initialize()
1059 void StructuredDataDarwinLog::Terminate() { in Terminate()
1063 ConstString StructuredDataDarwinLog::GetStaticPluginName() { in GetStaticPluginName()
1073 ConstString StructuredDataDarwinLog::GetPluginName() { in GetPluginName()
1077 uint32_t StructuredDataDarwinLog::GetPluginVersion() { return 1; } in GetPluginVersion()
1084 bool StructuredDataDarwinLog::SupportsStructuredDataType( in SupportsStructuredDataType()
1089 void StructuredDataDarwinLog::HandleArrivalOfStructuredData( in HandleArrivalOfStructuredData()
1151 Status StructuredDataDarwinLog::GetDescription( in GetDescription()
1228 bool StructuredDataDarwinLog::GetEnabled(ConstString type_name) const { in GetEnabled()
1235 void StructuredDataDarwinLog::SetEnabled(bool enabled) { in SetEnabled()
1239 void StructuredDataDarwinLog::ModulesDidLoad(Process &process, in ModulesDidLoad()
1332 StructuredDataDarwinLog::~StructuredDataDarwinLog() { in ~StructuredDataDarwinLog()
1347 StructuredDataDarwinLog::StructuredDataDarwinLog(const ProcessWP &process_wp) in StructuredDataDarwinLog() function in StructuredDataDarwinLog
1356 StructuredDataDarwinLog::CreateInstance(Process &process) { in CreateInstance()
1361 return StructuredDataPluginSP(new StructuredDataDarwinLog(process_wp)); in CreateInstance()
1367 void StructuredDataDarwinLog::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
1400 Status StructuredDataDarwinLog::FilterLaunchInfo(ProcessLaunchInfo &launch_info, in FilterLaunchInfo()
1488 bool StructuredDataDarwinLog::InitCompletionHookCallback( in InitCompletionHookCallback()
1558 static_cast<StructuredDataDarwinLog *>(strong_plugin_sp.get()) in InitCompletionHookCallback()
1599 void StructuredDataDarwinLog::AddInitCompletionHook(Process &process) { in AddInitCompletionHook()
1662 void StructuredDataDarwinLog::DumpTimestamp(Stream &stream, in DumpTimestamp()
1680 StructuredDataDarwinLog::DumpHeader(Stream &output_stream, in DumpHeader()
1763 size_t StructuredDataDarwinLog::HandleDisplayOfEvent( in HandleDisplayOfEvent()
1798 void StructuredDataDarwinLog::EnableNow() { in EnableNow()