Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
128 err.LogThreaded("error: kevent() failed."); in Listen()
144 err.LogThreaded("error: Socket accept failed."); in Listen()
249 err.LogThreaded("can't open file '%s'", path); in OpenFile()
301 err.LogThreaded("::read ( %i, %p, %llu ) => %i", m_fd, buf, sizeof(buf), in Read()
332 err.LogThreaded("::write ( socket = %i, buffer = %p, length = %llu) => %i", in Write()
H A DDNBError.cpp97 void DNBError::LogThreaded(const char *format, ...) const { in LogThreaded() function in DNBError
H A DDNBError.h89 void LogThreaded(const char *format, ...) const;
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.
/openbsd-src/gnu/llvm/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.cpp256 err.LogThreaded("::mach_msg ( msg->{bits = %#x, size = %u remote_port = " in Receive()
322 err.LogThreaded("::ptrace (request = PT_THUPDATE, pid = 0x%4.4x, tid = " in Reply()
346 err.LogThreaded("::mach_msg() - send interrupted"); in Reply()
355 err.LogThreaded("::mach_msg() - failed (child of task)"); in Reply()
426 err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = 0x%x, " in Save()
436 err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = " in Save()
457 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.cpp69 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number); in Suspend()
105 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in SetSuspendCountBeforeResume()
130 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in RestoreSuspendCountAfterStop()
147 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);
531 err.LogThreaded(str);
566 err.LogThreaded("::task_info ( target_task = 0x%4.4x, flavor = "
646 err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, "
679 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);
683 err.LogThreaded("::pthread_join ( thread = %p, value_ptr = NULL)",
690 err.LogThreaded("::mach_port_deallocate ( task = 0x%4.4x, name = 0x%4.4x )",
H A DMachProcess.mm1466 err.LogThreaded("MachProcess::Kill() DoSIGSTOP() ::ptrace "
1659 err.LogThreaded("::ptrace (PT_DETACH, %u, (caddr_t)1, 0)", pid);
3386 err.LogThreaded("::posix_spawnattr_init ( &attr )");
3404 err.LogThreaded(
3431 err.LogThreaded(
3445 err.LogThreaded(
3461 err.LogThreaded("::posix_spawn_file_actions_init ( &file_actions )");
3486 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
3495 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
3504 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
[all …]
H A DMachThreadList.cpp299 err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, " in UpdateThreadList()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp701 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__); in EnableHardwareSingleStep()
708 err.LogThreaded("%s: failed to read the DBG registers", __FUNCTION__); in EnableHardwareSingleStep()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp638 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__); in EnableHardwareSingleStep()
645 err.LogThreaded("%s: failed to read the DBG registers", __FUNCTION__); in EnableHardwareSingleStep()