Home
last modified time | relevance | path

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

/external/lldb/source/Utility/
DStringExtractor.h71 GetStringRef () in GetStringRef() function
77 GetStringRef () const in GetStringRef() function
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp246 const char *response_cstr = response.GetStringRef().c_str(); in GetVContSupported()
359 response.GetStringRef().swap (m_async_response.GetStringRef()); in SendPacketAndWaitForResponse()
360 response_len = response.GetStringRef().size(); in SendPacketAndWaitForResponse()
571 …DBRemoteCommunicationClient::%s () got packet: %s", __FUNCTION__, response.GetStringRef().c_str()); in SendContinuePacketAndWaitForResponse()
755 … std::string input = response.GetStringRef().substr(1); // '1' to move beyond 'A' in SendContinuePacketAndWaitForResponse()
931 error_str = response.GetStringRef().substr(1); in GetLaunchSuccess()
1143 extractor.GetStringRef().swap(value); in GetHostInfo()
1150 extractor.GetStringRef().swap(value); in GetHostInfo()
1157 extractor.GetStringRef().swap(value); in GetHostInfo()
1164 extractor.GetStringRef().swap(value); in GetHostInfo()
[all …]
DProcessGDBRemote.cpp1522 name_extractor.GetStringRef().swap(value); in SetThreadStopInfo()
1543 desc_extractor.GetStringRef().swap(value); in SetThreadStopInfo()
1560 reg_value_extractor.GetStringRef().swap(value); in SetThreadStopInfo()
1567 … reg_value_extractor.GetStringRef().c_str(), in SetThreadStopInfo()
1568 … stop_packet.GetStringRef().c_str()); in SetThreadStopInfo()
1942 …sGDBRemote::DoDestroy - got unexpected response to k packet: %s", response.GetStringRef().c_str()); in DoDestroy()
1944 exit_string.append(response.GetStringRef()); in DoDestroy()
1981 const bool did_exec = response.GetStringRef().find(";reason:exec;") != std::string::npos; in SetLastStopPacket()
2043 …ed response to GDB server memory read packet '%s': '%s'", packet, response.GetStringRef().c_str()); in DoReadMemory()
2079 …rver memory write packet '%s': '%s'", packet.GetString().c_str(), response.GetStringRef().c_str()); in DoWriteMemory()
[all …]
DGDBRemoteCommunication.cpp292 return packet.GetStringRef().size(); in WaitForPacketWithTimeoutMicroSecondsNoLock()
311 return packet.GetStringRef().size(); in WaitForPacketWithTimeoutMicroSecondsNoLock()
450 std::string &packet_str = packet.GetStringRef(); in CheckForPacket()
DGDBRemoteCommunicationServer.cpp108 return SendUnimplementedResponse (packet.GetStringRef().c_str()) > 0; in GetPacketAndSendResponse()
341 extractor.GetStringRef().swap(value); in Handle_qfProcessInfo()
DGDBRemoteRegisterContext.cpp525 std::string &response_str = response.GetStringRef(); in ReadAllRegisterValues()
602 response.GetStringRef().assign (G_packet, G_packet_len); in WriteAllRegisterValues()
/external/lldb/include/lldb/Core/
DConstString.h249 GetStringRef () const in GetStringRef() function
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp192 clang::IdentifierInfo &identifier_info = ast_ctx->Idents.get(name.GetStringRef()); in GetDeclForISA()
614 clang::IdentifierInfo &identifier_info = ast_ctx->Idents.get(name.GetStringRef()); in FindTypes()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp1014 … const size_t ascii_hex_bytes_cstr_len = extractor.GetStringRef().size(); in DoExecute()