Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSourceManager.cpp50 return target_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()
56 return debugger_sp->GetSourceManager() in DisplaySourceLinesWithLineNumbers()
H A DSBDebugger.cpp450 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager() function in SBDebugger
H A DSBTarget.cpp1980 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager() function in SBTarget
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp428 m_target.GetSourceManager().SetDefaultFileAndLine( in IOHandlerInputComplete()
532 m_target.GetSourceManager().GetDefaultFileAndLine(save_default_file, in RunLoop()
573 m_target.GetSourceManager().SetDefaultFileAndLine(save_default_file, in RunLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp887 return target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DisplayFunctionSource()
1144 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
1157 if (target->GetSourceManager().DisplayMoreWithLineNumbers( in DoExecute()
1168 target->GetSourceManager().GetLastFile()); in DoExecute()
1181 if (target->GetSourceManager() in DoExecute()
1267 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
H A DCommandObjectBreakpoint.cpp931 if (!target->GetSourceManager().GetDefaultFileAndLine(file, default_line)) { in GetDefaultFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp111 context.target_sp->GetSourceManager().FindLinesMatchingRegex( in SearchCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h158 lldb::SBSourceManager GetSourceManager();
H A DSBTarget.h842 SBSourceManager GetSourceManager();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h158 SourceManager &GetSourceManager();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp394 target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager(); in PrintInstructions()
H A DDebugger.cpp1289 SourceManager &Debugger::GetSourceManager() { in GetSourceManager() function in Debugger
H A DIOHandler.cpp3934 m_debugger.GetSourceManager().GetFile(m_sc.line_entry.file); in WindowDelegateDraw()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp807 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()
H A DStackFrame.cpp1908 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in GetStatus()
H A DTarget.cpp2462 SourceManager &Target::GetSourceManager() { in GetSourceManager() function in Target
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1218 SourceManager &GetSourceManager();