Home
last modified time | relevance | path

Searched refs:LLDB_LOG (Results 1 – 25 of 121) 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()
337 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.cpp196 LLDB_LOG(log, "Couldn't find result variable"); in CreateResultVariable()
201 LLDB_LOG(log, "Result name: \"{0}\"", result_name); in CreateResultVariable()
206 LLDB_LOG(log, "Result variable had no data"); in CreateResultVariable()
215 LLDB_LOG(log, "Found result in the IR: \"{0}\"", in CreateResultVariable()
221 LLDB_LOG(log, "Result variable isn't a GlobalVariable"); in CreateResultVariable()
232 LLDB_LOG(log, "Result variable doesn't have a corresponding Decl"); in CreateResultVariable()
246 LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str); in CreateResultVariable()
251 LLDB_LOG(log, "Result variable Decl isn't a VarDecl"); in CreateResultVariable()
287 LLDB_LOG(log, "Expected result to have pointer type, but it did not"); in CreateResultVariable()
306 LLDB_LOG(log, "Result type has unknown size"); in CreateResultVariable()
[all …]
H A DClangASTSource.cpp201 LLDB_LOG(log, " CTD Searching namespace {0} in module {1}", in FindCompleteType()
267 LLDB_LOG(log, in CompleteType()
273 LLDB_LOG(log, " CTD Before:\n{0}", ClangUtil::DumpDecl(tag_decl)); in CompleteType()
289 LLDB_LOG(log, " [CTD] After:\n{0}", ClangUtil::DumpDecl(tag_decl)); in CompleteType()
295 LLDB_LOG(log, in CompleteType()
300 LLDB_LOG(log, " [COID] Before:\n{0}", in CompleteType()
323 LLDB_LOG(log, " [COID] After:"); in CompleteType()
324 LLDB_LOG(log, " [COID] {0}", ClangUtil::DumpDecl(interface_decl)); in CompleteType()
388 LLDB_LOG(log, in FindExternalLexicalDecls()
396 LLDB_LOG(log, in FindExternalLexicalDecls()
[all …]
H A DClangExpressionDeclMap.cpp289 LLDB_LOG(log, "Persistent variable's type wasn't copied successfully"); in AddPersistentVariable()
331 LLDB_LOG(log, "Created persistent variable with flags {0:x}", var->m_flags); in AddPersistentVariable()
372 LLDB_LOG(log, "Adding value for (NamedDecl*){0} [{1} - {2}] to the structure", in AddValueToStruct()
387 LLDB_LOG(log, "Already placed at {0:x}", jit_vars->m_offset); in AddValueToStruct()
426 LLDB_LOG(log, "Placed at {0:x}", offset); in AddValueToStruct()
674 LLDB_LOG(log, in FindExternalVisibleDecls()
680 LLDB_LOG(log, in FindExternalVisibleDecls()
685 LLDB_LOG(log, in FindExternalVisibleDecls()
712 LLDB_LOG(log, " CEDM::FEVD Searching namespace {0} in module {1}", in FindExternalVisibleDecls()
720 LLDB_LOG(log, " CEDM::FEVD Searching the root namespace"); in FindExternalVisibleDecls()
[all …]
H A DClangASTImporter.cpp91 LLDB_LOG(log, in CopyDecl()
97 LLDB_LOG(log, in CopyDecl()
177 LLDB_LOG(log, in Override()
314 LLDB_LOG(log, in DeportType()
335 LLDB_LOG(log, in DeportDecl()
353 LLDB_LOG(log, in DeportDecl()
638 LLDB_LOG(log, in importRecordLayoutFromOrigin()
704 LLDB_LOG(log, "LRT returned:"); in importRecordLayoutFromOrigin()
705 LLDB_LOG(log, "LRT Original = (RecordDecl*){0:x}", in importRecordLayoutFromOrigin()
707 LLDB_LOG(log, "LRT Size = {0}", size); in importRecordLayoutFromOrigin()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp78 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
80 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
93 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
98 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
107 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch()
129 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
193 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited()
219 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSIGTRAP()
224 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, flags = {2:x}", pid, in MonitorSIGTRAP()
230 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(log, "thread not found in m_threads, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP()
[all …]
H A DNativeThreadNetBSD.cpp78 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo); in SetStoppedBySignal()
200 LLDB_LOG(log, "sysctl() for LWP info size failed: {0}", in GetName()
209 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError()); in GetName()
220 LLDB_LOG(log, "unable to find lwp {0} in LWP infos", m_tid); in GetName()
250 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(), in GetStopReason()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp69 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
71 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch()
81 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch()
86 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch()
97 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
124 LLDB_LOG(log, "waitpid(-1, &status, _) failed: {0}", error); in WaitPid()
130 LLDB_LOG(log, "waitpid(-1, &status, _) = {0}, status = {1}", wait_pid, in WaitPid()
171 LLDB_LOG(log, "adding pid = {0}", pid); in Attach()
246 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3}, {4})={5:x}", req, pid, addr, data, in PtraceWrapper()
250 LLDB_LOG(log, "ptrace() failed"); in PtraceWrapper()
/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()
278 LLDB_LOG(log, in SetHardwareBreakpoint()
328 LLDB_LOG(log, "sent state notification [{0}] from process {1}", state, in SynchronouslyNotifyProcessStateChanged()
334 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec()
344 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint); in SetSoftwareBreakpoint()
[all …]
H A DHostInfoBase.cpp127 LLDB_LOG(log, "shlib dir -> `{0}`", g_fields->m_lldb_so_dir); in GetShlibDir()
137 LLDB_LOG(log, "support exe dir -> `{0}`", g_fields->m_lldb_support_exe_dir); in GetSupportExeDir()
147 LLDB_LOG(log, "header dir -> `{0}`", g_fields->m_lldb_headers_dir); in GetHeaderDir()
158 LLDB_LOG(log, "system plugin dir -> `{0}`", in GetSystemPluginDir()
170 LLDB_LOG(log, "user plugin dir -> `{0}`", g_fields->m_lldb_user_plugin_dir); in GetUserPluginDir()
181 LLDB_LOG(log, "process temp dir -> `{0}`", in GetProcessTempDir()
194 LLDB_LOG(log, "global temp dir -> `{0}`", g_fields->m_lldb_global_tmp_dir); in GetGlobalTempDir()
230 LLDB_LOG( in ComputePathRelativeToLibrary()
238 LLDB_LOG(log, "Failed to find liblldb within the shared lib path"); in ComputePathRelativeToLibrary()
243 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.cpp48 LLDB_LOG(log, "demangled itanium: {0} -> \"{1}\"", mangled, m_ipd_buf); in FromItaniumName()
50 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()
/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.cpp96 LLDB_LOG(log, "Parsing Compact C Type format for {0}", module_desc.GetData()); in ParseHeader()
103 LLDB_LOG(log, "CTF parsing failed: insufficient data for CTF header"); in ParseHeader()
124 LLDB_LOG(log, "CTF parsing failed: invalid magic: {0:x}", in ParseHeader()
130 LLDB_LOG(log, "CTF parsing failed: unsupported version: {0}", in ParseHeader()
135 LLDB_LOG(log, "Parsed valid CTF preamble: version {0}, flags {1:x}", in ParseHeader()
159 LLDB_LOG(log, "CTF parsing failed: inflate initialization error: {0}", in ParseHeader()
166 LLDB_LOG(log, "CTF parsing failed: inflate error: {0}", zError(rc)); in ParseHeader()
172 LLDB_LOG(log, "CTF parsing failed: inflate end error: {0}", zError(rc)); in ParseHeader()
177 LLDB_LOG(log, in ParseHeader()
188 LLDB_LOG( in ParseHeader()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp161 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate()
172 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate()
190 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a NULL target, can't " in Evaluate()
199 LLDB_LOG(log, "== [UserExpression::Evaluate] No process, but the policy is " in Evaluate()
260 LLDB_LOG(log, "== [UserExpression::Evaluate] Getting expression: {0} ==", in Evaluate()
266 LLDB_LOG(log, "== [UserExpression::Evaluate] Parsing expression {0} ==", in Evaluate()
353 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate()
373 LLDB_LOG(log, "== [UserExpression::Evaluate] Executing expression =="); in Evaluate()
380 LLDB_LOG(log, "== [UserExpression::Evaluate] Execution completed " in Evaluate()
396 LLDB_LOG(log, in Evaluate()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg.cpp29 LLDB_LOG(log, "{0}", m_max_hbp_supported); in NumSupportedHardwareBreakpoints()
36 LLDB_LOG(log, "addr: {0:x}, size: {1:x}", addr, size); in SetHardwareBreakpoint()
89 LLDB_LOG(log, "hw_idx: {0}", hw_idx); in ClearHardwareBreakpoint()
202 LLDB_LOG(log, "addr: {0:x}, size: {1:x} watch_flags: {2:x}", addr, size, in SetHardwareWatchpoint()
278 LLDB_LOG(log, "wp_index: {0}", wp_index); in ClearHardwareWatchpoint()
351 LLDB_LOG(log, "wp_index: {0}, trap_addr: {1:x}", wp_index, trap_addr); in GetWatchpointHitIndex()
381 LLDB_LOG(log, "wp_index: {0}", wp_index); in WatchpointIsEnabled()
388 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointAddress()
401 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointHitAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp439 LLDB_LOG(m_log, LOG_PREFIX in IsValid()
458 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData()
464 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData()
472 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed"); in GetRawData()
529 LLDB_LOG(m_log, LOG_PREFIX "Complex numbers are not supported yet"); in GetValue()
698 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject()
705 LLDB_LOG( in GetVectorValueObject()
716 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr3 RegisterInfo"); in GetVectorValueObject()
731 LLDB_LOG(m_log, LOG_PREFIX "Failed to read vector register contents"); in GetVectorValueObject()
736 LLDB_LOG(m_log, LOG_PREFIX "Failed to extract vector register bytes"); in GetVectorValueObject()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp164 LLDB_LOG(log, "Finding frames between {0} and {1}, retn-pc={2:x}", in FindInterveningFrames()
170 LLDB_LOG(log, "FindInterveningFrames: found call with retn-PC = {0:x}", in FindInterveningFrames()
174 LLDB_LOG(log, "No call edge outgoing from {0} with retn-PC == {1:x}", in FindInterveningFrames()
182 LLDB_LOG(log, "Could not resolve callee"); in FindInterveningFrames()
186 LLDB_LOG(log, "Not searching further, first callee is {0} (retn-PC: {1:x})", in FindInterveningFrames()
293 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find previous function"); in SynthesizeTailCallFrames()
299 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find next function"); in SynthesizeTailCallFrames()
333 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
634 LLDB_LOG(log, "GetFrameAtIndex was interrupted"); in GetFrameAtIndex()
734 LLDB_LOG(log, "Failed to construct Frame #0"); in SelectMostRelevantFrame()
[all …]
/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()
804 LLDB_LOG(log, "preparing packet for pid {0} tid {1}", process.GetID(), in PrepareStopReplyPacketForThread()
[all …]
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp78 LLDB_LOG( in ForEachFormatterInModule()
112 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadTypeSummariesForModule()
125 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadTypeSummariesForModule()
160 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadFormattersForModule()
164 LLDB_LOG(GetLog(LLDBLog::DataFormatters), in LoadFormattersForModule()
/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()
356 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in ParseInlineOriginRecords()
456 LLDB_LOG(log, "Unable to fetch the base address of object file. Skipping " in AddSymbols()
469 LLDB_LOG(log, in AddSymbols()
492 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in AddSymbols()
587 LLDB_LOG(log, "Could not parse `{0}` as unwind rhs.", rule->second); in ParseCFIUnwindRow()
606 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", rule->second); in ParseCFIUnwindRow()
619 LLDB_LOG(log, "Invalid register `{0}` in unwind rule.", lhs); in ParseCFIUnwindRow()
624 LLDB_LOG(log, "Could not parse `{0}` as an unwind rule.", unwind_rules); in ParseCFIUnwindRow()
710 LLDB_LOG(log, "Invalid unwind rule: {0}.", record->ProgramString); in ParseWinUnwindPlan()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DSupport.cpp20 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile()
30 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile()

12345