Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h284 lldb::StopShowColumn GetStopShowColumn() const;
/external/llvm-project/lldb/include/lldb/
Dlldb-enumerations.h496 enum StopShowColumn { enum
/external/llvm-project/lldb/source/Core/
DCoreProperties.td66 def StopShowColumn: Property<"stop-show-column", "Enum">,
DDebugger.cpp375 StopShowColumn Debugger::GetStopShowColumn() const { in GetStopShowColumn()
377 return (lldb::StopShowColumn)m_collection_sp->GetPropertyAtIndexAsEnumeration( in GetStopShowColumn()