Lines Matching refs:GetStringRef
1522 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()
3177 std::string &response_str = response.GetStringRef(); in DoExecute()
3187 output_strm.Printf ("response: %s\n", response.GetStringRef().c_str()); in DoExecute()
3236 const std::string &response_str = response.GetStringRef(); in DoExecute()
3241 output_strm.Printf ("response: %s\n", response.GetStringRef().c_str()); in DoExecute()