summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-02-10 03:16:55 +0000
committerEnrico Granata <egranata@apple.com>2015-02-10 03:16:55 +0000
commitc11b101fb64c621e6bc1a36904bc775ce6202beb (patch)
treee5b6205591221e18b4f291ce2db31a7e4de05d63 /lldb/scripts/Python/interface
parentaf61b65f63823946855134dfb07ce47f6e371d43 (diff)
downloadbcm5719-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.i6
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 ();
OpenPOWER on IntegriCloud