| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 44 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force, in CreateInstance() 61 LLDB_LOG(log, "create = {0}", create); in CreateInstance() 245 LLDB_LOG(log, "target {0}", target); in DebugProcess() 268 LLDB_LOG(log, "creating new target"); in DebugProcess() 280 LLDB_LOG(log, "error: {0}", error); in DebugProcess() 295 LLDB_LOG(log, "error: {0}", error); in DebugProcess() 299 LLDB_LOG(log, "successfully created process"); in DebugProcess() 303 LLDB_LOG(log, "setting up hijacker"); in DebugProcess() 318 LLDB_LOG(log, "{0}", stream.GetData()); in DebugProcess() 339 LLDB_LOG(log, "hooked up STDIO pty to process"); in DebugProcess() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 218 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in IsEnabled() 247 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in IsOneShot() 276 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetIgnoreCount() 307 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetCondition() 337 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetAutoContinue() 367 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetThreadID() 397 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetThreadIndex() 427 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetThreadName() 457 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetQueueName() 490 LLDB_LOG(log, "Name: {0}\n", bp_name->GetName()); in GetCommandLineCommands() [all …]
|
| H A D | SBBreakpoint.cpp | 78 LLDB_LOG(log, "breakpoint = {0}, id = {1}", bkpt_sp.get(), break_id); in GetID() 224 LLDB_LOG(log, "breakpoint = {0}, count = {1}", bkpt_sp.get(), count); in SetIgnoreCount() 309 LLDB_LOG(log, "breakpoint = {0}, tid = {1:x}", bkpt_sp.get(), tid); in SetThreadID() 322 LLDB_LOG(log, "breakpoint = {0}, tid = {1:x}", bkpt_sp.get(), tid); in GetThreadID() 378 LLDB_LOG(log, "breakpoint = {0}, name = {1}", bkpt_sp.get(), name); in GetThreadName() 386 LLDB_LOG(log, "breakpoint = {0}, queue_name = {1}", bkpt_sp.get(), in SetQueueName() 407 LLDB_LOG(log, "breakpoint = {0}, name = {1}", bkpt_sp.get(), name); in GetQueueName() 421 LLDB_LOG(log, "breakpoint = {0}, num_resolved = {1}", bkpt_sp.get(), in GetNumResolvedLocations() 544 LLDB_LOG(log, "breakpoint = {0}, callback = {1}", bkpt_sp.get(), in SetScriptCallbackFunction() 623 LLDB_LOG(log, "breakpoint = {0}, name = {1}", bkpt_sp.get(), name); in MatchesName() [all …]
|
| H A D | SBBreakpointLocation.cpp | 43 LLDB_LOG(log, "location = {0} ({1})", break_loc_sp.get(), sstr.GetData()); in SBBreakpointLocation() 175 LLDB_LOG(log, "location = {0}, callback = {1}", loc_sp.get(), in SetScriptCallbackFunction() 196 LLDB_LOG(log, "location = {0}: callback body:\n{1}", loc_sp.get(), in SetScriptCallbackBody() 379 LLDB_LOG(log, "location = {0}, breakpoint = {1} ({2})", loc_sp.get(), in GetBreakpoint()
|
| H A D | SBTrace.cpp | 38 LLDB_LOG(log, "SBTrace::bytes_read - {0}", buffer.size()); in GetTraceData() 56 LLDB_LOG(log, "SBTrace::bytes_read - {0}", buffer.size()); in GetMetaData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.cpp | 72 LLDB_LOG(log, "pid = {0:x}", pid); in Launch() 74 LLDB_LOG(log, "failed to launch process: {0}", status); in Launch() 89 LLDB_LOG(log, "inferior started, now in stopped state"); in Launch() 98 LLDB_LOG(log, "pid = {0:x}, detected architecture {1}", pid, in Launch() 121 LLDB_LOG(log, "pid = {0:x}", pid); in Attach() 253 LLDB_LOG(log, in MonitorSIGTRAP() 272 LLDB_LOG(log, in MonitorSIGTRAP() 316 LLDB_LOG(log, "ptrace() failed: {0}", error); in PtraceWrapper() 323 LLDB_LOG(log, "pid {0}", GetID()); in Resume() 407 LLDB_LOG(log, "pid {0}", GetID()); in Kill() [all …]
|
| H A D | NativeThreadNetBSD.cpp | 37 LLDB_LOG(log, "tid = {0} in called with signal {1}", GetID(), signo); in SetStoppedBySignal() 137 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(), in GetStopReason()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 75 LLDB_LOG(log, "state is exited, but status not set"); in SetExitStatus() 172 LLDB_LOG(log, in SetWatchpoint() 265 LLDB_LOG(log, in SetHardwareBreakpoint() 362 LLDB_LOG(log, "addr = {0:x}, size_hint = {1}", addr, size_hint); in SetSoftwareBreakpoint() 379 LLDB_LOG(log, "addr = {0:x}", addr); in RemoveSoftwareBreakpoint() 408 LLDB_LOG(log, in RemoveSoftwareBreakpoint() 433 LLDB_LOG(log, "Restoring bytes at {0:x}: {1:@[x]}", addr, in RemoveSoftwareBreakpoint() 467 LLDB_LOG( in EnableSoftwareBreakpoint() 515 LLDB_LOG(log, "addr = {0:x}: SUCCESS", addr); in EnableSoftwareBreakpoint() 590 LLDB_LOG(log, "breakpoint size: {0}", breakpoint_size); in FixupBreakpointPCAsNeeded() [all …]
|
| H A D | HostInfoBase.cpp | 119 LLDB_LOG(log, "shlib dir -> `{0}`", g_fields->m_lldb_so_dir); in GetShlibDir() 131 LLDB_LOG(log, "support exe dir -> `{0}`", g_fields->m_lldb_support_exe_dir); in GetSupportExeDir() 142 LLDB_LOG(log, "header dir -> `{0}`", g_fields->m_lldb_headers_dir); in GetHeaderDir() 154 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() 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()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.cpp | 230 LLDB_LOG(log, "EmulateMFSPR: {0:X+8}: mfspr r0, lr", m_addr); in EmulateMFSPR() 240 LLDB_LOG(log, "EmulateMFSPR: success!"); in EmulateMFSPR() 257 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra); in EmulateLD() 269 LLDB_LOG(log, "EmulateLD: success!"); in EmulateLD() 294 LLDB_LOG(log, "EmulateSTD: {0:X+8}: std{1} r{2}, {3}(r{4})", m_addr, in EmulateSTD() 336 LLDB_LOG(log, "EmulateSTD: success!"); in EmulateSTD() 351 LLDB_LOG(log, "EmulateOR: {0:X+8}: mr r{1}, r{2}", m_addr, ra, rb); in EmulateOR() 369 LLDB_LOG(log, "EmulateOR: success!"); in EmulateOR() 386 LLDB_LOG(log, "EmulateADDI: {0:X+8}: addi r1, r1, {1}", m_addr, si_val); in EmulateADDI() 404 LLDB_LOG(log, "EmulateADDI: success!"); in EmulateADDI()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/ |
| H A D | ABISysV_ppc64.cpp | 444 LLDB_LOG(m_log, LOG_PREFIX in IsValid() 463 LLDB_LOG(m_log, LOG_PREFIX "Failed to get RegisterInfo"); in GetRawData() 469 LLDB_LOG(m_log, LOG_PREFIX "ReadRegister() failed"); in GetRawData() 477 LLDB_LOG(m_log, LOG_PREFIX "GetAsMemoryData() failed"); in GetRawData() 704 LLDB_LOG(m_log, LOG_PREFIX "Failed to get vr2 RegisterInfo"); in GetVectorValueObject() 711 LLDB_LOG( in GetVectorValueObject() 782 LLDB_LOG(m_log, LOG_PREFIX "No children found in struct"); in GetStructValueObject() 794 LLDB_LOG(m_log, in GetStructValueObject() 809 LLDB_LOG(m_log, LOG_PREFIX "Failed to get float data"); in GetStructValueObject() 836 LLDB_LOG(m_log, LOG_PREFIX "{0} struct", in GetStructValueObject() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 246 LLDB_LOG(log, in LaunchProcess() 268 LLDB_LOG(log, in LaunchProcess() 603 LLDB_LOG( 1303 LLDB_LOG(log, "No debugged process found."); 1462 LLDB_LOG(log, "c failed for process {0}: {1}", 1512 LLDB_LOG(log, "no debugged process"); 1873 LLDB_LOG(log, "starting thread iteration"); 1887 LLDB_LOG(log, "finished thread iteration"); 1918 LLDB_LOG(log, "failed, no thread available"); 2333 LLDB_LOG(log, [all …]
|
| H A D | ThreadGDBRemote.cpp | 44 LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, process.GetID(), in ThreadGDBRemote() 51 LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, in ~ThreadGDBRemote()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | RichManglingContext.cpp | 47 LLDB_LOG(log, "demangled itanium: {0} -> \"{1}\"", mangled, m_ipd_buf); in FromItaniumName() 49 LLDB_LOG(log, "demangled itanium: {0} -> error: failed to demangle", in FromItaniumName() 114 LLDB_LOG(log, "ItaniumPartialDemangler Realloc: new buffer size is {0}", in processIPDStrResult()
|
| H A D | Communication.cpp | 128 LLDB_LOG( in Read() 334 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread() 350 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 315 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() 517 LLDB_LOG(log, "Failed to get vdso region info: {0}", status); in LoadVDSO() 538 LLDB_LOG(log, "Failed to get interpreter region info: {0}", status); in LoadInterpreterModule() 584 LLDB_LOG(log, "LoadAllCurrentModules loading module: {0}", in LoadAllCurrentModules()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 247 LLDB_LOG(log, "Finding frames between {0} and {1}, retn-pc={2:x}", in FindInterveningFrames() 254 LLDB_LOG(log, "FindInterveningFrames: found call with retn-PC = {0:x}", in FindInterveningFrames() 263 LLDB_LOG(log, "No call edge outgoing from {0} with retn-PC == {1:x}", in FindInterveningFrames() 272 LLDB_LOG(log, "Could not resolve callee"); in FindInterveningFrames() 276 LLDB_LOG(log, "Not searching further, first callee is {0} (retn-PC: {1:x})", in FindInterveningFrames() 371 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find previous function"); in SynthesizeTailCallFrames() 377 LLDB_LOG(log, "SynthesizeTailCallFrames: can't find next function"); in SynthesizeTailCallFrames() 404 LLDB_LOG(log, "Pushed frame {0}", callee->GetDisplayName()); in SynthesizeTailCallFrames()
|
| H A D | ThreadPlan.cpp | 76 LLDB_LOG(log, "returning previous thread plan vote: {0}", prev_vote); in ShouldReportStop() 80 LLDB_LOG(log, "Returning vote: {0}", m_stop_vote); in ShouldReportStop()
|
| H A D | ProcessLaunchInfo.cpp | 187 LLDB_LOG(log, "pid = {0}, exited = {1}, signal = {2}, status = {3}", pid, in NoOpMonitorCallback() 210 LLDB_LOG(log, "Generating a pty to use for stdin/out/err"); in SetUpPtyRedirection()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 145 LLDB_LOG(log, "removing not matching relative path {0} since it " in FilterContexts() 171 LLDB_LOG(log, "unexpected symbol context file {0}", sc.line_entry.file); in FilterContexts() 197 LLDB_LOG(log, "removing symbol context at {0}:{1}", file, line); in FilterContexts()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | Function.cpp | 146 LLDB_LOG(log, "CallEdge: Lazily parsing the call graph for {0}", in ParseSymbolFileAndResolve() 155 LLDB_LOG(log, "CallEdge: Found no symbols for {0}, cannot resolve it", in ParseSymbolFileAndResolve() 161 LLDB_LOG(log, "CallEdge: Invalid symbol address"); in ParseSymbolFileAndResolve() 166 LLDB_LOG(log, "CallEdge: Could not find complete function"); in ParseSymbolFileAndResolve() 255 LLDB_LOG(log, "GetCallEdges: Attempting to parse call site info for {0}", in GetCallEdges()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/ |
| H A D | PlatformOpenBSD.cpp | 44 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force, in CreateInstance() 67 LLDB_LOG(log, "create = {0}", create); in CreateInstance()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | DarwinProcessLauncher.cpp | 321 LLDB_LOG(log, in PosixSpawnChildForPTraceDebugging() 342 LLDB_LOG(log, in PosixSpawnChildForPTraceDebugging() 362 LLDB_LOG(log, "::posix_spawn_file_actions_init(&file_actions) failed: {0}", in PosixSpawnChildForPTraceDebugging() 408 LLDB_LOG(log, in PosixSpawnChildForPTraceDebugging()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 177 LLDB_LOG(log, "Unable to fetch the base address of object file. Skipping " in AddSymbols() 204 LLDB_LOG(log, in AddSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 46 LLDB_LOG(log, "force = {0}, arch=({1}, {2})", force, in CreateInstance() 69 LLDB_LOG(log, "create = {0}", create); in CreateInstance()
|