commit | c11b101fb64c621e6bc1a36904bc775ce6202beb | [log] [tgz] |
---|---|---|
author | Enrico Granata <egranata@apple.com> | Tue Feb 10 03:16:55 2015 +0000 |
committer | Enrico Granata <egranata@apple.com> | Tue Feb 10 03:16:55 2015 +0000 |
tree | e5b6205591221e18b4f291ce2db31a7e4de05d63 | |
parent | af61b65f63823946855134dfb07ce47f6e371d43 [diff] [blame] |
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 ();