Home
last modified time | relevance | path

Searched refs:thread_format (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1633 const FormatEntity::Entry *thread_format; in DumpUsingSettingsFormat() local
1635 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1637 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
1639 assert(thread_format); in DumpUsingSettingsFormat()
1641 DumpUsingFormat(strm, frame_idx, thread_format); in DumpUsingSettingsFormat()