Add usage docstring to SBValue.h, and minor update of docstrings for SBValueList.h.

llvm-svn: 135230
This commit is contained in:
Johnny Chen
2011-07-15 00:27:47 +00:00
parent 56498d167a
commit 3d3a7cf563
3 changed files with 43 additions and 3 deletions

View File

@@ -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()