Home
last modified time | relevance | path

Searched refs:DumpStopContext (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h71 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
H A DSymbolContext.h157 bool DumpStopContext(
H A DFunction.h203 void DumpStopContext(Stream *s) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h101 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDeclaration.cpp35 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in Declaration
H A DAddress.cpp568 func_sc.DumpStopContext(s, exe_scope, so_addr, true, true, in Dump()
647 pointer_sc.DumpStopContext(s, exe_scope, so_addr, true, false, in Dump()
686 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
765 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
H A DIOHandlerCursesGUI.cpp5367 symbol_context.line_entry.DumpStopContext(&location_stream, true); in ComputeDetailsList()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp142 item.symbol_info->sc.DumpStopContext( in TraceItem()
212 first_sc.DumpStopContext( in DumpSegmentContext()
225 last_sc.DumpStopContext( in DumpSegmentContext()
H A DThreadPlanStepOverRange.cpp64 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
H A DThreadPlanStepInRange.cpp110 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
H A DStackFrame.cpp1829 m_sc.DumpStopContext(strm, exe_ctx.GetBestExecutionContextScope(), in Dump()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp72 bool SymbolContext::DumpStopContext( in DumpStopContext() function in SymbolContext
143 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext()
150 return inline_parent_sc.DumpStopContext( in DumpStopContext()
159 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
H A DLineEntry.cpp39 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in LineEntry
H A DVariable.cpp182 dumped_declaration_info = sc.DumpStopContext( in DumpDeclaration()
189 if (m_declaration.DumpStopContext(s, false)) in DumpDeclaration()
H A DFunction.cpp87 void InlineFunctionInfo::DumpStopContext(Stream *s) const { in DumpStopContext() function in InlineFunctionInfo
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp509 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
538 sc.line_entry.DumpStopContext(s, true); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp592 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
646 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
H A DCommandObjectWatchpoint.cpp924 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
H A DCommandObjectSource.cpp1044 sc.DumpStopContext(&result.GetOutputStream(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1488 decl.DumpStopContext(&ss, true); in Watch()