[Lldb-commits] [lldb] r107456 - /lldb/trunk/include/lldb/Core/FileSpec.h

Jim Ingham jingham at apple.com
Thu Jul 1 17:57:26 PDT 2010


Author: jingham
Date: Thu Jul  1 19:57:26 2010
New Revision: 107456

URL: http://llvm.org/viewvc/llvm-project?rev=107456&view=rev
Log:
Resolve dueling commits...  Plus add docs for Resolve & ResolveUsername.

Modified:
    lldb/trunk/include/lldb/Core/FileSpec.h

Modified: lldb/trunk/include/lldb/Core/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FileSpec.h?rev=107456&r1=107455&r2=107456&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Core/FileSpec.h Thu Jul  1 19:57:26 2010
@@ -433,6 +433,10 @@
 
     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:
     //------------------------------------------------------------------





More information about the lldb-commits mailing list