Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo.

Change by Stephane Sezer.

llvm-svn: 217252
This commit is contained in:
Todd Fiala 2014-09-05 14:56:13 +00:00
parent 0ee56ce640
commit 0cc371c166
1 changed files with 1 additions and 0 deletions

View File

@ -2501,6 +2501,7 @@ GDBRemoteCommunicationClient::GetCurrentProcessInfo ()
{
assert (pointer_byte_size == m_process_arch.GetAddressByteSize());
}
m_process_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name));
m_process_arch.GetTriple().setOSName(llvm::StringRef (os_name));
m_host_arch.GetTriple().setVendorName (llvm::StringRef (vendor_name));
m_host_arch.GetTriple().setOSName (llvm::StringRef (os_name));