Searched refs:thread_format (Results 1 – 1 of 1) sorted by relevance
1634 const FormatEntity::Entry *thread_format; in DumpUsingSettingsFormat() local1636 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()1638 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()1640 assert(thread_format); in DumpUsingSettingsFormat()1642 FormatEntity::Format(*thread_format, strm, frame_sp ? &frame_sc : nullptr, in DumpUsingSettingsFormat()