summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-02-20 22:20:30 +0000
committerEnrico Granata <egranata@apple.com>2015-02-20 22:20:30 +0000
commitb38ef8c2b60d9bd4ea4ab2d603f401ee080a0163 (patch)
treeb021230083eb08d649c44d62458691ba574d91e0 /lldb/scripts/Python/interface
parentb65c6299d4dbada38e4f94f30bc54905a11f2305 (diff)
downloadbcm5719-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/interface')
-rw-r--r--lldb/scripts/Python/interface/SBLaunchInfo.i4
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 ();
OpenPOWER on IntegriCloud