Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp666 const bool show_fullpaths = false; in Dump() local
683 sc.DumpStopContext(s, exe_scope, *this, show_fullpaths, in Dump()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DDeclaration.h99 void Dump(Stream *s, bool show_fullpaths) const;
101 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DBlock.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()
H A DLineEntry.cpp50 bool LineEntry::DumpStopContext(Stream *s, bool show_fullpaths) const { in DumpStopContext()
52 if (show_fullpaths) in DumpStopContext()
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 DVariable.cpp145 bool show_fullpaths = false; in Dump() local
146 m_declaration.Dump(s, show_fullpaths); in Dump()
168 bool Variable::DumpDeclaration(Stream *s, bool show_fullpaths, in DumpDeclaration() argument
181 s, nullptr, Address(), show_fullpaths, show_module, show_inlined_frames, in DumpDeclaration()
H A DType.cpp191 bool show_fullpaths = (level == lldb::eDescriptionLevelVerbose); in GetDescription() local
192 m_decl.Dump(s, show_fullpaths); in GetDescription()
253 bool show_fullpaths = false; in Dump() local
254 m_decl.Dump(s, show_fullpaths); in Dump()
H A DSymbolContext.cpp69 const Address &addr, bool show_fullpaths, in DumpStopContext() argument
75 if (show_fullpaths) in DumpStopContext()
137 line_entry.DumpStopContext(s, show_fullpaths); in DumpStopContext()
145 s, exe_scope, inline_parent_addr, show_fullpaths, show_module, in DumpStopContext()
152 if (line_entry.DumpStopContext(s, show_fullpaths)) in DumpStopContext()
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanTracer.cpp67 bool show_fullpaths = false; in Log() local
72 show_fullpaths); in Log()
H A DStackFrame.cpp1819 bool show_fullpaths) { in Dump() argument
1837 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DLineEntry.h76 bool DumpStopContext(Stream *s, bool show_fullpaths) const;
H A DFunction.h87 void Dump(Stream *s, bool show_fullpaths) const;
201 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.h151 const Address &so_addr, bool show_fullpaths,
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h351 void Dump(Stream *strm, bool show_frame_index, bool show_fullpaths);
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp554 bool show_fullpaths = false; in DoExecute() local
556 if (var_sp->DumpDeclaration(&s, show_fullpaths, in DoExecute()
H A DCommandObjectSource.cpp1070 bool show_fullpaths = true; in DoExecute() local
1078 show_fullpaths, show_module, show_inlined_frames, in DoExecute()
H A DCommandObjectTarget.cpp775 bool show_fullpaths = false; in DumpValueObject() local
777 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()