Home
last modified time | relevance | path

Searched refs:show_module (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp155 bool show_module = false; in Dump() local
171 show_module = true; in Dump()
183 if (show_module) { in Dump()
H A DAddress.cpp667 const bool show_module = (style == DumpStyleResolvedDescription); in Dump() local
686 show_module, show_inlined_frames, in Dump()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h43 bool DumpDeclaration(Stream *s, bool show_fullpaths, bool show_module);
H A DSymbolContext.h159 bool show_fullpaths, bool show_module, bool show_inlined_frames,
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp169 bool show_module) { in DumpDeclaration() argument
181 s, nullptr, Address(), show_fullpaths, show_module, show_inlined_frames, in DumpDeclaration()
H A DSymbolContext.cpp74 bool show_fullpaths, bool show_module, bool show_inlined_frames, in DumpStopContext() argument
78 if (show_module && module_sp) { in DumpStopContext()
148 s, exe_scope, inline_parent_addr, show_fullpaths, show_module, in DumpStopContext()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp605 bool show_module = true; in DoExecute() local
607 show_module)) in DoExecute()
H A DCommandObjectSource.cpp1036 bool show_module = true; in DoExecute() local
1043 show_fullpaths, show_module, show_inlined_frames, in DoExecute()
H A DCommandObjectTarget.cpp808 bool show_module = true; in DumpValueObject() local
809 if (var_sp->DumpDeclaration(&s, show_fullpaths, show_module)) in DumpValueObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1833 const bool show_module = true; in Dump() local
1838 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()