And make the globbing behavior available via the SB API

llvm-svn: 228660
diff --git a/lldb/scripts/Python/interface/SBLaunchInfo.i b/lldb/scripts/Python/interface/SBLaunchInfo.i
index fa6b8e7..a117f81 100644
--- a/lldb/scripts/Python/interface/SBLaunchInfo.i
+++ b/lldb/scripts/Python/interface/SBLaunchInfo.i
@@ -91,6 +91,12 @@
 
     void
     SetShell (const char * path);
+    
+    bool
+    GetGlobArguments ();
+    
+    void
+    SetGlobArguments (bool glob);
 
     uint32_t
     GetResumeCount ();