From b38ef8c2b60d9bd4ea4ab2d603f401ee080a0163 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Fri, 20 Feb 2015 22:20:30 +0000 Subject: 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 --- lldb/scripts/Python/interface/SBLaunchInfo.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/scripts/Python/interface') 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 (); -- cgit v1.2.3