Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h251 const FormatEntity::Entry *GetThreadStopFormat() const;
/external/llvm-project/lldb/source/Core/
DDebugger.cpp294 const FormatEntity::Entry *Debugger::GetThreadStopFormat() const { in GetThreadStopFormat() function in Debugger
/external/llvm-project/lldb/source/Target/
DThread.cpp1636 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()