Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DLineEntry.h76 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
DDeclaration.h120 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
DSymbolContext.h150 bool DumpStopContext(Stream *s, ExecutionContextScope *exe_scope,
DFunction.h205 void DumpStopContext(Stream *s) const;
/external/llvm-project/lldb/source/Symbol/
DDeclaration.cpp42 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext() function in Declaration
DSymbolContext.cpp70 bool SymbolContext::DumpStopContext(Stream *s, ExecutionContextScope *exe_scope, in DumpStopContext() function in SymbolContext
135 call_site.DumpStopContext(s, show_fullpaths); in DumpStopContext()
139 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext()
146 return inline_parent_sc.DumpStopContext( in DumpStopContext()
154 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
DLineEntry.cpp51 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
/external/llvm-project/lldb/source/Core/
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()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp515 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
538 sc.line_entry.DumpStopContext(s, true); in GetDescription()
/external/llvm-project/lldb/source/Target/
DTrace.cpp125 sc.DumpStopContext(&s, &target, address, /*show_fullpath*/ false, in DumpSymbolContext()
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.cpp1826 m_sc.DumpStopContext(strm, exe_ctx.GetBestExecutionContextScope(), in Dump()
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp601 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
674 var_sp->GetDeclaration().DumpStopContext(&s, false); in DoExecute()
DCommandObjectWatchpoint.cpp986 var_sp->GetDeclaration().DumpStopContext(&ss, true); in DoExecute()
DCommandObjectSource.cpp1098 sc.DumpStopContext(&result.GetOutputStream(), in DoExecute()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp335 sc.DumpStopContext(&S, BP->GetTarget().GetProcessSP().get(), in dumpState()
/external/llvm-project/lldb/source/API/
DSBValue.cpp1495 decl.DumpStopContext(&ss, true); in Watch()