/external/lldb/tools/debugserver/source/ |
D | RNBSocket.cpp | 96 …err.LogThreaded("::socket ( domain = AF_INET, type = SOCK_STREAM, protocol = IPPROTO_TCP ) => sock… in Listen() 115 err.LogThreaded("::bind ( socket = %i, (struct sockaddr *) &sa, sizeof(sa)) )", listen_fd); in Listen() 142 err.LogThreaded("::listen ( socket = %i, backlog = 1 )", listen_fd); in Listen() 166 …err.LogThreaded("::accept ( socket = %i, address = %p, address_len = %u )", listen_fd, &accept_add… in Listen() 292 err.LogThreaded ("can't open file '%s'", path); in OpenFile() 352 … err.LogThreaded("::read ( %i, %p, %llu ) => %i", m_fd, buf, sizeof (buf), (uint64_t)bytesread); in Read() 386 …err.LogThreaded("::write ( socket = %i, buffer = %p, length = %llu) => %i", m_fd, buffer, length, … in Write()
|
D | DNBError.cpp | 85 DNBError::LogThreaded(const char *format, ...) const in LogThreaded() function in DNBError
|
D | DNBError.h | 88 void LogThreaded(const char *format, ...) const;
|
D | ChangeLog | 418 * 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/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMRegion.cpp | 76 …m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i… in SetProtections() 82 …m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i… in SetProtections() 108 …m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i… in RestoreProtections() 143 …m_err.LogThreaded("::mach_vm_region_recurse ( task = 0x%4.4x, address => 0x%8.8llx, size => %llu, … in GetRegionForAddress()
|
D | MachException.cpp | 306 …err.LogThreaded("::mach_msg ( msg->{bits = %#x, size = %u remote_port = %#x, local_port = %#x, res… in Receive() 393 …err.LogThreaded("::ptrace (request = PT_THUPDATE, pid = 0x%4.4x, tid = 0x%4.4x, signal = %i)", sta… in Reply() 424 err.LogThreaded("::mach_msg() - send interrupted"); in Reply() 432 err.LogThreaded("::mach_msg() - failed (task)"); in Reply() 438 err.LogThreaded("::mach_msg() - failed (child of task)"); in Reply() 509 …err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = 0x%x, maskCnt => %u, ports, b… in Save() 517 …err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = 0x%x, maskCnt => %u, ports, b… in Save() 540 …err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, exception_mask = 0x%8.8x, new_port =… in Restore()
|
D | MachTask.cpp | 80 err.LogThreaded("::task_suspend ( target_task = 0x%4.4x )", task); in Suspend() 108 err.LogThreaded("::task_resume ( target_task = 0x%4.4x )", task); in Resume() 499 err.LogThreaded(str); in TaskPortForProcessID() 536 …err.LogThreaded("::task_info ( target_task = 0x%4.4x, flavor = TASK_BASIC_INFO, task_info_out => %… in BasicInfo() 614 …err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, exception_mask = 0x%8.8x, new_port =… in StartExceptionThread() 649 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread); in ShutDownExcecptionThread() 653 err.LogThreaded("::pthread_join ( thread = %p, value_ptr = NULL)", m_exception_thread); in ShutDownExcecptionThread() 659 …err.LogThreaded("::mach_port_deallocate ( task = 0x%4.4x, name = 0x%4.4x )", task_self, exception_… in ShutDownExcecptionThread()
|
D | MachThread.cpp | 71 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number); in Suspend() 117 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in SetSuspendCountBeforeResume() 146 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number); in RestoreSuspendCountAfterStop() 168 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number); in RestoreSuspendCountAfterStop()
|
D | MachVMMemory.cpp | 565 …m_err.LogThreaded("::mach_vm_read ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, data => %8.8p, … in Read() 572 …m_err.LogThreaded("::mach_vm_read ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, data => %8.8p, … in Read() 658 …m_err.LogThreaded("::mach_vm_write ( task = 0x%4.4x, addr = 0x%8.8llx, data = %8.8p, dataCnt = %u … in WriteRegion() 665 …m_err.LogThreaded("::vm_machine_attribute ( task = 0x%4.4x, addr = 0x%8.8llx, size = %u, attr = MA… in WriteRegion()
|
D | MachProcess.cpp | 548 err.LogThreaded("::ptrace (PT_DETACH, %u, (caddr_t)1, 0)", pid); in Detach() 1818 err.LogThreaded("::posix_spawnattr_init ( &attr )"); in PosixSpawnChildForPTraceDebugging() 1835 …err.LogThreaded("::posix_spawnattr_setflags ( &attr, POSIX_SPAWN_START_SUSPENDED%s )", flags & _PO… in PosixSpawnChildForPTraceDebugging() 1854 …err.LogThreaded("::posix_spawnattr_setbinpref_np ( &attr, 1, cpu_type = 0x%8.8x, count => %llu )",… in PosixSpawnChildForPTraceDebugging() 1867 err.LogThreaded("::posix_spawn_file_actions_init ( &file_actions )"); in PosixSpawnChildForPTraceDebugging() 1896 …err.LogThreaded ("::posix_spawn_file_actions_addopen (&file_actions, filedes=STDIN_FILENO, path='%… in PosixSpawnChildForPTraceDebugging() 1905 …err.LogThreaded ("::posix_spawn_file_actions_addopen (&file_actions, filedes=STDOUT_FILENO, path='… in PosixSpawnChildForPTraceDebugging() 1914 …err.LogThreaded ("::posix_spawn_file_actions_addopen (&file_actions, filedes=STDERR_FILENO, path='… in PosixSpawnChildForPTraceDebugging() 1923 …err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = %p, attr = %p, argv = %p,… in PosixSpawnChildForPTraceDebugging() 1934 …err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = %p, attr = %p, argv = %p,… in PosixSpawnChildForPTraceDebugging() [all …]
|
D | MachThreadList.cpp | 282 …err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, thread_list_count => %u )", t… in UpdateThreadList()
|
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 506 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__); in EnableHardwareSingleStep() 514 err.LogThreaded("%s: failed to read the DBG registers", __FUNCTION__); in EnableHardwareSingleStep()
|