diff options
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBLaunchInfo.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/scripts/Python/interface/SBLaunchInfo.i b/lldb/scripts/Python/interface/SBLaunchInfo.i index a117f81cda9..24f3f853f19 100644 --- a/lldb/scripts/Python/interface/SBLaunchInfo.i +++ b/lldb/scripts/Python/interface/SBLaunchInfo.i @@ -93,10 +93,10 @@ public: SetShell (const char * path); bool - GetGlobArguments (); + GetShellExpandArguments (); void - SetGlobArguments (bool glob); + SetShellExpandArguments (bool expand); uint32_t GetResumeCount (); |