Rename the "glob arguments" feature to "shell expand arguments"
authorEnrico Granata <egranata@apple.com>
Fri, 20 Feb 2015 22:20:30 +0000 (22:20 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 20 Feb 2015 22:20:30 +0000 (22:20 +0000)
commitb38ef8c2b60d9bd4ea4ab2d603f401ee080a0163
treeb021230083eb08d649c44d62458691ba574d91e0
parentb65c6299d4dbada38e4f94f30bc54905a11f2305
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
22 files changed:
lldb/include/lldb/API/SBLaunchInfo.h
lldb/include/lldb/Host/Host.h
lldb/include/lldb/Target/Platform.h
lldb/include/lldb/Target/ProcessLaunchInfo.h
lldb/include/lldb/lldb-enumerations.h
lldb/scripts/Python/interface/SBLaunchInfo.i
lldb/source/API/SBLaunchInfo.cpp
lldb/source/Host/freebsd/Host.cpp
lldb/source/Host/linux/Host.cpp
lldb/source/Host/macosx/Host.mm
lldb/source/Host/windows/Host.cpp
lldb/source/Target/Platform.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/ProcessLaunchInfo.cpp
lldb/test/functionalities/launch_with_shellexpand/Makefile [moved from lldb/test/functionalities/launch_with_glob/Makefile with 100% similarity]
lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py [moved from lldb/test/functionalities/launch_with_glob/TestLaunchWithGlob.py with 93% similarity]
lldb/test/functionalities/launch_with_shellexpand/file1.txt [moved from lldb/test/functionalities/launch_with_glob/file1.txt with 100% similarity]
lldb/test/functionalities/launch_with_shellexpand/file2.txt [moved from lldb/test/functionalities/launch_with_glob/file2.txt with 100% similarity]
lldb/test/functionalities/launch_with_shellexpand/file3.txt [moved from lldb/test/functionalities/launch_with_glob/file3.txt with 100% similarity]
lldb/test/functionalities/launch_with_shellexpand/file4.txy [moved from lldb/test/functionalities/launch_with_glob/file4.txy with 100% similarity]
lldb/test/functionalities/launch_with_shellexpand/file5.tyx [moved from lldb/test/functionalities/launch_with_glob/file5.tyx with 100% similarity]
lldb/test/functionalities/launch_with_shellexpand/main.cpp [moved from lldb/test/functionalities/launch_with_glob/main.cpp with 100% similarity]