Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBSocket.cpp77 err.LogThreaded("error: failed to create kqueue."); in Listen()
135 err.LogThreaded("::listen or ::bind failed"); in Listen()
160 err.LogThreaded("error: kevent() failed."); in Listen()
176 err.LogThreaded("error: Socket accept failed."); in Listen()
281 err.LogThreaded("can't open file '%s'", path); in OpenFile()
333 err.LogThreaded("::read ( %i, %p, %llu ) => %i", m_fd, buf, sizeof(buf), in Read()
364 err.LogThreaded("::write ( socket = %i, buffer = %p, length = %llu) => %i", in Write()
DDNBError.cpp97 void DNBError::LogThreaded(const char *format, ...) const { in LogThreaded() function in DNBError
DDNBError.h89 void LogThreaded(const char *format, ...) const;
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.
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
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()
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()
DMachVMMemory.cpp181 m_err.LogThreaded("::mach_vm_read ( task = 0x%4.4x, addr = 0x%8.8llx, " in Read()
189 m_err.LogThreaded( in Read()
271 m_err.LogThreaded("::mach_vm_write ( task = 0x%4.4x, addr = 0x%8.8llx, " in WriteRegion()
281 m_err.LogThreaded("::vm_machine_attribute ( task = 0x%4.4x, addr = " in WriteRegion()
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()
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);
527 err.LogThreaded(str);
559 err.LogThreaded("::task_info ( target_task = 0x%4.4x, flavor = "
638 err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, "
671 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);
675 err.LogThreaded("::pthread_join ( thread = %p, value_ptr = NULL)",
682 err.LogThreaded("::mach_port_deallocate ( task = 0x%4.4x, name = 0x%4.4x )",
DMachProcess.mm1436 err.LogThreaded("MachProcess::Kill() DoSIGSTOP() ::ptrace "
1629 err.LogThreaded("::ptrace (PT_DETACH, %u, (caddr_t)1, 0)", pid);
3241 err.LogThreaded("::posix_spawnattr_init ( &attr )");
3259 err.LogThreaded(
3286 err.LogThreaded(
3300 err.LogThreaded(
3316 err.LogThreaded("::posix_spawn_file_actions_init ( &file_actions )");
3341 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
3350 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
3359 err.LogThreaded("::posix_spawn_file_actions_addopen (&file_actions, "
[all …]
DMachThreadList.cpp299 err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, " in UpdateThreadList()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
DDNBArchImplARM64.cpp604 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__); in EnableHardwareSingleStep()
611 err.LogThreaded("%s: failed to read the DBG registers", __FUNCTION__); in EnableHardwareSingleStep()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp697 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__); in EnableHardwareSingleStep()
704 err.LogThreaded("%s: failed to read the DBG registers", __FUNCTION__); in EnableHardwareSingleStep()