Searched refs:GetSourceManager (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp50 return target_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers(
56 return debugger_sp->GetSourceManager()
H A DSBDebugger.cpp590 SBSourceManager SBDebugger::GetSourceManager() { function in class:SBDebugger
592 GetSourceManager);
1712 LLDB_REGISTER_METHOD(lldb::SBSourceManager, SBDebugger, GetSourceManager, ());
H A DSBTarget.cpp2007 SBSourceManager SBTarget::GetSourceManager() { function in class:SBTarget
2008 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSourceManager, SBTarget, GetSourceManager);
2608 LLDB_REGISTER_METHOD(lldb::SBSourceManager, SBTarget, GetSourceManager, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp421 m_target.GetSourceManager().SetDefaultFileAndLine(
529 m_target.GetSourceManager().GetDefaultFileAndLine(save_default_file,
570 m_target.GetSourceManager().SetDefaultFileAndLine(save_default_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp844 return target->GetSourceManager().DisplaySourceLinesWithLineNumbers(
1098 target->GetSourceManager().DisplaySourceLinesWithLineNumbers(
1111 if (target->GetSourceManager().DisplayMoreWithLineNumbers(
1122 target->GetSourceManager().GetLastFile());
1135 if (target->GetSourceManager()
1222 target->GetSourceManager().DisplaySourceLinesWithLineNumbers(
H A DCommandObjectBreakpoint.cpp748 if (!target.GetSourceManager().GetDefaultFileAndLine(file, default_line)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp107 context.target_sp->GetSourceManager().FindLinesMatchingRegex(
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h184 lldb::SBSourceManager GetSourceManager();
H A DSBTarget.h773 SBSourceManager GetSourceManager();
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i342 GetSourceManager ();
H A DSBTarget.i476 GetSourceManager ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h163 // GetSourceManager on the target instead.
164 SourceManager &GetSourceManager();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp406 target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManager();
H A DDebugger.cpp1218 SourceManager &Debugger::GetSourceManager() { function in class:Debugger
H A DIOHandlerCursesGUI.cpp3344 m_debugger.GetSourceManager().GetFile(m_sc.line_entry.file);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp815 m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine(
H A DStackFrame.cpp1917 target->GetSourceManager().DisplaySourceLinesWithLineNumbers(
H A DTarget.cpp2469 SourceManager &Target::GetSourceManager() { function in class:Target
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1222 SourceManager &GetSourceManager();

Completed in 332 milliseconds