Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DSourceManager.h140 bool SetDefaultFileAndLine(const FileSpec &file_spec, uint32_t line);
/external/llvm-project/lldb/source/Expression/
DREPL.cpp464 m_target.GetSourceManager().SetDefaultFileAndLine( in IOHandlerInputComplete()
610 m_target.GetSourceManager().SetDefaultFileAndLine(save_default_file, in RunLoop()
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp311 bool SourceManager::SetDefaultFileAndLine(const FileSpec &file_spec, in SetDefaultFileAndLine() function in SourceManager
356 SetDefaultFileAndLine(line_entry.file, line_entry.line); in GetDefaultFileAndLine()
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp829 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()