Searched refs:DNBLog (Results 1 - 11 of 11) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp15 #include "DNBLog.h"
345 DNBLog("%s", str);
356 DNBLog("%s", str);
383 DNBLog("%s", str);
H A DDNBLog.h1 //===-- DNBLog.h ------------------------------------------------*- C++ -*-===//
61 #define DNBLog(fmt, ...) do { if (DNBLogEnabled()) { _DNBLog(0, fmt, ## __VA_ARGS__); } } while (0) macro
H A DDNBBreakpoint.cpp19 #include "DNBLog.h"
46 DNBLog ("DNBBreakpoint addr = 0x%llx state = %s type = %s breakpoint hw_index = %i",
54 DNBLog ("DNBBreakpoint addr = 0x%llx size = %llu state = %s type = %s watchpoint (%s%s) hw_index = %i",
H A DDNBRegisterInfo.cpp15 #include "DNBLog.h"
218 DNBLog("%s%4s = %s%s", pre ? pre : "", info.name, str, post ? post : "");
H A DRNBSocket.cpp22 #include "DNBLog.h"
264 DNBLog("Connecting to com.apple.%s service...", DEBUGSERVER_PROGRAM_NAME);
H A Ddebugserver.cpp29 #include "DNBLog.h"
574 DNBLog ("debugserver's event read thread is exiting, killing the inferior process.");
H A DDNB.cpp32 #include "DNBLog.h"
259 DNBLog ("Could not get task port for process, sending SIGKILL and exiting.");
H A DRNBRemote.cpp24 #include "DNBLog.h"
1161 DNBLog ("Unable to get the process cpu_type, making a best guess.");
3788 DNBLog ("Got a 'k' packet, killing the inferior process.");
4009 DNBLog ("Unable to get the process cpu_type, making a best guess.");
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp19 #include "DNBLog.h"
264 DNBLog("signal(%s)", signal_str);
266 DNBLog("signal(%i)", soft_signal);
269 DNBLog("%s", Name(exc_type));
H A DMachProcess.cpp32 #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 ("Coul
[all...]
H A DMachThread.cpp17 #include "DNBLog.h"
583 DNBLog("%s: registers are not currently valid.", GetRegisterSetName(regSet));

Completed in 782 milliseconds