| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| D | SymbolFileOnDemand.cpp | 40 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 …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| D | SingleStepCheck.cpp | 71 LLDB_LOG(log, "failed to fork(): {0}", Status(errno, eErrorTypePOSIX)); in WorkaroundNeeded() 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() 125 LLDB_LOG(log, "single stepping on cpu {0} failed with status {1:x}", cpu, 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() [all …]
|
| D | NativeProcessLinux.cpp | 99 LLDB_LOG(log, in ProcessVmReadvSupported() 103 LLDB_LOG(log, in ProcessVmReadvSupported() 118 LLDB_LOG(log, "setting STDIN to '{0}'", action->GetFileSpec()); in MaybeLogLaunchInfo() 120 LLDB_LOG(log, "leaving STDIN as is"); in MaybeLogLaunchInfo() 123 LLDB_LOG(log, "setting STDOUT to '{0}'", action->GetFileSpec()); in MaybeLogLaunchInfo() 125 LLDB_LOG(log, "leaving STDOUT as is"); in MaybeLogLaunchInfo() 128 LLDB_LOG(log, "setting STDERR to '{0}'", action->GetFileSpec()); in MaybeLogLaunchInfo() 130 LLDB_LOG(log, "leaving STDERR as is"); in MaybeLogLaunchInfo() 135 LLDB_LOG(log, "arg {0}: '{1}'", i, *args); in MaybeLogLaunchInfo() 231 LLDB_LOG(log, "pid = {0:x}", pid); in Launch() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessDebugger.cpp | 85 LLDB_LOG(log, "there is no active session."); in DetachProcess() 94 LLDB_LOG(log, "detaching from process {0}.", in DetachProcess() 133 LLDB_LOG(log, "error: {0}", message); in LaunchProcess() 145 LLDB_LOG(log, "failed launching '{0}'. {1}", in LaunchProcess() 153 LLDB_LOG(log, "failed launching '{0}'. {1}", in LaunchProcess() 158 LLDB_LOG(log, "successfully launched '{0}'", in LaunchProcess() 184 LLDB_LOG( in AttachProcess() 194 LLDB_LOG(log, in AttachProcess() 200 LLDB_LOG(log, "successfully attached to process with pid={0}", process_id); in AttachProcess() 222 LLDB_LOG(log, "warning: state = {0}, but there is no active session.", in DestroyProcess() [all …]
|
| D | DebuggerThread.cpp | 53 LLDB_LOG(log, "launching '{0}'", launch_info.GetExecutableFile().GetPath()); in DebugLaunch() 61 LLDB_LOG(log, "couldn't launch debugger thread. {0}", result); in DebugLaunch() 70 LLDB_LOG(log, "attaching to '{0}'", pid); in DebugAttach() 79 LLDB_LOG(log, "couldn't attach to process '{0}'. {1}", pid, result); in DebugAttach() 92 LLDB_LOG(log, "preparing to launch '{0}' on background thread.", in DebuggerThreadLaunchRoutine() 119 LLDB_LOG(log, "preparing to attach to process '{0}' on background thread.", in DebuggerThreadAttachRoutine() 142 LLDB_LOG(log, "terminate = {0}, inferior={1}.", terminate, pid); in StopDebugging() 162 LLDB_LOG(log, in StopDebugging() 166 LLDB_LOG(log, in StopDebugging() 178 LLDB_LOG(log, "masking active exception"); in StopDebugging() [all …]
|
| D | ProcessWindows.cpp | 146 LLDB_LOG(log, "bp_site = {0:x}, id={1}, addr={2:x}", bp_site, in EnableBreakpointSite() 151 LLDB_LOG(log, "error: {0}", error); in EnableBreakpointSite() 157 LLDB_LOG(log, "bp_site = {0:x}, id={1}, addr={2:x}", bp_site, in DisableBreakpointSite() 163 LLDB_LOG(log, "error: {0}", error); in DisableBreakpointSite() 176 LLDB_LOG(log, "Detaching process error: {0}", error); in DoDetach() 181 LLDB_LOG(log, "error: {0}", error); in DoDetach() 213 LLDB_LOG(log, "process {0} is in state {1}. Resuming...", in DoResume() 217 LLDB_LOG(log, "resuming {0} threads.", m_thread_list.GetSize()); in DoResume() 226 LLDB_LOG( in DoResume() 249 LLDB_LOG(log, "error: process {0} is in state {1}. Returning...", in DoResume() [all …]
|
| 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()
|
| 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() 420 LLDB_LOG(log, "Debugger connected to process {0}. Image base = {1:x}", in OnDebuggerConnected() 431 LLDB_LOG(log, "Cannot get process information during debugger connecting " in OnDebuggerConnected() 468 LLDB_LOG(log, in OnDebugException() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | IRForTarget.cpp | 197 LLDB_LOG(log, "Couldn't find result variable"); in CreateResultVariable() 202 LLDB_LOG(log, "Result name: \"{0}\"", result_name); in CreateResultVariable() 207 LLDB_LOG(log, "Result variable had no data"); in CreateResultVariable() 216 LLDB_LOG(log, "Found result in the IR: \"{0}\"", in CreateResultVariable() 222 LLDB_LOG(log, "Result variable isn't a GlobalVariable"); in CreateResultVariable() 233 LLDB_LOG(log, "Result variable doesn't have a corresponding Decl"); in CreateResultVariable() 248 LLDB_LOG(log, "Found result decl: \"{0}\"", decl_desc_str); in CreateResultVariable() 253 LLDB_LOG(log, "Result variable Decl isn't a VarDecl"); in CreateResultVariable() 289 LLDB_LOG(log, "Expected result to have pointer type, but it did not"); in CreateResultVariable() 308 LLDB_LOG(log, "Result type has unknown size"); in CreateResultVariable() [all …]
|
| D | ClangASTSource.cpp | 201 LLDB_LOG(log, " CTD Searching namespace {0} in module {1}", in FindCompleteType() 285 LLDB_LOG(log, in CompleteType() 291 LLDB_LOG(log, " CTD Before:\n{0}", ClangUtil::DumpDecl(tag_decl)); in CompleteType() 307 LLDB_LOG(log, " [CTD] After:\n{0}", ClangUtil::DumpDecl(tag_decl)); in CompleteType() 313 LLDB_LOG(log, in CompleteType() 318 LLDB_LOG(log, " [COID] Before:\n{0}", in CompleteType() 341 LLDB_LOG(log, " [COID] After:"); in CompleteType() 342 LLDB_LOG(log, " [COID] {0}", ClangUtil::DumpDecl(interface_decl)); in CompleteType() 406 LLDB_LOG(log, in FindExternalLexicalDecls() 414 LLDB_LOG(log, in FindExternalLexicalDecls() [all …]
|
| D | ClangExpressionDeclMap.cpp | 290 LLDB_LOG(log, "Persistent variable's type wasn't copied successfully"); in AddPersistentVariable() 332 LLDB_LOG(log, "Created persistent variable with flags {0:x}", var->m_flags); in AddPersistentVariable() 373 LLDB_LOG(log, "Adding value for (NamedDecl*){0} [{1} - {2}] to the structure", in AddValueToStruct() 388 LLDB_LOG(log, "Already placed at {0:x}", jit_vars->m_offset); in AddValueToStruct() 427 LLDB_LOG(log, "Placed at {0:x}", offset); in AddValueToStruct() 679 LLDB_LOG(log, in FindExternalVisibleDecls() 685 LLDB_LOG(log, in FindExternalVisibleDecls() 690 LLDB_LOG(log, in FindExternalVisibleDecls() 717 LLDB_LOG(log, " CEDM::FEVD Searching namespace {0} in module {1}", in FindExternalVisibleDecls() 725 LLDB_LOG(log, " CEDM::FEVD Searching the root namespace"); in FindExternalVisibleDecls() [all …]
|
| D | ClangASTImporter.cpp | 89 LLDB_LOG(log, in CopyDecl() 95 LLDB_LOG(log, in CopyDecl() 175 LLDB_LOG(log, in Override() 312 LLDB_LOG(log, in DeportType() 333 LLDB_LOG(log, in DeportDecl() 351 LLDB_LOG(log, in DeportDecl() 785 LLDB_LOG(log, in ForgetDestination() 798 LLDB_LOG(log, in ForgetSource() 870 LLDB_LOG(log, in ImportImpl() 889 LLDB_LOG(log, "[ClangASTImporter] Complete definition not found"); in ImportImpl() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/x86/ |
| 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() 243 LLDB_LOG(log, "Write value {0:x} to ESP", reg_value.GetAsUInt32()); in WriteRegister() 247 LLDB_LOG(log, "Write value {0:x} to EIP", reg_value.GetAsUInt32()); in WriteRegister() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| D | NativeProcessFreeBSD.cpp | 63 LLDB_LOG(log, "pid = {0:x}", pid); in Launch() 65 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch() 75 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch() 80 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch() 89 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch() 112 LLDB_LOG(log, "pid = {0:x}", pid); in Attach() 176 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited() 202 LLDB_LOG(log, "PT_LWPINFO failed {0}", siginfo_err); in MonitorSIGTRAP() 207 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, flags = {2:x}", pid, in MonitorSIGTRAP() 213 LLDB_LOG(log, "monitoring new thread, tid = {0}", info.pl_lwpid); in MonitorSIGTRAP() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| D | NativeProcessNetBSD.cpp | 68 LLDB_LOG(log, "pid = {0:x}", pid); in Launch() 70 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch() 80 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch() 85 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch() 94 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch() 117 LLDB_LOG(log, "pid = {0:x}", pid); in Attach() 177 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited() 218 LLDB_LOG(log, "PT_GET_SIGINFO failed {0}", siginfo_err); in MonitorSIGTRAP() 222 LLDB_LOG(log, "got SIGTRAP, pid = {0}, lwpid = {1}, si_code = {2}", pid, in MonitorSIGTRAP() 235 LLDB_LOG(log, "thread not found in m_threads, pid = {0}, LWP = {1}", pid, in MonitorSIGTRAP() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| D | NativeProcessOpenBSD.cpp | 75 LLDB_LOG(log, "pid = {0:x}", pid); in Launch() 77 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch() 87 LLDB_LOG(log, "Could not sync with inferior process: wstatus={1}", in Launch() 92 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch() 101 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch() 125 LLDB_LOG(log, "pid = {0:x}", pid); in Attach() 184 LLDB_LOG(log, "got exit signal({0}) , pid = {1}", status, pid); in MonitorExited() 226 LLDB_LOG(log, "ptrace({0}, {1}, {2}, {3})={4:x}", req, pid, addr, data, ret); in PtraceWrapper() 229 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper() 236 LLDB_LOG(log, "pid {0}", GetID()); in Resume() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| D | ThreadedCommunication.cpp | 43 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ThreadedCommunication() 58 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~ThreadedCommunication() 80 LLDB_LOG( in Read() 164 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread() 180 LLDB_LOG(GetLog(LLDBLog::Host), "failed to launch host thread: {}", in StartReadThread() 195 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread() 237 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache() 263 LLDB_LOG(log, "Communication({0}) thread starting...", this); in ReadThread() 292 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread() 308 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread() [all …]
|
| D | Communication.cpp | 44 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/common/ |
| D | NativeProcessProtocol.cpp | 80 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 …]
|
| /openbsd/src/gnu/llvm/lldb/source/Expression/ |
| 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() 198 LLDB_LOG(log, "== [UserExpression::Evaluate] No process, but the policy is " in Evaluate() 256 LLDB_LOG(log, "== [UserExpression::Evaluate] Getting expression: {0} ==", in Evaluate() 261 LLDB_LOG(log, "== [UserExpression::Evaluate] Parsing expression {0} ==", in Evaluate() 347 LLDB_LOG(log, "== [UserExpression::Evaluate] Expression may not run, but " in Evaluate() 368 LLDB_LOG(log, "== [UserExpression::Evaluate] Executing expression =="); in Evaluate() 375 LLDB_LOG(log, "== [UserExpression::Evaluate] Execution completed " in Evaluate() 389 LLDB_LOG(log, in Evaluate() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/ |
| 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() 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
| D | ABISysV_ppc64.cpp | 436 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() 528 LLDB_LOG(m_log, LOG_PREFIX "Complex numbers are not supported yet"); in GetValue() 695 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject() 702 LLDB_LOG( in GetVectorValueObject() 713 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr3 RegisterInfo"); in GetVectorValueObject() 728 LLDB_LOG(m_log, LOG_PREFIX "Failed to read vector register contents"); in GetVectorValueObject() 733 LLDB_LOG(m_log, LOG_PREFIX "Failed to extract vector register bytes"); in GetVectorValueObject() [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| 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()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationServerLLGS.cpp | 310 LLDB_LOG(log, in LaunchProcess() 332 LLDB_LOG(log, in LaunchProcess() 407 LLDB_LOG(log, "including existing processes in search"); in AttachWaitProcess() 411 LLDB_LOG(log, "placed '{0}' processes in the exclusion list.", in AttachWaitProcess() 415 LLDB_LOG(log, "waiting for '{0}' to appear", process_name); in AttachWaitProcess() 436 LLDB_LOG(log, "found pid {0}", matching_process_pid); in AttachWaitProcess() 457 LLDB_LOG(log, "sleep {0} seconds", polling_interval); in AttachWaitProcess() 484 LLDB_LOG(log, "pid = {0}, failed to retrieve process exit status", in SendWResponse() 493 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 …]
|
| /openbsd/src/gnu/llvm/lldb/source/Host/linux/ |
| 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()
|