From a302bb160897944b7198b36eed023faf16686e33 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Fri, 2 Jul 2010 00:57:26 +0000 Subject: [PATCH] Resolve dueling commits... Plus add docs for Resolve & ResolveUsername. llvm-svn: 107456 --- lldb/include/lldb/Core/FileSpec.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lldb/include/lldb/Core/FileSpec.h b/lldb/include/lldb/Core/FileSpec.h index 1192a5761df1..d12cca55e390 100644 --- a/lldb/include/lldb/Core/FileSpec.h +++ b/lldb/include/lldb/Core/FileSpec.h @@ -433,6 +433,10 @@ public: static int Resolve (const char *src_path, char *dst_path, size_t dst_len); + + int + ResolveUsername (const char *src_path, char *dst_path, size_t dst_len); + protected: //------------------------------------------------------------------