Searched refs:DNBLog (Results 1 – 13 of 13) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNBDataRef.cpp | 345 DNBLog("%s", str); in Dump() 356 DNBLog("%s", str); in Dump() 383 DNBLog("%s", str); in Dump()
|
D | DNBBreakpoint.cpp | 46 DNBLog ("DNBBreakpoint addr = 0x%llx state = %s type = %s breakpoint hw_index = %i", in Dump() 54 …DNBLog ("DNBBreakpoint addr = 0x%llx size = %llu state = %s type = %s watchpoint (%s%s) hw_ind… in Dump()
|
D | ChangeLog | 329 * DNBLog.cpp (GetLogThreadedMutex): New function. 629 * DNBLog.cpp (_DNBLogThreaded): Added sequence ID for threaded logs. 710 a single DNBLog() call so there aren't multiple newlines when logging 1163 function and use DNBLog calls. 1166 from the function prototype in favor of using DNBLog calls. 1168 DNBLog for the logging and print a log line each time a full line 1174 DNBLog.cpp(g_debug_opt): Renamed to d_debug and made it a file 1194 * DNBLog.h (DNBLOG_FLAG_FATAL): New defines that get passed to 1202 (DNBLog*): All logging calls are now exported from libdebugnub.dylib 1207 handle and now use DNBLog calls. [all …]
|
D | DNBLog.h | 61 #define DNBLog(fmt, ...) do { if (DNBLogEnabled()) { _DNBLog(0, fmt, ## __VA… macro
|
D | DNBRegisterInfo.cpp | 218 DNBLog("%s%4s = %s%s", pre ? pre : "", info.name, str, post ? post : ""); in Dump()
|
D | RNBSocket.cpp | 264 DNBLog("Connecting to com.apple.%s service...", DEBUGSERVER_PROGRAM_NAME); in ConnectToService()
|
D | RNBRemote.cpp | 1161 DNBLog ("Unable to get the process cpu_type, making a best guess."); in InitializeRegisters() 3788 DNBLog ("Got a 'k' packet, killing the inferior process."); in HandlePacket_k() 4009 DNBLog ("Unable to get the process cpu_type, making a best guess."); in HandlePacket_qProcessInfo()
|
D | debugserver.cpp | 574 … DNBLog ("debugserver's event read thread is exiting, killing the inferior process."); in RNBRunLoopInferiorExecuting()
|
D | DNB.cpp | 259 DNBLog ("Could not get task port for process, sending SIGKILL and exiting."); in DNBProcessLaunch()
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 264 DNBLog("signal(%s)", signal_str); in DumpStopReason() 266 DNBLog("signal(%i)", soft_signal); in DumpStopReason() 269 DNBLog("%s", Name(exc_type)); in DumpStopReason()
|
D | MachProcess.cpp | 393 DNBLog("Resume() - task 0x%x is already running, ignoring...", m_task.TaskPort()); in Resume() 396 …DNBLog("Resume() - task 0x%x has state %s, can't continue...", m_task.TaskPort(), DNBStateAsString… in Resume() 407 DNBLog ("Sending ptrace PT_KILL to terminate inferior process."); in Kill() 428 …DNBLog ("Waited %u ms for process to be reaped (state = %s)", reap_time_elapsed/1000, DNBStateAsSt… in Kill() 1124 DNBLog ("info_array_count is 0x%x", info_array_count); in ExceptionMessageBundleComplete() 1130 …DNBLog ("error: failed to read all_image_infos.infoArrayCount from 0x%8.8llx", info_array_count_ad… in ExceptionMessageBundleComplete() 1143 DNBLog ("arch changed from 0x%8.8x to 0x%8.8x", m_cpu_type, process_cpu_type); in ExceptionMessageBundleComplete() 1750 … DNBLog ("Could not get inferior's Mach exception port, sending ptrace PT_KILL and exiting."); in LaunchForDebug() 2091 … DNBLog ("Could not get inferior's Mach exception port, sending ptrace PT_KILL and exiting."); in SBLaunchForDebug()
|
D | MachThread.cpp | 583 DNBLog("%s: registers are not currently valid.", GetRegisterSetName(regSet)); in DumpRegisterState()
|
/external/lldb/tools/debugserver/debugserver.xcodeproj/ |
D | project.pbxproj | 30 …26CE05BA115C363E0022F371 /* DNBLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 26C637E00C71… 92 …0C71334A0024798E /* DNBLog.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 93 …7E10C71334A0024798E /* DNBLog.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 211 26C637E10C71334A0024798E /* DNBLog.h */, 212 26C637E00C71334A0024798E /* DNBLog.cpp */, 435 26CE05BA115C363E0022F371 /* DNBLog.cpp in Sources */,
|