aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBHostOS.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBHostOS.h')
-rw-r--r--include/lldb/API/SBHostOS.h3
1 files changed, 3 insertions, 0 deletions
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);