Searched refs:DNBLogThreaded (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBError.cpp | 91 DNBLogThreaded("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err); in LogThreadedIfError() 109 DNBLogThreaded("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err); in LogThreaded() 111 DNBLogThreaded("%s err = 0x%8.8x", arg_msg, m_err); in LogThreaded()
|
| H A D | DNBLog.h | 83 #define DNBLogThreaded(fmt, ...) \ macro 130 #define DNBLogThreaded(...) ((void)0)
|
| H A D | debugserver.cpp | 255 DNBLogThreaded("%s DNBProcessLaunch() returned error: '%s'", __FUNCTION__, in RNBRunLoopLaunchInferior() 260 DNBLogThreaded( in RNBRunLoopLaunchInferior() 731 DNBLogThreaded( in ConnectRemote() 736 DNBLogThreaded("Failed to reverse connect to %s:%i.\n", host, port); in ConnectRemote()
|
| H A D | RNBSocket.cpp | 160 DNBLogThreaded("error: rejecting connection from %s (expecting %s)\n", in Listen()
|
| H A D | DNB.cpp | 812 DNBLogThreaded( in DNBProcessDetach()
|
| H A D | RNBRemote.cpp | 1400 DNBLogThreaded("no offset was calculated entry for register %s", in InitializeRegisters() 4603 DNBLogThreaded("RNBRemote::HandlePacket_stop_process() sending extra stop " in HandlePacket_stop_process()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachException.cpp | 64 DNBLogThreaded("::%s ( exc_port = 0x%4.4x, exc_type = %d ( %s ), exc_data " in catch_mach_exception_raise_state() 80 DNBLogThreaded("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = " in catch_mach_exception_raise_state_identity() 98 DNBLogThreaded("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = " in catch_mach_exception_raise() 233 DNBLogThreaded("::mach_msg ( msg->{bits = %#x, size = %u remote_port = " in Receive() 289 DNBLogThreaded("mach_exc_server returned zero..."); in CatchExceptionRaise() 350 DNBLogThreaded("error: mach_msg() returned an error when replying to a " in Reply()
|
| H A D | MachVMRegion.cpp | 143 DNBLogThreaded("info = { prot = %u, " in GetRegionForAddress()
|
| H A D | MachThread.cpp | 327 DNBLogThreaded( in Dump()
|
| H A D | MachTask.mm | 576 DNBLogThreaded("task_basic_info = { suspend_count = %i, virtual_size = "
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
| H A D | DNBArchImpl.cpp | 206 DNBLogThreaded( in GetVFPState() 269 DNBLogThreaded( in GetVFPState() 273 DNBLogThreaded(" s0=%8.8x s1=%8.8x s2=%8.8x s3=%8.8x s4=%8.8x " in GetVFPState() 276 DNBLogThreaded(" s8=%8.8x s9=%8.8x s10=%8.8x s11=%8.8x s12=%8.8x " in GetVFPState() 279 DNBLogThreaded(" s16=%8.8x s17=%8.8x s18=%8.8x s19=%8.8x s20=%8.8x " in GetVFPState() 282 DNBLogThreaded(" s24=%8.8x s25=%8.8x s26=%8.8x s27=%8.8x s28=%8.8x " in GetVFPState() 285 DNBLogThreaded(" s32=%8.8x s33=%8.8x s34=%8.8x s35=%8.8x s36=%8.8x " in GetVFPState() 288 DNBLogThreaded(" s40=%8.8x s41=%8.8x s42=%8.8x s43=%8.8x s44=%8.8x " in GetVFPState() 291 DNBLogThreaded(" s48=%8.8x s49=%8.8x s50=%8.8x s51=%8.8x s52=%8.8x " in GetVFPState() 294 DNBLogThreaded(" s56=%8.8x s57=%8.8x s58=%8.8x s59=%8.8x s60=%8.8x " in GetVFPState() [all …]
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 193 DNBLogThreaded( in GetGPRState() 252 DNBLogThreaded( in GetVFPState()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | DNBArchImplI386.cpp | 2240 DNBLogThreaded("DNBArchImplX86_64::GetRegisterContextSize() - GPR = %zu, " in GetRegisterContextSize() 2245 DNBLogThreaded( in GetRegisterContextSize()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
| H A D | DNBArchImplX86_64.cpp | 2739 DNBLogThreaded("DNBArchImplX86_64::GetRegisterContextSize() - GPR = %zu, " in GetRegisterContextSize() 2744 DNBLogThreaded( in GetRegisterContextSize()
|