diff options
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 (); |