Searched refs:thread_format (Results 1 – 1 of 1) sorted by relevance
1620 const FormatEntity::Entry *thread_format; in DumpUsingSettingsFormat() local1622 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()1624 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()1626 assert(thread_format); in DumpUsingSettingsFormat()1628 DumpUsingFormat(strm, frame_idx, thread_format); in DumpUsingSettingsFormat()