Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBSourceManager.cpp49 return target_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DisplaySourceLinesWithLineNumbers()
55 return debugger_sp->GetSourceManager() in DisplaySourceLinesWithLineNumbers()
H A DSBDebugger.cpp663 SBSourceManager SBDebugger::GetSourceManager() { in GetSourceManager() function in SBDebugger
H A DSBTarget.cpp1924 SBSourceManager SBTarget::GetSourceManager() { in GetSourceManager() function in SBTarget
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp851 return target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DisplayFunctionSource()
1092 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
1105 if (target->GetSourceManager().DisplayMoreWithLineNumbers( in DoExecute()
1116 target->GetSourceManager().GetLastFile()); in DoExecute()
1129 if (target->GetSourceManager() in DoExecute()
1214 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in DoExecute()
H A DCommandObjectBreakpoint.cpp766 if (!target.GetSourceManager().GetDefaultFileAndLine(file, default_line)) { in GetDefaultFile()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp469 m_target.GetSourceManager().SetDefaultFileAndLine( in IOHandlerInputComplete()
574 m_target.GetSourceManager().GetDefaultFileAndLine(save_default_file, in RunLoop()
615 m_target.GetSourceManager().SetDefaultFileAndLine(save_default_file, in RunLoop()
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Ddebuggerdriver.py96 return self.debugger.GetSourceManager()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp104 context.target_sp->GetSourceManager().FindLinesMatchingRegex( in SearchCallback()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i366 GetSourceManager ();
H A DSBTarget.i464 GetSourceManager ();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h250 lldb::SBSourceManager GetSourceManager();
H A DSBTarget.h799 SBSourceManager GetSourceManager();
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h185 SourceManager &GetSourceManager();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp296 target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager(); in PrintInstructions()
H A DDebugger.cpp1512 SourceManager &Debugger::GetSourceManager() { in GetSourceManager() function in Debugger
H A DIOHandlerCursesGUI.cpp6892 m_debugger.GetSourceManager().GetFile(m_sc.line_entry.file); in WindowDelegateDraw()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp816 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine( in SetDefaultFileAndLineToSelectedFrame()
H A DStackFrame.cpp1922 target->GetSourceManager().DisplaySourceLinesWithLineNumbers( in GetStatus()
H A DTarget.cpp2714 SourceManager &Target::GetSourceManager() { in GetSourceManager() function in Target
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1409 SourceManager &GetSourceManager();
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py137 … crash_log.debugger.GetSourceManager().DisplaySourceLinesWithLineNumbers(