Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:DNBLog

32 #include "DNBLog.h"
393 DNBLog("Resume() - task 0x%x is already running, ignoring...", m_task.TaskPort());
396 DNBLog("Resume() - task 0x%x has state %s, can't continue...", m_task.TaskPort(), DNBStateAsString(state));
407 DNBLog ("Sending ptrace PT_KILL to terminate inferior process.");
428 DNBLog ("Waited %u ms for process to be reaped (state = %s)", reap_time_elapsed/1000, DNBStateAsString(GetState()));
1124 DNBLog ("info_array_count is 0x%x", info_array_count);
1130 DNBLog ("error: failed to read all_image_infos.infoArrayCount from 0x%8.8llx", info_array_count_addr);
1143 DNBLog ("arch changed from 0x%8.8x to 0x%8.8x", m_cpu_type, process_cpu_type);
1750 DNBLog ("Could not get inferior's Mach exception port, sending ptrace PT_KILL and exiting.");
2091 DNBLog ("Could not get inferior's Mach exception port, sending ptrace PT_KILL and exiting.");