Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1618 const FormatEntity::Entry *thread_format; in DumpUsingSettingsFormat() local
1620 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1622 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
1624 assert(thread_format); in DumpUsingSettingsFormat()
1626 FormatEntity::Format(*thread_format, strm, frame_sp ? &frame_sc : nullptr, in DumpUsingSettingsFormat()