Home
last modified time | relevance | path

Searched refs:PutCStringAsRawHex8 (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp216 response.PutCStringAsRawHex8(host_triple.getTriple().c_str()); in Handle_qHostInfo()
261 response.PutCStringAsRawHex8(s.c_str()); in Handle_qHostInfo()
267 response.PutCStringAsRawHex8(s.c_str()); in Handle_qHostInfo()
273 response.PutCStringAsRawHex8(s.c_str()); in Handle_qHostInfo()
291 response.PutCStringAsRawHex8(proc_info.GetName()); in CreateProcessInfoResponse()
298 response.PutCStringAsRawHex8(proc_triple.getTriple().c_str()); in CreateProcessInfoResponse()
448 response.PutCStringAsRawHex8 (name.c_str()); in Handle_qUserName()
468 response.PutCStringAsRawHex8 (name.c_str()); in Handle_qGroupName()
DGDBRemoteCommunicationClient.cpp1970 packet.PutCStringAsRawHex8(triple.getTriple().c_str()); in FindProcesses()
/external/lldb/source/Core/
DStream.cpp725 Stream::PutCStringAsRawHex8 (const char *s) in PutCStringAsRawHex8() function in Stream
774 s->PutCStringAsRawHex8 (hola); in UnitTest()
777 s->PutCStringAsRawHex8 ("01234"); in UnitTest()
/external/lldb/include/lldb/Core/
DStream.h198 PutCStringAsRawHex8 (const char *s);