Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBSourceManager.cpp64 return target_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers (file, in DisplaySourceLinesWithLineNumbers()
76 return debugger_sp->GetSourceManager().DisplaySourceLinesWithLineNumbers (file, in DisplaySourceLinesWithLineNumbers()
DSBDebugger.cpp426 SBDebugger::GetSourceManager () in GetSourceManager() function in SBDebugger
DSBTarget.cpp2284 SBTarget::GetSourceManager() in GetSourceManager() function in SBTarget
/external/lldb/source/Commands/
DCommandObjectSource.cpp428 return target->GetSourceManager().DisplaySourceLinesWithLineNumbers (start_file, in DisplayFunctionSource()
704 target->GetSourceManager().DisplaySourceLinesWithLineNumbers (sc.comp_unit, in DoExecute()
723 … if (target->GetSourceManager().DisplayMoreWithLineNumbers (&result.GetOutputStream(), in DoExecute()
738 SourceManager::FileSP last_file_sp (target->GetSourceManager().GetLastFile ()); in DoExecute()
750 if (target->GetSourceManager().DisplaySourceLinesWithLineNumbersUsingLastFile( in DoExecute()
855 target->GetSourceManager().DisplaySourceLinesWithLineNumbers (sc.comp_unit, in DoExecute()
DCommandObjectBreakpoint.cpp562 if (!target->GetSourceManager().GetDefaultFileAndLine(file, default_line)) in GetDefaultFile()
/external/lldb/test/python_api/default-constructor/
Dsb_debugger.py32 obj.GetSourceManager()
Dsb_target.py29 obj.GetSourceManager()
/external/lldb/source/Breakpoint/
DBreakpointResolverFileRegex.cpp63 …context.target_sp->GetSourceManager().FindLinesMatchingRegex(cu_file_spec, m_regex, 1, UINT32_MAX,… in SearchCallback()
/external/lldb/scripts/Python/interface/
DSBDebugger.i235 GetSourceManager ();
DSBTarget.i592 GetSourceManager ();
/external/lldb/test/source-manager/
DTestSourceManager.py61 source_mgr = self.dbg.GetSourceManager()
/external/lldb/include/lldb/Core/
DDebugger.h162 GetSourceManager ();
/external/lldb/include/lldb/API/
DSBDebugger.h157 GetSourceManager ();
DSBTarget.h751 GetSourceManager();
/external/lldb/source/Core/
DDisassembler.cpp416 …urceManager &source_manager = target_sp ? target_sp->GetSourceManager() : debugger.GetSourceManage… in PrintInstructions()
DDebugger.cpp2688 Debugger::GetSourceManager () in GetSourceManager() function in Debugger
/external/lldb/include/lldb/Target/
DTarget.h1161 GetSourceManager ();
/external/lldb/source/Target/
DStackFrameList.cpp707 … m_thread.CalculateTarget()->GetSourceManager().SetDefaultFileAndLine (sc.line_entry.file, in SetDefaultFileAndLineToSelectedFrame()
DStackFrame.cpp1402 … target->GetSourceManager().DisplaySourceLinesWithLineNumbers (m_sc.line_entry.file, in GetStatus()
DTarget.cpp1973 Target::GetSourceManager () in GetSourceManager() function in Target
/external/lldb/examples/python/
Dcrashlog.py699 …lldb.debugger.GetSourceManager().DisplaySourceLinesWithLineNumbers(line_entry.file, line_entry.lin…
/external/lldb/www/python_reference/
Dapi-objects.txt2786 lldb.SBDebugger.GetSourceManager lldb.SBDebugger-class.html#GetSourceManager
3718 lldb.SBTarget.GetSourceManager lldb.SBTarget-class.html#GetSourceManager