HomeSort by relevance Sort by last modified time
    Searched full:kdp_error (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 696 uint32_t kdp_error = reply_packet.GetU32 (&offset); local
709 if (kdp_error)
710 error.SetErrorStringWithFormat ("kdp read memory failed (error %u)", kdp_error);
743 uint32_t kdp_error = reply_packet.GetU32 (&offset); local
744 if (kdp_error)
745 error.SetErrorStringWithFormat ("kdp write memory failed (error %u)", kdp_error);
776 uint32_t kdp_error = reply_packet.GetU32 (&offset); local
777 if (kdp_error && (command_byte != KDP_DUMPINFO))
778 error.SetErrorStringWithFormat ("request packet 0x%8.8x failed (error %u)", command_byte, kdp_error);
1334 uint32_t kdp_error = reply_packet.GetU32 (&offset); local
1381 uint32_t kdp_error = reply_packet.GetU32 (&offset); local
1426 uint32_t kdp_error = reply_packet.GetU32 (&offset); local
    [all...]

Completed in 2411 milliseconds