Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDLineEntry.h76 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
HDDeclaration.h120 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
HDSymbolContext.h142 bool DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
HDFunction.h202 void DumpStopContext(Stream *s, lldb::LanguageType language) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDDeclaration.cpp42 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in Declaration
HDSymbolContext.cpp70 bool SymbolContext::DumpStopContext(Stream *s, ExecutionContextScope *exe_scope, in DumpStopContext() function in SymbolContext
135 call_site.DumpStopContext(s, show_fullpaths); in DumpStopContext()
141 return inline_parent_sc.DumpStopContext( in DumpStopContext()
149 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
HDLineEntry.cpp51 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in LineEntry
HDVariable.cpp192 dumped_declaration_info = sc.DumpStopContext( in DumpDeclaration()
199 if (m_declaration.DumpStopContext(s, false)) in DumpDeclaration()
HDFunction.cpp85 void InlineFunctionInfo::DumpStopContext(Stream *s, in DumpStopContext() function in InlineFunctionInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDAddress.cpp551 func_sc.DumpStopContext(s, exe_scope, so_addr, true, true, in Dump()
630 pointer_sc.DumpStopContext(s, exe_scope, so_addr, true, false, in Dump()
668 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
728 var_sp->GetDeclaration().DumpStopContext(s, false); in Dump()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp516 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
539 sc.line_entry.DumpStopContext(s, true); in GetDescription()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepOverRange.cpp63 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
HDThreadPlanStepInRange.cpp125 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
HDStackFrame.cpp1838 m_sc.DumpStopContext(strm, exe_ctx.GetBestExecutionContextScope(), in Dump()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp594 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
667 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
HDCommandObjectWatchpoint.cpp936 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
HDCommandObjectSource.cpp1081 sc.DumpStopContext(&result.GetOutputStream(), in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp1495 decl.DumpStopContext(&ss, true); in Watch()