Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp205 LLDB_LOG(log, "Result variable had no data"); in CreateResultVariable()
214 LLDB_LOG(log, "Found result in the IR: \"{0}\"", in CreateResultVariable()
576 LLDB_LOG(log, in RewriteObjCConstStrings()
596 LLDB_LOG(log, in RewriteObjCConstStrings()
623 LLDB_LOG(log, in RewriteObjCConstStrings()
644 LLDB_LOG(log, in RewriteObjCConstStrings()
725 LLDB_LOG(log, in RewriteObjCConstStrings()
1247 LLDB_LOG(log, in MaybeHandleVariable()
1646 LLDB_LOG(log, "Element arrangement:"); in ReplaceVariables()
1907 LLDB_LOG(log, "RemoveGuards() failed"); in runOnModule()
[all …]
H A DClangASTSource.cpp284 LLDB_LOG(log, in CompleteType()
312 LLDB_LOG(log, in CompleteType()
405 LLDB_LOG(log, in FindExternalLexicalDecls()
970 LLDB_LOG(log, in FindObjCMethodDecls()
1122 LLDB_LOG(log, in FindObjCMethodDecls()
1259 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls()
1268 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls()
1293 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls()
1326 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls()
1370 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls()
[all …]
H A DClangExpressionDeclMap.cpp655 LLDB_LOG(log, in FindExternalVisibleDecls()
661 LLDB_LOG(log, in FindExternalVisibleDecls()
666 LLDB_LOG(log, in FindExternalVisibleDecls()
1039 LLDB_LOG(log, in LookupInModulesDeclVendor()
1507 LLDB_LOG(log, in GetVariableValue()
1766 LLDB_LOG(log, in AddOneFunction()
1828 LLDB_LOG(log, in AddOneFunction()
1885 LLDB_LOG(log, in AddOneFunction()
1900 LLDB_LOG(log, in AddContextClassType()
1927 LLDB_LOG(log, in AddContextClassType()
[all …]
H A DClangASTImporter.cpp175 LLDB_LOG(log, in Override()
311 LLDB_LOG(log, in DeportType()
332 LLDB_LOG(log, in DeportDecl()
350 LLDB_LOG(log, in DeportDecl()
784 LLDB_LOG(log, in ForgetDestination()
797 LLDB_LOG(log, in ForgetSource()
869 LLDB_LOG(log, in ImportImpl()
1156 LLDB_LOG(log, in Imported()
1167 LLDB_LOG( in Imported()
1188 LLDB_LOG( in Imported()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp63 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
112 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
325 LLDB_LOG(log, in MonitorSIGTRAP()
396 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()
424 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
447 LLDB_LOG( in Resume()
521 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
753 LLDB_LOG(log, in SigchldHandler()
953 LLDB_LOG(log, "fork, child_pid={0}", child_pid); in MonitorClone()
959 LLDB_LOG(log, in MonitorClone()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp68 LLDB_LOG(log, "pid = {0:x}", pid); in Launch()
117 LLDB_LOG(log, "pid = {0:x}", pid); in Attach()
337 LLDB_LOG(log, in MonitorSIGTRAP()
401 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper()
462 LLDB_LOG(log, "pid {0}", GetID()); in Resume()
488 LLDB_LOG( in Resume()
565 LLDB_LOG(log, "pid {0}", GetID()); in Kill()
793 LLDB_LOG(log, in SigchldHandler()
1016 LLDB_LOG(log, "clone, child_pid={0}", child_pid); in MonitorClone()
1022 LLDB_LOG(log, in MonitorClone()
[all …]
H A DNativeThreadNetBSD.cpp79 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo); in SetStoppedBySignal()
199 LLDB_LOG(log, "sysctl() for LWP info size failed: {0}", in GetName()
208 LLDB_LOG(log, "sysctl() for LWP info failed: {0}", llvm::sys::StrError()); in GetName()
219 LLDB_LOG(log, "unable to find lwp {0} in LWP infos", m_tid); in GetName()
249 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(), in GetStopReason()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp50 LLDB_LOG(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_OBJECT | in Communication()
65 LLDB_LOG(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_OBJECT | in ~Communication()
81 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION), in Connect()
93 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION), in Disconnect()
129 LLDB_LOG( in Read()
178 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION), in Write()
199 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION), in StartReadThread()
215 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_HOST), in StartReadThread()
231 LLDB_LOG(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION), in StopReadThread()
341 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread()
[all …]
H A DRichManglingContext.cpp53 LLDB_LOG(log, "demangled itanium: {0} -> \"{1}\"", mangled, m_ipd_buf); in FromItaniumName()
55 LLDB_LOG(log, "demangled itanium: {0} -> error: failed to demangle", in FromItaniumName()
120 LLDB_LOG(log, "ItaniumPartialDemangler Realloc: new buffer size is {0}", in processIPDStrResult()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp85 LLDB_LOG(log, "state is exited, but status not set"); in SetExitStatus()
182 LLDB_LOG(log, in SetWatchpoint()
275 LLDB_LOG(log, in SetHardwareBreakpoint()
321 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec()
346 LLDB_LOG(log, "addr = {0:x}", addr); in RemoveSoftwareBreakpoint()
375 LLDB_LOG(log, in RemoveSoftwareBreakpoint()
400 LLDB_LOG(log, "Restoring bytes at {0:x}: {1:@[x]}", addr, in RemoveSoftwareBreakpoint()
434 LLDB_LOG( in EnableSoftwareBreakpoint()
482 LLDB_LOG(log, "addr = {0:x}: SUCCESS", addr); in EnableSoftwareBreakpoint()
566 LLDB_LOG(log, "breakpoint size: {0}", breakpoint_size); in FixupBreakpointPCAsNeeded()
[all …]
H A DHostInfoBase.cpp123 LLDB_LOG(log, "shlib dir -> `{0}`", g_fields->m_lldb_so_dir); in GetShlibDir()
133 LLDB_LOG(log, "support exe dir -> `{0}`", g_fields->m_lldb_support_exe_dir); in GetSupportExeDir()
143 LLDB_LOG(log, "header dir -> `{0}`", g_fields->m_lldb_headers_dir); in GetHeaderDir()
153 LLDB_LOG(log, "system plugin dir -> `{0}`", in GetSystemPluginDir()
164 LLDB_LOG(log, "user plugin dir -> `{0}`", g_fields->m_lldb_user_plugin_dir); in GetUserPluginDir()
174 LLDB_LOG(log, "process temp dir -> `{0}`", in GetProcessTempDir()
186 LLDB_LOG(log, "global temp dir -> `{0}`", g_fields->m_lldb_global_tmp_dir); in GetGlobalTempDir()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp224 LLDB_LOG(log, "EmulateMFSPR: {0:X+8}: mfspr r0, lr", m_addr); in EmulateMFSPR()
234 LLDB_LOG(log, "EmulateMFSPR: success!"); in EmulateMFSPR()
251 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra); in EmulateLD()
263 LLDB_LOG(log, "EmulateLD: success!"); in EmulateLD()
288 LLDB_LOG(log, "EmulateSTD: {0:X+8}: std{1} r{2}, {3}(r{4})", m_addr, in EmulateSTD()
330 LLDB_LOG(log, "EmulateSTD: success!"); in EmulateSTD()
345 LLDB_LOG(log, "EmulateOR: {0:X+8}: mr r{1}, r{2}", m_addr, ra, rb); in EmulateOR()
363 LLDB_LOG(log, "EmulateOR: success!"); in EmulateOR()
380 LLDB_LOG(log, "EmulateADDI: {0:X+8}: addi r1, r1, {1}", m_addr, si_val); in EmulateADDI()
398 LLDB_LOG(log, "EmulateADDI: success!"); in EmulateADDI()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp155 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate()
171 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a NULL target, can't " in Evaluate()
181 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate()
232 LLDB_LOG(log, "== [UserExpression::Evaluate] Getting expression: {0} ==", in Evaluate()
237 LLDB_LOG(log, "== [UserExpression::Evaluate] Parsing expression {0} ==", in Evaluate()
326 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate()
347 LLDB_LOG(log, "== [UserExpression::Evaluate] Executing expression =="); in Evaluate()
354 LLDB_LOG(log, "== [UserExpression::Evaluate] Execution completed " in Evaluate()
368 LLDB_LOG(log, in Evaluate()
373 LLDB_LOG(log, "== [UserExpression::Evaluate] Execution completed " in Evaluate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp434 LLDB_LOG(m_log, LOG_PREFIX in IsValid()
453 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData()
459 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData()
467 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed"); in GetRawData()
694 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject()
701 LLDB_LOG( in GetVectorValueObject()
772 LLDB_LOG(m_log, LOG_PREFIX "No children found in struct"); in GetStructValueObject()
785 LLDB_LOG(m_log, in GetStructValueObject()
801 LLDB_LOG(m_log, LOG_PREFIX "Failed to get float data"); in GetStructValueObject()
828 LLDB_LOG(m_log, LOG_PREFIX "{0} struct", in GetStructValueObject()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp47 LLDB_LOG(log, "addr: {0:x}, size: {1:x}", addr, size); in SetHardwareBreakpoint()
108 LLDB_LOG(log, "hw_idx: {0}", hw_idx); in ClearHardwareBreakpoint()
223 LLDB_LOG(log, "addr: {0:x}, size: {1:x} watch_flags: {2:x}", addr, size, in SetHardwareWatchpoint()
316 LLDB_LOG(log, "wp_index: {0}", wp_index); in ClearHardwareWatchpoint()
388 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointSize()
406 LLDB_LOG(log, "wp_index: {0}", wp_index); in WatchpointIsEnabled()
417 LLDB_LOG(log, "wp_index: {0}, trap_addr: {1:x}", wp_index, trap_addr); in GetWatchpointHitIndex()
448 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointAddress()
461 LLDB_LOG(log, "wp_index: {0}", wp_index); in GetWatchpointHitAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp282 LLDB_LOG(log, in LaunchProcess()
304 LLDB_LOG(log, in LaunchProcess()
792 LLDB_LOG( in SendStopReplyPacketForThread()
1368 LLDB_LOG(log, "No debugged process found."); in Handle_k()
1590 LLDB_LOG(log, "no debugged process"); in Handle_vCont()
1850 LLDB_LOG(log, "starting thread iteration"); in Handle_qfThreadInfo()
1864 LLDB_LOG(log, "finished thread iteration"); in Handle_qfThreadInfo()
1886 LLDB_LOG(log, "failed, no thread available"); in Handle_g()
1950 LLDB_LOG(log, "failed, no thread available"); in Handle_p()
2452 LLDB_LOG(log, in Handle_M()
[all …]
H A DGDBRemoteCommunicationReplayServer.cpp145 LLDB_LOG(log, in GetPacketAndSendResponse()
148 LLDB_LOG(log, "GDBRemoteCommunicationReplayServer actual packet: '{0}'", in GetPacketAndSendResponse()
172 LLDB_LOG( in GetPacketAndSendResponse()
179 LLDB_LOG(log, in GetPacketAndSendResponse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp335 LLDB_LOG(log, in AddSymbols()
363 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in AddSymbols()
477 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", rule->second); in ParseCFIUnwindRow()
490 LLDB_LOG(log, "Invalid register `{0}` in unwind rule.", lhs); in ParseCFIUnwindRow()
585 LLDB_LOG(log, "Invalid unwind rule: {0}.", record->ProgramString); in ParseWinUnwindPlan()
611 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", in ParseWinUnwindPlan()
633 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", in ParseWinUnwindPlan()
666 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in ParseFileRecords()
698 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", *It); in ParseCUData()
772 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", *It); in ParseUnwindData()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp419 LLDB_LOG(log, "target {0}", target); in DebugProcess()
447 LLDB_LOG(log, "creating new target"); in DebugProcess()
452 LLDB_LOG(log, "failed to create new target: {0}", error); in DebugProcess()
459 LLDB_LOG(log, "error: {0}", error); in DebugProcess()
472 LLDB_LOG(log, "error: {0}", error); in DebugProcess()
476 LLDB_LOG(log, "successfully created process"); in DebugProcess()
480 LLDB_LOG(log, "setting up hijacker"); in DebugProcess()
495 LLDB_LOG(log, "{0}", stream.GetData()); in DebugProcess()
516 LLDB_LOG(log, "hooked up STDIO pty to process"); in DebugProcess()
518 LLDB_LOG(log, "not using process STDIO pty"); in DebugProcess()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp131 LLDB_LOG(log, "GetLoadAddress: cannot get Module for caller"); in GetLoadAddress()
137 LLDB_LOG(log, "GetLoadAddress: cannot get SectionList for Module"); in GetLoadAddress()
156 LLDB_LOG(log, "DirectCallEdge: Lazily parsing the call graph for {0}", in ParseSymbolFileAndResolve()
165 LLDB_LOG(log, in ParseSymbolFileAndResolve()
172 LLDB_LOG(log, "DirectCallEdge: Invalid symbol address"); in ParseSymbolFileAndResolve()
177 LLDB_LOG(log, "DirectCallEdge: Could not find complete function"); in ParseSymbolFileAndResolve()
209 LLDB_LOG(log, "IndirectCallEdge: Could not extract address from scalar"); in GetCallee()
215 LLDB_LOG(log, "IndirectCallEdge: Could not resolve callee's load address"); in GetCallee()
221 LLDB_LOG(log, "IndirectCallEdge: Could not find complete function"); in GetCallee()
299 LLDB_LOG(log, "GetCallEdges: Attempting to parse call site info for {0}", in GetCallEdges()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp80 LLDB_LOG(log, " AOEAS::CT Before:\n{1}", ClangUtil::DumpDecl(tag_decl)); in CompleteType()
82 LLDB_LOG(log, " AOEAS::CT After:{1}", ClangUtil::DumpDecl(tag_decl)); in CompleteType()
101 LLDB_LOG(log, " [CT] {0}", ClangUtil::DumpDecl(interface_decl)); in CompleteType()
108 LLDB_LOG(log, " [CT] {0}", ClangUtil::DumpDecl(interface_decl)); in CompleteType()
507 LLDB_LOG(log, in FinishDecl()
521 LLDB_LOG(log, " [AOTV::FD] {0}", ClangUtil::DumpDecl(interface_decl)); in FinishDecl()
568 LLDB_LOG(log, in FindDecls()
610 LLDB_LOG(log, "AOCTV::FT Created {1} (isa 0x{2:x})", in FindDecls()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp315 LLDB_LOG(log, in SetRendezvousBreakpoint()
328 LLDB_LOG(log, "Setting rendezvous break address for pid {0} at {1:x}", in SetRendezvousBreakpoint()
333 LLDB_LOG(log, "Rendezvous structure is not set up yet. " in SetRendezvousBreakpoint()
338 LLDB_LOG(log, "Can't find interpreter, rendezvous breakpoint isn't set."); in SetRendezvousBreakpoint()
361 LLDB_LOG( in SetRendezvousBreakpoint()
373 LLDB_LOG(log, in SetRendezvousBreakpoint()
541 LLDB_LOG(log, "Failed to get vdso region info: {0}", status); in LoadVDSO()
562 LLDB_LOG(log, "Failed to get interpreter region info: {0}", status); in LoadInterpreterModule()
610 LLDB_LOG(log, "LoadAllCurrentModules loading module: {0}", in LoadAllCurrentModules()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp57 LLDB_LOG(log, "AssertFrameRecognizer::GetAbortLocation Unsupported OS"); in GetAbortLocation()
87 LLDB_LOG(log, "AssertFrameRecognizer::GetAssertLocation Unsupported OS"); in GetAssertLocation()
155 LLDB_LOG(log, "Abort Recognizer: Hit unwinding bound ({1} frames)!", in RecognizeFrame()
H A DStackFrameList.cpp259 LLDB_LOG(log, "Finding frames between {0} and {1}, retn-pc={2:x}", in FindInterveningFrames()
265 LLDB_LOG(log, "FindInterveningFrames: found call with retn-PC = {0:x}", in FindInterveningFrames()
269 LLDB_LOG(log, "No call edge outgoing from {0} with retn-PC == {1:x}", in FindInterveningFrames()
277 LLDB_LOG(log, "Could not resolve callee"); in FindInterveningFrames()
281 LLDB_LOG(log, "Not searching further, first callee is {0} (retn-PC: {1:x})", in FindInterveningFrames()
388 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find previous function"); in SynthesizeTailCallFrames()
394 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find next function"); in SynthesizeTailCallFrames()
428 LLDB_LOG(log, "Pushed frame {0} at {1:x}", callee->GetDisplayName(), pc); in SynthesizeTailCallFrames()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp141 LLDB_LOG(log, "removing not matching relative path {0} since it " in FilterContexts()
167 LLDB_LOG(log, "unexpected symbol context file {0}", sc.line_entry.file); in FilterContexts()
202 LLDB_LOG(log, "removing symbol context at {0}:{1}", file, line); in FilterContexts()

1234