HomeSort by relevance Sort by last modified time
    Searched refs:LogThreaded (Results 1 - 11 of 11) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachVMRegion.cpp 76 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i, prot = %u )", m_task, (uint64_t)addr, (uint64_t)prot_size, 0, prot);
82 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i, prot = %u )", m_task, (uint64_t)addr, (uint64_t)prot_size, 0, prot | VM_PROT_COPY);
108 m_err.LogThreaded("::mach_vm_protect ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, set_max = %i, prot = %u )", m_task, (uint64_t)m_protection_addr, (uint64_t)m_protection_size, 0, m_data.protection);
143 m_err.LogThreaded("::mach_vm_region_recurse ( task = 0x%4.4x, address => 0x%8.8llx, size => %llu, nesting_depth => %d, info => %p, infoCnt => %d) addr = 0x%8.8llx ", m_task, (uint64_t)m_start, (uint64_t)m_size, m_depth, &m_data, info_size, (uint64_t)addr);
MachException.cpp 306 err.LogThreaded("::mach_msg ( msg->{bits = %#x, size = %u remote_port = %#x, local_port = %#x, reserved = 0x%x, id = 0x%x}, option = %#x, send_size = %u, rcv_size = %u, rcv_name = %#x, timeout = %u, notify = %#x)",
393 err.LogThreaded("::ptrace (request = PT_THUPDATE, pid = 0x%4.4x, tid = 0x%4.4x, signal = %i)", state_pid, state.thread_port, soft_signal);
424 err.LogThreaded("::mach_msg() - send interrupted");
432 err.LogThreaded("::mach_msg() - failed (task)");
438 err.LogThreaded("::mach_msg() - failed (child of task)");
509 err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = 0x%x, maskCnt => %u, ports, behaviors, flavors )", task, mask, count);
517 err.LogThreaded("::task_get_exception_ports ( task = 0x%4.4x, mask = 0x%x, maskCnt => %u, ports, behaviors, flavors )", task, mask, count);
540 err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, exception_mask = 0x%8.8x, new_port = 0x%4.4x, behavior = 0x%8.8x, new_flavor = 0x%8.8x )", task, masks[i], ports[i], behaviors[i], flavors[i]);
MachThread.cpp 71 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number);
117 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number);
146 err.LogThreaded("::thread_resume (%4.4" PRIx32 ")", m_mach_port_number);
168 err.LogThreaded("::thread_suspend (%4.4" PRIx32 ")", m_mach_port_number);
MachTask.cpp 80 err.LogThreaded("::task_suspend ( target_task = 0x%4.4x )", task);
108 err.LogThreaded("::task_resume ( target_task = 0x%4.4x )", task);
499 err.LogThreaded(str);
536 err.LogThreaded("::task_info ( target_task = 0x%4.4x, flavor = TASK_BASIC_INFO, task_info_out => %p, task_info_outCnt => %u )", task, info, count);
614 err.LogThreaded("::task_set_exception_ports ( task = 0x%4.4x, exception_mask = 0x%8.8x, new_port = 0x%4.4x, behavior = 0x%8.8x, new_flavor = 0x%8.8x )",
649 err.LogThreaded("::pthread_cancel ( thread = %p )", m_exception_thread);
653 err.LogThreaded("::pthread_join ( thread = %p, value_ptr = NULL)", m_exception_thread);
659 err.LogThreaded("::mach_port_deallocate ( task = 0x%4.4x, name = 0x%4.4x )", task_self, exception_port);
    [all...]
MachVMMemory.cpp 565 m_err.LogThreaded("::mach_vm_read ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, data => %8.8p, dataCnt => %i )", task, (uint64_t)curr_addr, (uint64_t)curr_size, vm_memory, curr_bytes_read);
572 m_err.LogThreaded("::mach_vm_read ( task = 0x%4.4x, addr = 0x%8.8llx, size = %llu, data => %8.8p, dataCnt=>%i ) only read %u of %llu bytes", task, (uint64_t)curr_addr, (uint64_t)curr_size, vm_memory, curr_bytes_read, curr_bytes_read, (uint64_t)curr_size);
658 m_err.LogThreaded("::mach_vm_write ( task = 0x%4.4x, addr = 0x%8.8llx, data = %8.8p, dataCnt = %u )", task, (uint64_t)curr_addr, curr_data, curr_data_count);
665 m_err.LogThreaded("::vm_machine_attribute ( task = 0x%4.4x, addr = 0x%8.8llx, size = %u, attr = MATTR_CACHE, mattr_value => MATTR_VAL_CACHE_FLUSH )", task, (uint64_t)curr_addr, curr_data_count);
MachProcess.cpp 548 err.LogThreaded("::ptrace (PT_DETACH, %u, (caddr_t)1, 0)", pid);
    [all...]
MachThreadList.cpp 282 err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, thread_list_count => %u )", task, thread_list, thread_list_count);
  /external/lldb/tools/debugserver/source/
RNBSocket.cpp 96 err.LogThreaded("::socket ( domain = AF_INET, type = SOCK_STREAM, protocol = IPPROTO_TCP ) => socket = %i", listen_fd);
115 err.LogThreaded("::bind ( socket = %i, (struct sockaddr *) &sa, sizeof(sa)) )", listen_fd);
142 err.LogThreaded("::listen ( socket = %i, backlog = 1 )", listen_fd);
166 err.LogThreaded("::accept ( socket = %i, address = %p, address_len = %u )", listen_fd, &accept_addr, accept_addr_len);
292 err.LogThreaded ("can't open file '%s'", path);
352 err.LogThreaded("::read ( %i, %p, %llu ) => %i", m_fd, buf, sizeof (buf), (uint64_t)bytesread);
386 err.LogThreaded("::write ( socket = %i, buffer = %p, length = %llu) => %i", m_fd, buffer, length, (uint64_t)bytessent);
DNBError.cpp 85 DNBError::LogThreaded(const char *format, ...) const
DNBError.h 88 void LogThreaded(const char *format, ...) const;
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 506 err.LogThreaded("%s: failed to read the GPR registers", __FUNCTION__);
514 err.LogThreaded("%s: failed to read the DBG registers", __FUNCTION__);
    [all...]

Completed in 160 milliseconds