From f3fbd1c0586ff6ec7895991e6c28f61a503c36a8 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 23 Jul 2016 20:50:09 +0000 Subject: Vendor import of lldb release_39 branch r276489: https://llvm.org/svn/llvm-project/lldb/branches/release_39@276489 --- include/lldb/API/SBHostOS.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/lldb/API/SBHostOS.h') diff --git a/include/lldb/API/SBHostOS.h b/include/lldb/API/SBHostOS.h index d9bc97365632..a3675856a136 100644 --- a/include/lldb/API/SBHostOS.h +++ b/include/lldb/API/SBHostOS.h @@ -28,6 +28,9 @@ public: static lldb::SBFileSpec GetLLDBPath (lldb::PathType path_type); + static lldb::SBFileSpec + GetUserHomeDirectory (); + static void ThreadCreated (const char *name); -- cgit v1.2.3