summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-08-21 21:49:24 +0000
committerZachary Turner <zturner@google.com>2014-08-21 21:49:24 +0000
commita21fee0ee403731a198926ce63e7b6958419f53a (patch)
tree7de00cd5a04f230f140ccedb67a9ba34e346e351 /lldb/source/API
parent6b36337c0913fc5fdb4e73678d63248bd89ff5f0 (diff)
downloadbcm5719-llvm-a21fee0ee403731a198926ce63e7b6958419f53a.tar.gz
bcm5719-llvm-a21fee0ee403731a198926ce63e7b6958419f53a.zip
Move the rest of the HostInfo functions over.
This should bring HostInfo up to 99% completion. The remainder of code in Host will be split into instantiatable classes representing host processes, threads, dynamic libraries, and process launching strategies. llvm-svn: 216230
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBHostOS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBHostOS.cpp b/lldb/source/API/SBHostOS.cpp
index 5c32887c647..ec1e2f2e9cb 100644
--- a/lldb/source/API/SBHostOS.cpp
+++ b/lldb/source/API/SBHostOS.cpp
@@ -23,7 +23,7 @@ SBFileSpec
SBHostOS::GetProgramFileSpec ()
{
SBFileSpec sb_filespec;
- sb_filespec.SetFileSpec (Host::GetProgramFileSpec ());
+ sb_filespec.SetFileSpec(HostInfo::GetProgramFileSpec());
return sb_filespec;
}
OpenPOWER on IntegriCloud