summaryrefslogtreecommitdiffstats
path: root/lldb/examples/python
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-15 00:27:47 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-15 00:27:47 +0000
commit3d3a7cf563ce8cd8d6602035775b26c3d3ffbba5 (patch)
tree1e14ca2ad0053233649125d87fd922eeb5971328 /lldb/examples/python
parent56498d167ae7e0c2f8f3309742c87d24efca8e62 (diff)
downloadbcm5719-llvm-3d3a7cf563ce8cd8d6602035775b26c3d3ffbba5.tar.gz
bcm5719-llvm-3d3a7cf563ce8cd8d6602035775b26c3d3ffbba5.zip
Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h.
llvm-svn: 135230
Diffstat (limited to 'lldb/examples/python')
-rwxr-xr-xlldb/examples/python/disasm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/examples/python/disasm.py b/lldb/examples/python/disasm.py
index 67a7c6dcc80..732cf106b11 100755
--- a/lldb/examples/python/disasm.py
+++ b/lldb/examples/python/disasm.py
@@ -95,7 +95,7 @@ if target:
#print value
print "%s (number of children = %d):" % (value.GetName(), value.GetNumChildren())
for child in value:
- print "Name: ", child.GetName(), " Value: ", child.GetValue(frame)
+ print "Name: ", child.GetName(), " Value: ", child.GetValue()
print "Hit the breakpoint at main, enter to continue and wait for program to exit or 'Ctrl-D'/'quit' to terminate the program"
next = sys.stdin.readline()
OpenPOWER on IntegriCloud