Lines Matching refs:LLDB_LOG
95 LLDB_LOG(log, "Parsing Compact C Type format for {0}", module_desc.GetData()); in ParseHeader()
102 LLDB_LOG(log, "CTF parsing failed: insufficient data for CTF header"); in ParseHeader()
123 LLDB_LOG(log, "CTF parsing failed: invalid magic: {0:x}", in ParseHeader()
129 LLDB_LOG(log, "CTF parsing failed: unsupported version: {0}", in ParseHeader()
134 LLDB_LOG(log, "Parsed valid CTF preamble: version {0}, flags {1:x}", in ParseHeader()
158 LLDB_LOG(log, "CTF parsing failed: inflate initialization error: {0}", in ParseHeader()
165 LLDB_LOG(log, "CTF parsing failed: inflate error: {0}", zError(rc)); in ParseHeader()
171 LLDB_LOG(log, "CTF parsing failed: inflate end error: {0}", zError(rc)); in ParseHeader()
176 LLDB_LOG(log, in ParseHeader()
187 LLDB_LOG( in ParseHeader()
196 LLDB_LOG(log, in ParseHeader()
203 LLDB_LOG(log, in ParseHeader()
210 LLDB_LOG( in ParseHeader()
218 LLDB_LOG(log, in ParseHeader()
225 LLDB_LOG(log, in ParseHeader()
234 LLDB_LOG(log, in ParseHeader()
242 LLDB_LOG(log, in ParseHeader()
250 LLDB_LOG(log, in ParseHeader()
257 LLDB_LOG(log, in ParseHeader()
534 LLDB_LOG(GetLog(LLDBLog::Symbols), in CompleteType()
721 LLDB_LOG(log, "Parsing CTF types"); in ParseTypes()
740 LLDB_LOG(log, "Parsed {0} CTF types", m_ctf_types.size()); in ParseTypes()
745 LLDB_LOG(log, "Created {0} CTF types", m_types.size()); in ParseTypes()
765 LLDB_LOG(log, "Parsing CTF functions"); in ParseFunctions()
837 LLDB_LOG(log, "CTF parsed {0} functions", m_functions.size()); in ParseFunctions()
882 LLDB_LOG(log, "Parsing CTF objects"); in ParseObjects()
913 LLDB_LOG(log, "Parsed {0} CTF objects", m_variables.size()); in ParseObjects()