Home
last modified time | relevance | path

Searched refs:LLDB_LOG (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp40 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in InitializeObject()
50 LLDB_LOG(log, "[{0}] {1} is skipped", GetSymbolFileName(), __FUNCTION__); in ParseLanguage()
54 LLDB_LOG(log, "Language {0} would return if hydrated.", langType); in ParseLanguage()
64 LLDB_LOG(log, "[{0}] {1} is skipped", GetSymbolFileName(), __FUNCTION__); in ParseXcodeSDK()
69 LLDB_LOG(log, "SDK {0} would return if hydrated.", sdk.GetString()); in ParseXcodeSDK()
78 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseFunctions()
87 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseLineTable()
96 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseDebugMacros()
108 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ForEachExternalModule()
119 LLDB_LOG(GetLog(), in ParseSupportFiles()
[all …]
H A DFunction.cpp140 LLDB_LOG(log, "GetLoadAddress: cannot get Module for caller"); in GetLoadAddress()
146 LLDB_LOG(log, "GetLoadAddress: cannot get SectionList for Module"); in GetLoadAddress()
165 LLDB_LOG(log, "DirectCallEdge: Lazily parsing the call graph for {0}", in ParseSymbolFileAndResolve()
174 LLDB_LOG(log, in ParseSymbolFileAndResolve()
181 LLDB_LOG(log, "DirectCallEdge: Invalid symbol address"); in ParseSymbolFileAndResolve()
186 LLDB_LOG(log, "DirectCallEdge: Could not find complete function"); in ParseSymbolFileAndResolve()
236 LLDB_LOG(log, "IndirectCallEdge: Could not extract address from scalar"); in GetCallee()
242 LLDB_LOG(log, "IndirectCallEdge: Could not resolve callee's load address"); in GetCallee()
248 LLDB_LOG(log, "IndirectCallEdge: Could not find complete function"); in GetCallee()
326 LLDB_LOG(log, "GetCallEdges: Attempting to parse call site info for {0}", in GetCallEdges()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp198 LLDB_LOG(log, "Couldn't find result variable"); in CreateResultVariable()
203 LLDB_LOG(log, "Result name: \"{0}\"", result_name); in CreateResultVariable()
208 LLDB_LOG(log, "Result variable had no data"); in CreateResultVariable()
217 LLDB_LOG(log, "Found result in the IR: \"{0}\"", in CreateResultVariable()
223 LLDB_LOG(log, "Result variable isn't a GlobalVariable"); in CreateResultVariable()
234 LLDB_LOG(log, "Result variable doesn't have a corresponding Decl"); in CreateResultVariable()
249 LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str); in CreateResultVariable()
254 LLDB_LOG(log, "Result variable Decl isn't a VarDecl"); in CreateResultVariable()
290 LLDB_LOG(log, "Expected result to have pointer type, but it did not"); in CreateResultVariable()
309 LLDB_LOG(log, "Result type has unknown size"); in CreateResultVariable()
[all …]
H A DClangASTSource.cpp200 LLDB_LOG(log, " CTD Searching namespace {0} in module {1}", in FindCompleteType()
266 LLDB_LOG(log, in CompleteType()
272 LLDB_LOG(log, " CTD Before:\n{0}", ClangUtil::DumpDecl(tag_decl)); in CompleteType()
288 LLDB_LOG(log, " [CTD] After:\n{0}", ClangUtil::DumpDecl(tag_decl)); in CompleteType()
294 LLDB_LOG(log, in CompleteType()
299 LLDB_LOG(log, " [COID] Before:\n{0}", in CompleteType()
322 LLDB_LOG(log, " [COID] After:"); in CompleteType()
323 LLDB_LOG(log, " [COID] {0}", ClangUtil::DumpDecl(interface_decl)); in CompleteType()
387 LLDB_LOG(log, in FindExternalLexicalDecls()
395 LLDB_LOG(log, in FindExternalLexicalDecls()
[all …]
H A DClangExpressionDeclMap.cpp288 LLDB_LOG(log, "Persistent variable's type wasn't copied successfully"); in AddPersistentVariable()
330 LLDB_LOG(log, "Created persistent variable with flags {0:x}", var->m_flags); in AddPersistentVariable()
371 LLDB_LOG(log, "Adding value for (NamedDecl*){0} [{1} - {2}] to the structure", in AddValueToStruct()
386 LLDB_LOG(log, "Already placed at {0:x}", jit_vars->m_offset); in AddValueToStruct()
425 LLDB_LOG(log, "Placed at {0:x}", offset); in AddValueToStruct()
673 LLDB_LOG(log, in FindExternalVisibleDecls()
679 LLDB_LOG(log, in FindExternalVisibleDecls()
684 LLDB_LOG(log, in FindExternalVisibleDecls()
711 LLDB_LOG(log, " CEDM::FEVD Searching namespace {0} in module {1}", in FindExternalVisibleDecls()
719 LLDB_LOG(log, " CEDM::FEVD Searching the root namespace"); in FindExternalVisibleDecls()
[all …]
H A DClangASTImporter.cpp92 LLDB_LOG(log, in CopyDecl()
98 LLDB_LOG(log, in CopyDecl()
178 LLDB_LOG(log, in Override()
315 LLDB_LOG(log, in DeportType()
336 LLDB_LOG(log, in DeportDecl()
354 LLDB_LOG(log, in DeportDecl()
639 LLDB_LOG(log, in importRecordLayoutFromOrigin()
705 LLDB_LOG(log, "LRT returned:"); in importRecordLayoutFromOrigin()
706 LLDB_LOG(log, "LRT Original = (RecordDecl*){0:x}", in importRecordLayoutFromOrigin()
708 LLDB_LOG(log, "LRT Size = {0}", size); in importRecordLayoutFromOrigin()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp77 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
79 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
92 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
97 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
106 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
128 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
192 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
218 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
223 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, flags = {2:x}", pid, in MonitorSIGTRAP()
229 LLDB_LOG(log, "monitoring new thread, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp67 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
69 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
79 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
84 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
93 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
115 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
175 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
216 LLDB_LOG(log, "PT_GET_SIGINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
220 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, si_code = {2}", pid, in MonitorSIGTRAP()
233 LLDB_LOG(lo in MonitorSIGTRAP()
[all...]
H A DNativeThreadNetBSD.cpp79 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo); in SetStoppedBySignal()
201 LLDB_LOG(log, "sysctl() for LWP info size failed: {0}", in GetName()
210 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError()); in GetName()
221 LLDB_LOG(log, "unable to find lwp {0} in LWP infos", m_tid); in GetName()
251 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(), in GetStopReason()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp80 LLDB_LOG(log, "status = {0}, notify = {1}", status, bNotifyStateChange); in SetExitStatus()
85 LLDB_LOG(log, "exit status already set to {0}", *m_exit_status); in SetExitStatus()
87 LLDB_LOG(log, "state is exited, but status not set"); in SetExitStatus()
139 LLDB_LOG(log, "failed to find a thread to grab a NativeRegisterContext!"); in GetHardwareDebugSupportInfo()
184 LLDB_LOG(log, in SetWatchpoint()
198 LLDB_LOG(log, "RemoveWatchpoint failed for pid={0}, tid={1}: {2}", in SetWatchpoint()
277 LLDB_LOG(log, in SetHardwareBreakpoint()
327 LLDB_LOG(log, "sent state notification [{0}] from process {1}", state, in SynchronouslyNotifyProcessStateChanged()
333 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec()
343 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint); in SetSoftwareBreakpoint()
[all …]
H A DHostInfoBase.cpp125 LLDB_LOG(log, "shlib dir -> `{0}`", g_fields->m_lldb_so_dir); in GetShlibDir()
135 LLDB_LOG(log, "support exe dir -> `{0}`", g_fields->m_lldb_support_exe_dir); in GetSupportExeDir()
145 LLDB_LOG(log, "header dir -> `{0}`", g_fields->m_lldb_headers_dir); in GetHeaderDir()
156 LLDB_LOG(log, "system plugin dir -> `{0}`", in GetSystemPluginDir()
168 LLDB_LOG(log, "user plugin dir -> `{0}`", g_fields->m_lldb_user_plugin_dir); in GetUserPluginDir()
179 LLDB_LOG(log, "process temp dir -> `{0}`", in GetProcessTempDir()
192 LLDB_LOG(log, "global temp dir -> `{0}`", g_fields->m_lldb_global_tmp_dir); in GetGlobalTempDir()
228 LLDB_LOG( in ComputePathRelativeToLibrary()
236 LLDB_LOG(log, "Failed to find liblldb within the shared lib path"); in ComputePathRelativeToLibrary()
241 LLDB_LOG(log, "Derived the path as: {0}", raw_path); in ComputePathRelativeToLibrary()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp44 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ThreadedCommunication()
59 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~ThreadedCommunication()
81 LLDB_LOG( in Read()
167 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread()
200 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread()
242 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache()
268 LLDB_LOG(log, "Communication({0}) thread starting...", this); in ReadThread()
297 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread()
313 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread()
320 LLDB_LOG(log, "Communication({0}) thread exiting...", this); in ReadThread()
H A DCommunication.cpp44 LLDB_LOG(GetLog(LLDBLog::Communication), in Connect()
56 LLDB_LOG(GetLog(LLDBLog::Communication), "{0} Communication::Disconnect ()", in Disconnect()
90 LLDB_LOG( in Read()
103 LLDB_LOG(GetLog(LLDBLog::Communication), in Write()
H A DRichManglingContext.cpp50 LLDB_LOG(log, "demangled itanium: {0} -> \"{1}\"", mangled, m_ipd_buf); in FromItaniumName()
52 LLDB_LOG(log, "demangled itanium: {0} -> error: failed to demangle", in FromItaniumName()
104 LLDB_LOG(log, "ItaniumPartialDemangler Realloc: new buffer size is {0}", in processIPDStrResult()
H A DSourceManager.cpp87 LLDB_LOG(log, "Source file caching disabled: creating new source file: {0}", in GetFile()
101 LLDB_LOG(log, "Found source file in the process cache: {0}", file_spec); in GetFile()
103 LLDB_LOG(log, "Path remapping is stale: removing file from caches: {0}", in GetFile()
124 LLDB_LOG(log, "Found source file in the debugger cache: {0}", file_spec); in GetFile()
128 LLDB_LOG(log, "Path remapping is stale: {0}", file_spec); in GetFile()
134 LLDB_LOG(log, "Modification time is stale: {0}", file_spec); in GetFile()
140 LLDB_LOG(log, "File doesn't exist on disk: {0}", file_spec); in GetFile()
147 LLDB_LOG(log, "Creating and caching new source file: {0}", file_spec); in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp156 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate()
167 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate()
187 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a NULL target, can't " in Evaluate()
196 LLDB_LOG(log, "== [UserExpression::Evaluate] No process, but the policy is " in Evaluate()
257 LLDB_LOG(log, "== [UserExpression::Evaluate] Getting expression: {0} ==", in Evaluate()
262 LLDB_LOG(log, "== [UserExpression::Evaluate] Parsing expression {0} ==", in Evaluate()
348 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate()
369 LLDB_LOG(log, "== [UserExpression::Evaluate] Executing expression =="); in Evaluate()
376 LLDB_LOG(log, "== [UserExpression::Evaluate] Execution completed " in Evaluate()
391 LLDB_LOG(log, in Evaluate()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp214 LLDB_LOG(log, "EmulateMFSPR: {0:X+8}: mfspr r0, lr", m_addr); in EmulateMFSPR()
224 LLDB_LOG(log, "EmulateMFSPR: success!"); in EmulateMFSPR()
241 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra); in EmulateLD()
254 LLDB_LOG(log, "EmulateLD: success!"); in EmulateLD()
279 LLDB_LOG(log, "EmulateSTD: {0:X+8}: std{1} r{2}, {3}(r{4})", m_addr, in EmulateSTD()
322 LLDB_LOG(log, "EmulateSTD: success!"); in EmulateSTD()
337 LLDB_LOG(log, "EmulateOR: {0:X+8}: mr r{1}, r{2}", m_addr, ra, rb); in EmulateOR()
355 LLDB_LOG(log, "EmulateOR: success!"); in EmulateOR()
372 LLDB_LOG(log, "EmulateADDI: {0:X+8}: addi r1, r1, {1}", m_addr, si_val); in EmulateADDI()
391 LLDB_LOG(log, "EmulateADDI: success!"); in EmulateADDI()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp95 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()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp436 LLDB_LOG(m_log, LOG_PREFIX in IsValid()
455 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData()
461 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData()
469 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed"); in GetRawData()
526 LLDB_LOG(m_log, LOG_PREFIX "Complex numbers are not supported yet"); in GetValue()
693 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject()
700 LLDB_LOG( in GetVectorValueObject()
711 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr3 RegisterInfo"); in GetVectorValueObject()
726 LLDB_LOG(m_log, LOG_PREFIX "Failed to read vector register contents"); in GetVectorValueObject()
731 LLDB_LOG(m_log, LOG_PREFIX "Failed to extract vector register bytes"); in GetVectorValueObject()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp48 LLDB_LOG(log, "addr: {0:x}, size: {1:x}", addr, size); in SetHardwareBreakpoint()
109 LLDB_LOG(log, "hw_idx: {0}", hw_idx); in ClearHardwareBreakpoint()
224 LLDB_LOG(log, "addr: {0:x}, size: {1:x} watch_flags: {2:x}", addr, size, in SetHardwareWatchpoint()
317 LLDB_LOG(log, "wp_index: {0}", wp_index); in ClearHardwareWatchpoint()
389 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointSize()
407 LLDB_LOG(log, "wp_index: {0}", wp_index); in WatchpointIsEnabled()
418 LLDB_LOG(log, "wp_index: {0}, trap_addr: {1:x}", wp_index, trap_addr); in GetWatchpointHitIndex()
449 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointAddress()
462 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointHitAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp308 LLDB_LOG(log, in LaunchProcess()
330 LLDB_LOG(log, in LaunchProcess()
405 LLDB_LOG(log, "including existing processes in search"); in AttachWaitProcess()
409 LLDB_LOG(log, "placed '{0}' processes in the exclusion list.", in AttachWaitProcess()
413 LLDB_LOG(log, "waiting for '{0}' to appear", process_name); in AttachWaitProcess()
434 LLDB_LOG(log, "found pid {0}", matching_process_pid); in AttachWaitProcess()
455 LLDB_LOG(log, "sleep {0} seconds", polling_interval); in AttachWaitProcess()
482 LLDB_LOG(log, "pid = {0}, failed to retrieve process exit status", in SendWResponse()
491 LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(), in SendWResponse()
801 LLDB_LOG(log, "preparing packet for pid {0} tid {1}", process.GetID(), in PrepareStopReplyPacketForThread()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp238 LLDB_LOG(log, "Unable to fetch the base address of object file. Skipping " in GetOrCreateFunction()
358 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in ParseInlineOriginRecords()
458 LLDB_LOG(log, "Unable to fetch the base address of object file. Skipping " in AddSymbols()
471 LLDB_LOG(log, in AddSymbols()
494 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in AddSymbols()
589 LLDB_LOG(log, "Could not parse `{0}` as unwind rhs.", rule->second); in ParseCFIUnwindRow()
608 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", rule->second); in ParseCFIUnwindRow()
621 LLDB_LOG(log, "Invalid register `{0}` in unwind rule.", lhs); in ParseCFIUnwindRow()
626 LLDB_LOG(log, "Could not parse `{0}` as an unwind rule.", unwind_rules); in ParseCFIUnwindRow()
715 LLDB_LOG(log, "Invalid unwind rule: {0}.", record->ProgramString); in ParseWinUnwindPlan()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp263 LLDB_LOG(log, "Finding frames between {0} and {1}, retn-pc={2:x}", in FindInterveningFrames()
269 LLDB_LOG(log, "FindInterveningFrames: found call with retn-PC = {0:x}", in FindInterveningFrames()
273 LLDB_LOG(log, "No call edge outgoing from {0} with retn-PC == {1:x}", in FindInterveningFrames()
281 LLDB_LOG(log, "Could not resolve callee"); in FindInterveningFrames()
285 LLDB_LOG(log, "Not searching further, first callee is {0} (retn-PC: {1:x})", in FindInterveningFrames()
392 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find previous function"); in SynthesizeTailCallFrames()
398 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find next function"); in SynthesizeTailCallFrames()
432 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
688 LLDB_LOG(log, "GetFrameAtIndex was interrupted"); in GetFrameAtIndex()
813 LLDB_LOG(log, "Failed to construct Frame #0"); in SelectMostRelevantFrame()
[all …]
H A DAssertFrameRecognizer.cpp43 LLDB_LOG(log, "AssertFrameRecognizer::GetAbortLocation Unsupported OS"); in GetAbortLocation()
73 LLDB_LOG(log, "AssertFrameRecognizer::GetAssertLocation Unsupported OS"); in GetAssertLocation()
141 LLDB_LOG(log, "Abort Recognizer: Hit unwinding bound ({1} frames)!", in RecognizeFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp55 LLDB_LOG(log, in CreateInstance()
71 LLDB_LOG(log, in CreateInstance()
91 LLDB_LOG(log, "ObjectFileCOFF::ObjectFileCOFF module = {1} ({2}), file = {3}", in CreateInstance()
296 LLDB_LOG(log, "ObjectFileCOFF::ParseSymtab processed {0} symbols", in ParseSymtab()

12345