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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp1010 const char *ascii_hex_bytes_cstr = m_packet_data.GetOptionValue().GetCurrentValue(); local
1011 if (ascii_hex_bytes_cstr && ascii_hex_bytes_cstr[0])
1013 StringExtractor extractor(ascii_hex_bytes_cstr);
1017 result.AppendErrorWithFormat ("payload data must contain an even number of ASCII hex characters: '%s'", ascii_hex_bytes_cstr);
1024 result.AppendErrorWithFormat ("payload data must only contain ASCII hex characters (no spaces or hex prefixes): '%s'", ascii_hex_bytes_cstr);

Completed in 1228 milliseconds