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
diff --git a/lldb/scripts/Python/interface/SBLaunchInfo.i b/lldb/scripts/Python/interface/SBLaunchInfo.i
index a117f81..24f3f85 100644
--- a/lldb/scripts/Python/interface/SBLaunchInfo.i
+++ b/lldb/scripts/Python/interface/SBLaunchInfo.i
@@ -93,10 +93,10 @@
SetShell (const char * path);
bool
- GetGlobArguments ();
+ GetShellExpandArguments ();
void
- SetGlobArguments (bool glob);
+ SetShellExpandArguments (bool expand);
uint32_t
GetResumeCount ();