| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 39 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in InitializeObject() 77 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseFunctions() 86 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseLineTable() 95 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseDebugMacros() 107 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ForEachExternalModule() 118 LLDB_LOG(GetLog(), in ParseSupportFiles() 132 LLDB_LOG(log, "Would return optimized if hydrated."); in ParseIsOptimized() 142 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseTypes() 325 LLDB_LOG(log, "[{0}] {1} is skipped - fail to get symtab", in FindGlobalVariables() 354 LLDB_LOG(log, "[{0}] {1} is skipped - fail to get symtab", in FindFunctions() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | SingleStepCheck.cpp | 81 LLDB_LOG(log, "failed to get available cpus: {0}", in WorkaroundNeeded() 90 LLDB_LOG(log, "waitpid() failed (status = {0:x}): {1}", status, in WorkaroundNeeded() 104 LLDB_LOG(log, "failed to switch to cpu {0}: {1}", cpu, in WorkaroundNeeded() 113 LLDB_LOG(log, "single step failed: {0}", error); in WorkaroundNeeded() 120 LLDB_LOG(log, "waitpid() failed (status = {0:x}): {1}", status, in WorkaroundNeeded() 133 LLDB_LOG(log, in WorkaroundNeeded() 151 LLDB_LOG(log, "workaround for thread {0} not needed", tid); in Get() 158 LLDB_LOG(log, "Unable to get cpu affinity for thread {0}: {1}", tid, in Get() 170 LLDB_LOG(log, "Unable to set cpu affinity for thread {0}: {1}", tid, in Get() 174 LLDB_LOG(log, "workaround for thread {0} prepared", tid); in Get() [all …]
|
| H A D | NativeProcessLinux.cpp | 98 LLDB_LOG(log, in ProcessVmReadvSupported() 102 LLDB_LOG(log, in ProcessVmReadvSupported() 441 LLDB_LOG(log, in MonitorCallback() 503 LLDB_LOG(log, in WaitForCloneNotification() 514 LLDB_LOG(log, in WaitForCloneNotification() 590 LLDB_LOG(log, in MonitorSIGTRAP() 691 LLDB_LOG( in MonitorSIGTRAP() 765 LLDB_LOG(log, in MonitorSignal() 1204 LLDB_LOG(log, in PopulateMemoryRegionCache() 1544 LLDB_LOG(log, in ReadMemory() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessDebugger.cpp | 184 LLDB_LOG( in AttachProcess() 194 LLDB_LOG(log, in AttachProcess() 272 LLDB_LOG(log, "error: {0}", error); in ReadMemory() 304 LLDB_LOG(log, "error: {0}", error); in WriteMemory() 334 LLDB_LOG(log, "error: {0}", error); in AllocateMemory() 386 LLDB_LOG(log, "error: {0}", error); in GetMemoryRegionInfo() 418 LLDB_LOG(log, in GetMemoryRegionInfo() 492 LLDB_LOG(log, in OnDebugException() 506 LLDB_LOG( in OnDebugException() 542 LLDB_LOG(log, in OnDebuggerError() [all …]
|
| H A D | DebuggerThread.cpp | 60 LLDB_LOG(log, "couldn't launch debugger thread. {0}", result); in DebugLaunch() 69 LLDB_LOG(log, "attaching to '{0}'", pid); in DebugAttach() 91 LLDB_LOG(log, "preparing to launch '{0}' on background thread.", in DebuggerThreadLaunchRoutine() 161 LLDB_LOG(log, in StopDebugging() 165 LLDB_LOG(log, in StopDebugging() 177 LLDB_LOG(log, "masking active exception"); in StopDebugging() 215 LLDB_LOG(log, "broadcasting for inferior process {0}.", in ContinueAsyncException() 306 LLDB_LOG(log, "WaitForDebugEvent loop completed, exiting."); in DebugLoop() 371 LLDB_LOG(log, "process {0} spawned", process_id); in HandleCreateProcessEvent() 511 LLDB_LOG( in HandleLoadDllEvent() [all …]
|
| H A D | ProcessWindows.cpp | 226 LLDB_LOG( in DoResume() 367 LLDB_LOG(log, in RefreshStateAfterStop() 386 LLDB_LOG(log, in RefreshStateAfterStop() 403 LLDB_LOG(log, in RefreshStateAfterStop() 455 LLDB_LOG(log, in RefreshStateAfterStop() 481 LLDB_LOG(log, in RefreshStateAfterStop() 711 LLDB_LOG(log, in OnDebugException() 731 LLDB_LOG( in OnDebugException() 748 LLDB_LOG(log, in OnDebugException() 822 LLDB_LOG(log, in OnDebuggerError() [all …]
|
| H A D | TargetThreadWindows.cpp | 79 LLDB_LOG(log, "debugging foreign targets is currently unsupported"); in CreateRegisterContextForFrame() 88 LLDB_LOG(log, "debugging foreign targets is currently unsupported"); in CreateRegisterContextForFrame() 97 LLDB_LOG(log, "debugging foreign targets is currently unsupported"); in CreateRegisterContextForFrame() 106 LLDB_LOG(log, "debugging foreign targets is currently unsupported"); in CreateRegisterContextForFrame() 154 LLDB_LOG(log, "single stepping unsupported on this architecture"); in DoResume()
|
| H A D | NativeProcessWindows.cpp | 93 LLDB_LOG(log, "process {0} is in state {1}. Resuming...", in Resume() 95 LLDB_LOG(log, "resuming {0} threads.", m_threads.size()); in Resume() 111 LLDB_LOG(log, in Resume() 148 LLDB_LOG(log, "error: process {0} is in state {1}. Returning...", in Resume() 178 LLDB_LOG(log, "Detaching process error: {0}", error); in Detach() 183 LLDB_LOG(log, "error: {0}", error); in Detach() 406 LLDB_LOG(log, "Process {0} exited with code {1}", GetID(), exit_code); in OnExitProcess() 468 LLDB_LOG(log, in OnDebugException() 492 LLDB_LOG(log, "Hit non-loader breakpoint at address {0:x}.", in OnDebugException() 512 LLDB_LOG(log, in OnDebugException() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 206 LLDB_LOG(log, "Result variable had no data"); in CreateResultVariable() 215 LLDB_LOG(log, "Found result in the IR: \"{0}\"", in CreateResultVariable() 307 LLDB_LOG(log, "Result type has unknown size"); in CreateResultVariable() 574 LLDB_LOG(log, in RewriteObjCConstStrings() 594 LLDB_LOG(log, in RewriteObjCConstStrings() 620 LLDB_LOG(log, in RewriteObjCConstStrings() 701 LLDB_LOG(log, in RewriteObjCConstStrings() 1205 LLDB_LOG(log, in MaybeHandleVariable() 1599 LLDB_LOG(log, "Element arrangement:"); in ReplaceVariables() 1858 LLDB_LOG(log, "RemoveGuards() failed"); in runOnModule() [all …]
|
| H A D | ClangASTSource.cpp | 285 LLDB_LOG(log, in CompleteType() 313 LLDB_LOG(log, in CompleteType() 406 LLDB_LOG(log, in FindExternalLexicalDecls() 978 LLDB_LOG(log, in FindObjCMethodDecls() 1131 LLDB_LOG(log, in FindObjCMethodDecls() 1268 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls() 1277 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls() 1302 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls() 1335 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls() 1379 LLDB_LOG(log, in FindObjCPropertyAndIvarDecls() [all …]
|
| H A D | ClangExpressionDeclMap.cpp | 680 LLDB_LOG(log, in FindExternalVisibleDecls() 686 LLDB_LOG(log, in FindExternalVisibleDecls() 691 LLDB_LOG(log, in FindExternalVisibleDecls() 837 LLDB_LOG(log, in LookUpLldbClass() 1038 LLDB_LOG(log, in LookupInModulesDeclVendor() 1532 LLDB_LOG(log, in GetVariableValue() 1635 LLDB_LOG(log, in AddOneVariable() 1973 LLDB_LOG(log, in AddOneFunction() 1988 LLDB_LOG(log, in AddContextClassType() 2015 LLDB_LOG(log, in AddContextClassType() [all …]
|
| H A D | ClangASTImporter.cpp | 175 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() 1124 LLDB_LOG(log, in Imported() 1135 LLDB_LOG( in Imported() 1156 LLDB_LOG( in Imported() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/x86/ |
| H A D | RegisterContextWindows_x86.cpp | 196 LLDB_LOG(log, "Requested unknown register {0}", reg); in ReadRegister() 215 LLDB_LOG(log, "Write value {0:x} to EAX", reg_value.GetAsUInt32()); in WriteRegister() 219 LLDB_LOG(log, "Write value {0:x} to EBX", reg_value.GetAsUInt32()); in WriteRegister() 223 LLDB_LOG(log, "Write value {0:x} to ECX", reg_value.GetAsUInt32()); in WriteRegister() 227 LLDB_LOG(log, "Write value {0:x} to EDX", reg_value.GetAsUInt32()); in WriteRegister() 231 LLDB_LOG(log, "Write value {0:x} to EDI", reg_value.GetAsUInt32()); in WriteRegister() 235 LLDB_LOG(log, "Write value {0:x} to ESI", reg_value.GetAsUInt32()); in WriteRegister() 239 LLDB_LOG(log, "Write value {0:x} to EBP", reg_value.GetAsUInt32()); in WriteRegister() 255 LLDB_LOG(log, "Write value {0:x} to unknown register {1}", in WriteRegister() 268 LLDB_LOG(log, "Thread context doesn't have {0}", reg_name); in ReadRegisterHelper() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 63 LLDB_LOG(log, "pid = {0:x}", pid); in Launch() 112 LLDB_LOG(log, "pid = {0:x}", pid); in Attach() 332 LLDB_LOG(log, in MonitorSIGTRAP() 406 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper() 434 LLDB_LOG(log, "pid {0}", GetID()); in Resume() 457 LLDB_LOG( in Resume() 535 LLDB_LOG(log, "pid {0}", GetID()); in Kill() 767 LLDB_LOG(log, in SigchldHandler() 970 LLDB_LOG(log, "fork, child_pid={0}", child_pid); in MonitorClone() 976 LLDB_LOG(log, in MonitorClone() [all …]
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Communication.cpp | 50 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in Communication() 64 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~Communication() 79 LLDB_LOG(GetLog(LLDBLog::Communication), in Connect() 127 LLDB_LOG( in Read() 176 LLDB_LOG(GetLog(LLDBLog::Communication), in Write() 207 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread() 238 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread() 280 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache() 346 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread() 362 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 68 LLDB_LOG(log, "pid = {0:x}", pid); in Launch() 117 LLDB_LOG(log, "pid = {0:x}", pid); in Attach() 338 LLDB_LOG(log, in MonitorSIGTRAP() 402 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper() 463 LLDB_LOG(log, "pid {0}", GetID()); in Resume() 489 LLDB_LOG( in Resume() 566 LLDB_LOG(log, "pid {0}", GetID()); in Kill() 794 LLDB_LOG(log, in SigchldHandler() 1017 LLDB_LOG(log, "clone, child_pid={0}", child_pid); in MonitorClone() 1023 LLDB_LOG(log, in MonitorClone() [all …]
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 86 LLDB_LOG(log, "state is exited, but status not set"); in SetExitStatus() 183 LLDB_LOG(log, in SetWatchpoint() 276 LLDB_LOG(log, in SetHardwareBreakpoint() 332 LLDB_LOG(log, "process {0} exec()ed", GetID()); in NotifyDidExec() 359 LLDB_LOG(log, "addr = {0:x}", addr); in RemoveSoftwareBreakpoint() 388 LLDB_LOG(log, in RemoveSoftwareBreakpoint() 413 LLDB_LOG(log, "Restoring bytes at {0:x}: {1:@[x]}", addr, in RemoveSoftwareBreakpoint() 447 LLDB_LOG( in EnableSoftwareBreakpoint() 495 LLDB_LOG(log, "addr = {0:x}: SUCCESS", addr); in EnableSoftwareBreakpoint() 579 LLDB_LOG(log, "breakpoint size: {0}", breakpoint_size); in FixupBreakpointPCAsNeeded() [all …]
|
| H A D | HostInfoBase.cpp | 124 LLDB_LOG(log, "shlib dir -> `{0}`", g_fields->m_lldb_so_dir); in GetShlibDir() 134 LLDB_LOG(log, "support exe dir -> `{0}`", g_fields->m_lldb_support_exe_dir); in GetSupportExeDir() 144 LLDB_LOG(log, "header dir -> `{0}`", g_fields->m_lldb_headers_dir); in GetHeaderDir() 155 LLDB_LOG(log, "system plugin dir -> `{0}`", in GetSystemPluginDir() 167 LLDB_LOG(log, "user plugin dir -> `{0}`", g_fields->m_lldb_user_plugin_dir); in GetUserPluginDir() 178 LLDB_LOG(log, "process temp dir -> `{0}`", in GetProcessTempDir() 191 LLDB_LOG(log, "global temp dir -> `{0}`", g_fields->m_lldb_global_tmp_dir); in GetGlobalTempDir()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 158 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate() 169 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a context object of " in Evaluate() 189 LLDB_LOG(log, "== [UserExpression::Evaluate] Passed a NULL target, can't " in Evaluate() 199 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate() 250 LLDB_LOG(log, "== [UserExpression::Evaluate] Getting expression: {0} ==", in Evaluate() 255 LLDB_LOG(log, "== [UserExpression::Evaluate] Parsing expression {0} ==", in Evaluate() 341 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate() 362 LLDB_LOG(log, "== [UserExpression::Evaluate] Executing expression =="); in Evaluate() 369 LLDB_LOG(log, "== [UserExpression::Evaluate] Execution completed " in Evaluate() 383 LLDB_LOG(log, in Evaluate() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.cpp | 214 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() 253 LLDB_LOG(log, "EmulateLD: success!"); in EmulateLD() 278 LLDB_LOG(log, "EmulateSTD: {0:X+8}: std{1} r{2}, {3}(r{4})", m_addr, in EmulateSTD() 320 LLDB_LOG(log, "EmulateSTD: success!"); in EmulateSTD() 335 LLDB_LOG(log, "EmulateOR: {0:X+8}: mr r{1}, r{2}", m_addr, ra, rb); in EmulateOR() 353 LLDB_LOG(log, "EmulateOR: success!"); in EmulateOR() 370 LLDB_LOG(log, "EmulateADDI: {0:X+8}: addi r1, r1, {1}", m_addr, si_val); in EmulateADDI() 388 LLDB_LOG(log, "EmulateADDI: success!"); in EmulateADDI()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 435 LLDB_LOG(m_log, LOG_PREFIX in IsValid() 454 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData() 460 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData() 468 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 …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_arm64.cpp | 48 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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 312 LLDB_LOG(log, in LaunchProcess() 334 LLDB_LOG(log, in LaunchProcess() 822 LLDB_LOG( in PrepareStopReplyPacketForThread() 1434 LLDB_LOG(log, "No debugged process found."); in Handle_k() 1792 LLDB_LOG(log, "no debugged process"); in Handle_vCont() 2118 LLDB_LOG(log, "failed, no thread available"); in Handle_g() 2182 LLDB_LOG(log, "failed, no thread available"); in Handle_p() 2454 LLDB_LOG(log, "failed, no process available"); in Handle_interrupt() 2681 LLDB_LOG(log, in Handle_M() 3360 LLDB_LOG(log, in Handle_QRestoreRegisterState() [all …]
|
| /llvm-project-15.0.7/lldb/source/Host/linux/ |
| H A D | Support.cpp | 22 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile() 32 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile() 42 LLDB_LOG(log, "Failed to open {0}: {1}", File, Ret.getError().message()); in getProcFile()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 355 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in ParseInlineOriginRecords() 476 LLDB_LOG(log, in AddSymbols() 499 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in AddSymbols() 626 LLDB_LOG(log, "Invalid register `{0}` in unwind rule.", lhs); in ParseCFIUnwindRow() 720 LLDB_LOG(log, "Invalid unwind rule: {0}.", record->ProgramString); in ParseWinUnwindPlan() 746 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", in ParseWinUnwindPlan() 768 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", in ParseWinUnwindPlan() 801 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", line); in ParseFileRecords() 833 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", *It); in ParseCUData() 911 LLDB_LOG(log, "Failed to parse: {0}. Skipping record.", *It); in ParseUnwindData() [all …]
|