Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDLineEntry.h71 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
HDSymbolContext.h157 bool DumpStopContext(
HDFunction.h203 void DumpStopContext(Stream *s) const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDeclaration.h101 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDeclaration.cpp35 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in Declaration
HDAddress.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()
HDIOHandlerCursesGUI.cpp5367 symbol_context.line_entry.DumpStopContext(&location_stream, true); in ComputeDetailsList()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTraceDumper.cpp142 item.symbol_info->sc.DumpStopContext( in TraceItem()
212 first_sc.DumpStopContext( in DumpSegmentContext()
225 last_sc.DumpStopContext( in DumpSegmentContext()
HDThreadPlanStepOverRange.cpp64 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
HDThreadPlanStepInRange.cpp110 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
HDStackFrame.cpp1829 m_sc.DumpStopContext(strm, exe_ctx.GetBestExecutionContextScope(), in Dump()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolContext.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()
HDLineEntry.cpp39 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in LineEntry
HDVariable.cpp182 dumped_declaration_info = sc.DumpStopContext( in DumpDeclaration()
189 if (m_declaration.DumpStopContext(s, false)) in DumpDeclaration()
HDFunction.cpp87 void InlineFunctionInfo::DumpStopContext(Stream *s) const { in DumpStopContext() function in InlineFunctionInfo
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocation.cpp509 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
538 sc.line_entry.DumpStopContext(s, true); in GetDescription()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp592 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
646 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
HDCommandObjectWatchpoint.cpp924 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
HDCommandObjectSource.cpp1044 sc.DumpStopContext(&result.GetOutputStream(), in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp1488 decl.DumpStopContext(&ss, true); in Watch()