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/source/Host/linux/Host.cpp | |
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/source/Host/linux/Host.cpp')
-rw-r--r-- | lldb/source/Host/linux/Host.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/linux/Host.cpp b/lldb/source/Host/linux/Host.cpp index 90898c77f1b..edad8f7731e 100644 --- a/lldb/source/Host/linux/Host.cpp +++ b/lldb/source/Host/linux/Host.cpp @@ -418,7 +418,7 @@ Host::GetUnixSignals () } Error -Host::GlobArguments (ProcessLaunchInfo &launch_info) +Host::ShellExpandArguments (ProcessLaunchInfo &launch_info) { return Error("unimplemented"); } |