Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp138 const auto value = debugger_sp->GetStopShowColumn(); in should_show_stop_column_with_ansi()
151 const auto value = debugger_sp->GetStopShowColumn(); in should_show_stop_column_with_caret()
H A DDebugger.cpp447 StopShowColumn Debugger::GetStopShowColumn() const { in GetStopShowColumn() function in Debugger
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h322 lldb::StopShowColumn GetStopShowColumn() const;
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp1089 (GetDebugger().GetStopShowColumn() != eStopShowColumnNone) in DoExecute()