From c11b101fb64c621e6bc1a36904bc775ce6202beb Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 10 Feb 2015 03:16:55 +0000 Subject: And make the globbing behavior available via the SB API llvm-svn: 228660 --- lldb/scripts/Python/interface/SBLaunchInfo.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lldb/scripts/Python') 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 (); -- cgit v1.2.3