Home
last modified time | relevance | path

Searched refs:DNBLogThreaded (Results 1 – 9 of 9) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNBError.cpp78 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err); in LogThreadedIfError()
100 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err); in LogThreaded()
104 DNBLogThreaded ("%s err = 0x%8.8x", arg_msg, m_err); in LogThreaded()
DDNBLog.h64 #define DNBLogThreaded(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogThreaded(fmt, ##… macro
76 #define DNBLogThreaded(...) ((void)0)
DRNBSocket.cpp86 DNBLogThreaded("error: failed to resolve connecting host '%s'", listen_host); in Listen()
190DNBLogThreaded ("error: rejecting connection from %u.%u.%u.%u (expecting %u.%u.%u.%u)", in Listen()
232 DNBLogThreaded("error: failed to resolve host '%s'", host); in Connect()
Ddebugserver.cpp236 DNBLogThreaded ("%s DNBProcessLaunch() returned error: '%s'", __FUNCTION__, launch_err_str); in RNBRunLoopLaunchInferior()
242DNBLogThreaded ("%s DNBProcessLaunch() failed to launch process, unknown failure", __FUNCTION__); in RNBRunLoopLaunchInferior()
/external/lldb/tools/debugserver/source/MacOSX/
DMachException.cpp98DNBLogThreaded ("::%s ( exc_port = 0x%4.4x, exc_type = %d ( %s ), exc_data = 0x%llx, exc_data_coun… in catch_mach_exception_raise_state()
127DNBLogThreaded("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = 0x%4.4x, exc_type = %d (… in catch_mach_exception_raise_state_identity()
156DNBLogThreaded ("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = 0x%4.4x, exc_type = %d … in catch_mach_exception_raise()
281DNBLogThreaded ("::mach_msg ( msg->{bits = %#x, size = %u remote_port = %#x, local_port = %#x, res… in Receive()
352 DNBLogThreaded("mach_exc_server returned zero..."); in CatchExceptionRaise()
DMachVMRegion.cpp149 DNBLogThreaded("info = { prot = %u, " in GetRegionForAddress()
DMachThread.cpp363DNBLogThreaded("[%3u] #%3u tid: 0x%8.8" PRIx64 ", pc: 0x%16.16" PRIx64 ", sp: 0x%16.16" PRIx64 ", … in Dump()
DMachTask.cpp541DNBLogThreaded ("task_basic_info = { suspend_count = %i, virtual_size = 0x%8.8llx, resident_size =… in BasicInfo()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp225 DNBLogThreaded ("thread_get_state(0x%4.4x, %u, &gpr, %u) => 0x%8.8x (count => %u)", in GetVFPState()
231DNBLogThreaded(" s0=%8.8x s1=%8.8x s2=%8.8x s3=%8.8x s4=%8.8x s5=%8.8x s6=%8.8x s7=%8.8x"… in GetVFPState()
232DNBLogThreaded(" s8=%8.8x s9=%8.8x s10=%8.8x s11=%8.8x s12=%8.8x s13=%8.8x s14=%8.8x s15=%8.8x"… in GetVFPState()
233DNBLogThreaded(" s16=%8.8x s17=%8.8x s18=%8.8x s19=%8.8x s20=%8.8x s21=%8.8x s22=%8.8x s23=%8.8x"… in GetVFPState()
234DNBLogThreaded(" s24=%8.8x s25=%8.8x s26=%8.8x s27=%8.8x s28=%8.8x s29=%8.8x s30=%8.8x s31=%8.8x"… in GetVFPState()
235DNBLogThreaded(" s32=%8.8x s33=%8.8x s34=%8.8x s35=%8.8x s36=%8.8x s37=%8.8x s38=%8.8x s39=%8.8x"… in GetVFPState()
236DNBLogThreaded(" s40=%8.8x s41=%8.8x s42=%8.8x s43=%8.8x s44=%8.8x s45=%8.8x s46=%8.8x s47=%8.8x"… in GetVFPState()
237DNBLogThreaded(" s48=%8.8x s49=%8.8x s50=%8.8x s51=%8.8x s52=%8.8x s53=%8.8x s54=%8.8x s55=%8.8x"… in GetVFPState()
238DNBLogThreaded(" s56=%8.8x s57=%8.8x s58=%8.8x s59=%8.8x s60=%8.8x s61=%8.8x s62=%8.8x s63=%8.8x … in GetVFPState()
344DNBLogThreaded("DNBArchMachARM::ThreadWillResume() failed to enable hardware single step"); in ThreadWillResume()