Home
last modified time | relevance | path

Searched refs:LogThreaded (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DRNBSocket.cpp45 err.LogThreaded("error: failed to create kqueue."); in Listen()
103 err.LogThreaded("::listen or ::bind failed"); in Listen()
133 err.LogThreaded("error: kevent() failed."); in Listen()
149 err.LogThreaded("error: Socket accept failed."); in Listen()
254 err.LogThreaded("can't open file '%s'", path); in OpenFile()
311 err.LogThreaded("::read ( %i, %p, %llu ) => %i", m_fd, buf, sizeof(buf), in Read()
342 err.LogThreaded("::write ( socket = %i, buffer = %p, length = %llu) => %i", in Write()
H A DDNBError.h89 void LogThreaded(const char *format, ...) const;
H A DDNBError.cpp97 void DNBError::LogThreaded(const char *format, ...) const { in LogThreaded() function in DNBError
H A DChangeLog418 * DNBError.cpp (DNBError::LogThreaded): Improved logging.
513 * DNBError.cpp (DNBError::LogThreaded): If there is no error, then
627 * DNBError.cpp (DNBError::LogThreaded): New function.
628 * DNBError.h (DNBError::LogThreaded): New prototype.
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp63 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = " in SetProtections()
72 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = " in SetProtections()
99 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, " in RestoreProtections()
134 m_err.LogThreaded("::mach_vm_region_recurse ( task = 0x%4.4x, address => " in GetRegionForAddress()
H A DMachException.cpp276 err.LogThreaded("::mach_msg ( msg->{bits = %#x, size = %u remote_port = " in Receive()
342 err.LogThreaded("::ptrace (request = PT_THUPDATE, pid = 0x%4.4x, tid = " in Reply()
366 err.LogThreaded("::mach_msg() - send interrupted"); in Reply()
375 err.LogThreaded("::mach_msg() - failed (child of task)"); in Reply()
446 err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = 0x%x, " in Save()
456 err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = " in Save()
477 err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, " in Restore()
H A DMachVMMemory.cpp227 m_err.LogThreaded("::mach_vm_read ( task = 0x%4.4x, addr = 0x%8.8llx, " in Read()
235 m_err.LogThreaded( in Read()
317 m_err.LogThreaded("::mach_vm_write ( task = 0x%4.4x, addr = 0x%8.8llx, " in WriteRegion()
327 m_err.LogThreaded("::vm_machine_attribute ( task = 0x%4.4x, addr = " in WriteRegion()
H A DMachThread.cpp68 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number); in Suspend()
104 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in SetSuspendCountBeforeResume()
129 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in RestoreSuspendCountAfterStop()
146 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", in RestoreSuspendCountAfterStop()
H A DMachTask.mm94 err.LogThreaded("::task_suspend ( target_task = 0x%4.4x )", task);
114 err.LogThreaded("::task_resume double-resume after exec-start-stopped "
125 err.LogThreaded("::task_resume ( target_task = 0x%4.4x )", task);
533 err.LogThreaded(str);
568 err.LogThreaded("::task_info ( target_task = 0x%4.4x, flavor = "
648 err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, "
681 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);
685 err.LogThreaded("::pthread_join ( thread = %p, value_ptr = NULL)",
692 err.LogThreaded("::mach_port_deallocate ( task = 0x%4.4x, name = 0x%4.4x )",
H A DMachProcess.mm1551 err.LogThreaded("MachProcess::Kill() DoSIGSTOP() ::ptrace "
1744 err.LogThreaded("::ptrace (PT_DETACH, %u, (caddr_t)1, 0)", pid);
3502 err.LogThreaded("::posix_spawnattr_init ( &attr )");
3520 err.LogThreaded(
3547 err.LogThreaded(
3561 err.LogThreaded(
3577 err.LogThreaded("::posix_spawn_file_actions_init ( &file_actions )");
3602 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
3611 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
3620 err.LogThreaded("
[all...]
H A DMachThreadList.cpp299 err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, " in UpdateThreadList()
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp881 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__); in AlignRequestedWatchpoint()
888 err.LogThreaded("%s: failed to read the DBG registers", __FUNCTION__); in AlignRequestedWatchpoint()