Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDeclaration.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()
H A DAddress.cpp657 const bool show_fullpaths = false; in Dump() local
674 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h103 void Dump(Stream *s, bool show_fullpaths) const;
105 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp39 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
42 if (show_fullpaths) in DumpStopContext()
H A DBlock.cpp55 bool show_fullpaths = (level == eDescriptionLevelVerbose); in GetDescription() local
56 m_inlineInfoSP->Dump(s, show_fullpaths); in GetDescription()
78 bool show_fullpaths = false; in Dump() local
79 m_inlineInfoSP->Dump(s, show_fullpaths); in Dump()
H A DVariable.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()
H A DFunction.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()
H A DSymbolContext.cpp75 bool show_fullpaths, bool show_module, bool show_inlined_frames, in DumpStopContext() argument
81 if (show_fullpaths) in DumpStopContext()
149 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext()
157 s, exe_scope, inline_parent_addr, show_fullpaths, show_module, in DumpStopContext()
165 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
H A DType.cpp323 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription() local
324 m_decl.Dump(s, show_fullpaths); in GetDescription()
388 bool show_fullpaths = false; in Dump() local
389 m_decl.Dump(s, show_fullpaths); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp67 bool show_fullpaths = false; in Log() local
71 show_fullpaths); in Log()
H A DStackFrame.cpp1959 bool show_fullpaths) { in Dump() argument
1977 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h71 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
H A DFunction.h88 void Dump(Stream *s, bool show_fullpaths) const;
202 void Dump(Stream *s, bool show_fullpaths) const;
H A DVariable.h43 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
H A DSymbolContext.h150 bool show_fullpaths, bool show_module, bool show_inlined_frames,
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h365 void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp579 bool show_fullpaths = false; in DoExecute() local
581 if (var_sp->DumpDeclaration(&s, show_fullpaths, in DoExecute()
H A DCommandObjectSource.cpp1030 bool show_fullpaths = true; in DoExecute() local
1038 show_fullpaths, show_module, show_inlined_frames, in DoExecute()
H A DCommandObjectTarget.cpp774 bool show_fullpaths = false; in DumpValueObject() local
776 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()