summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python/symbolication.py
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-06-26 22:24:05 +0000
committerGreg Clayton <gclayton@apple.com>2013-06-26 22:24:05 +0000
commitabc18417b63ffd2cf1ed0d40cc4e94241a53c835 (patch)
treef7059f48e24c0efd03ce9119375be30b88b71a50 /lldb/examples/python/symbolication.py
parent111db4f94c0b610848d1925548aaf8dd8027cd30 (diff)
downloadbcm5719-llvm-abc18417b63ffd2cf1ed0d40cc4e94241a53c835.tar.gz
bcm5719-llvm-abc18417b63ffd2cf1ed0d40cc4e94241a53c835.zip
Update the platform options help strings.
llvm-svn: 185028
Diffstat (limited to 'lldb/examples/python/symbolication.py')
-rwxr-xr-xlldb/examples/python/symbolication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/python/symbolication.py b/lldb/examples/python/symbolication.py
index e4c79b6c432..412a0de7c34 100755
--- a/lldb/examples/python/symbolication.py
+++ b/lldb/examples/python/symbolication.py
@@ -538,7 +538,7 @@ def Symbolicate(command_args):
description='''Symbolicate one or more addresses using LLDB's python scripting API..'''
parser = optparse.OptionParser(description=description, prog='crashlog.py',usage=usage)
parser.add_option('-v', '--verbose', action='store_true', dest='verbose', help='display verbose debug info', default=False)
- parser.add_option('-p', '--platform', type='string', metavar='platform', dest='platform', help='specify one platform by name')
+ parser.add_option('-p', '--platform', type='string', metavar='platform', dest='platform', help='Specify the platform to use when creating the debug target. Valid values include "localhost", "darwin-kernel", "ios-simulator", "remote-freebsd", "remote-macosx", "remote-ios", "remote-linux".')
parser.add_option('-f', '--file', type='string', metavar='file', dest='file', help='Specify a file to use when symbolicating')
parser.add_option('-a', '--arch', type='string', metavar='arch', dest='arch', help='Specify a architecture to use when symbolicating')
parser.add_option('-s', '--slide', type='int', metavar='slide', dest='slide', help='Specify the slide to use on the file specified with the --file option', default=None)
OpenPOWER on IntegriCloud