Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
DLineEntry.h76 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
DSymbolContext.h150 bool DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
DFunction.h205 void DumpStopContext(Stream *s) const;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DDeclaration.h101 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDeclaration.cpp35 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in Declaration
DAddress.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-12-stable/contrib/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp68 bool SymbolContext::DumpStopContext(Stream *s, ExecutionContextScope *exe_scope, in DumpStopContext() function in SymbolContext
137 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext()
144 return inline_parent_sc.DumpStopContext( in DumpStopContext()
152 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
DLineEntry.cpp50 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in LineEntry
DVariable.cpp190 dumped_declaration_info = sc.DumpStopContext( in DumpDeclaration()
197 if (m_declaration.DumpStopContext(s, false)) in DumpDeclaration()
DFunction.cpp85 void InlineFunctionInfo::DumpStopContext(Stream *s) const { in DumpStopContext() function in InlineFunctionInfo
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp516 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
539 sc.line_entry.DumpStopContext(s, true); in GetDescription()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTraceInstructionDumper.cpp139 insn.sc.DumpStopContext(&s, insn.exe_ctx.GetTargetPtr(), insn.address, in DumpInstructionSymbolContext()
DThreadPlanStepOverRange.cpp63 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
DThreadPlanStepInRange.cpp109 m_addr_context.line_entry.DumpStopContext(s, false); in GetDescription()
DStackFrame.cpp1807 m_sc.DumpStopContext(strm, exe_ctx.GetBestExecutionContextScope(), in Dump()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp594 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
667 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
DCommandObjectWatchpoint.cpp965 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
DCommandObjectSource.cpp1088 sc.DumpStopContext(&result.GetOutputStream(), in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp1495 decl.DumpStopContext(&ss, true); in Watch()