diff options
author | Enrico Granata <egranata@apple.com> | 2015-02-10 03:16:55 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-02-10 03:16:55 +0000 |
commit | c11b101fb64c621e6bc1a36904bc775ce6202beb (patch) | |
tree | e5b6205591221e18b4f291ce2db31a7e4de05d63 /lldb/scripts/Python/interface | |
parent | af61b65f63823946855134dfb07ce47f6e371d43 (diff) | |
download | bcm5719-llvm-c11b101fb64c621e6bc1a36904bc775ce6202beb.tar.gz bcm5719-llvm-c11b101fb64c621e6bc1a36904bc775ce6202beb.zip |
And make the globbing behavior available via the SB API
llvm-svn: 228660
Diffstat (limited to 'lldb/scripts/Python/interface')
-rw-r--r-- | lldb/scripts/Python/interface/SBLaunchInfo.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/scripts/Python/interface/SBLaunchInfo.i b/lldb/scripts/Python/interface/SBLaunchInfo.i index fa6b8e76213..a117f81cda9 100644 --- a/lldb/scripts/Python/interface/SBLaunchInfo.i +++ b/lldb/scripts/Python/interface/SBLaunchInfo.i @@ -91,6 +91,12 @@ public: void SetShell (const char * path); + + bool + GetGlobArguments (); + + void + SetGlobArguments (bool glob); uint32_t GetResumeCount (); |