Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDeclaration.cpp14 void Declaration::Dump(Stream *s, bool show_fullpaths) const { in Dump()
17 if (show_fullpaths) in Dump()
35 bool Declaration::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
37 if (show_fullpaths) in DumpStopContext()
HDAddress.cpp669 const bool show_fullpaths = false; in Dump() local
686 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDeclaration.h99 void Dump(Stream *s, bool show_fullpaths) const;
101 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDLineEntry.cpp39 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
42 if (show_fullpaths) in DumpStopContext()
HDBlock.cpp54 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription() local
55 m_inlineInfoSP->Dump(s, show_fullpaths); in GetDescription()
77 bool show_fullpaths = false; in Dump() local
78 m_inlineInfoSP->Dump(s, show_fullpaths); in Dump()
HDVariable.cpp147 bool show_fullpaths = false; in Dump() local
148 m_declaration.Dump(s, show_fullpaths); in Dump()
170 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration() argument
183 s, nullptr, Address(), show_fullpaths, show_module, show_inlined_frames, in DumpDeclaration()
HDFunction.cpp39 void FunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump()
42 m_declaration.Dump(s, show_fullpaths); in Dump()
81 void InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const { in Dump()
82 FunctionInfo::Dump(s, show_fullpaths); in Dump()
HDSymbolContext.cpp74 bool show_fullpaths, bool show_module, bool show_inlined_frames, in DumpStopContext() argument
80 if (show_fullpaths) in DumpStopContext()
143 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext()
151 s, exe_scope, inline_parent_addr, show_fullpaths, show_module, in DumpStopContext()
159 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
HDType.cpp315 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription() local
316 m_decl.Dump(s, show_fullpaths); in GetDescription()
380 bool show_fullpaths = false; in Dump() local
381 m_decl.Dump(s, show_fullpaths); in Dump()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanTracer.cpp66 bool show_fullpaths = false; in Log() local
71 show_fullpaths); in Log()
HDStackFrame.cpp1812 bool show_fullpaths) { in Dump() argument
1830 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDLineEntry.h71 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
HDFunction.h87 void Dump(Stream *s, bool show_fullpaths) const;
201 void Dump(Stream *s, bool show_fullpaths) const;
HDVariable.h43 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
HDSymbolContext.h159 bool show_fullpaths, bool show_module, bool show_inlined_frames,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrame.h368 void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectFrame.cpp553 bool show_fullpaths = false; in DoExecute() local
555 if (var_sp->DumpDeclaration(&s, show_fullpaths, in DoExecute()
HDCommandObjectSource.cpp1039 bool show_fullpaths = true; in DoExecute() local
1047 show_fullpaths, show_module, show_inlined_frames, in DoExecute()
HDCommandObjectTarget.cpp775 bool show_fullpaths = false; in DumpValueObject() local
777 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()