diff options
author | Enrico Granata <egranata@apple.com> | 2015-02-20 22:20:30 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-02-20 22:20:30 +0000 |
commit | b38ef8c2b60d9bd4ea4ab2d603f401ee080a0163 (patch) | |
tree | b021230083eb08d649c44d62458691ba574d91e0 /lldb/scripts/Python | |
parent | b65c6299d4dbada38e4f94f30bc54905a11f2305 (diff) | |
download | bcm5719-llvm-b38ef8c2b60d9bd4ea4ab2d603f401ee080a0163.tar.gz bcm5719-llvm-b38ef8c2b60d9bd4ea4ab2d603f401ee080a0163.zip |
Rename the "glob arguments" feature to "shell expand arguments"
This should not bring any feature change, except changing names of things here and there
llvm-svn: 230077
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 (); |