From 4d3c008c7d1ec5a6ef0c4426c216c62d179df16d Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Tue, 12 Feb 2013 20:01:49 +0000 Subject: Fix document typos, indentation in python code, and API examples. Patch by Bruce Mitchener! llvm-svn: 175002 --- lldb/scripts/Python/interface/SBDebugger.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/scripts/Python') diff --git a/lldb/scripts/Python/interface/SBDebugger.i b/lldb/scripts/Python/interface/SBDebugger.i index a27d280de7e..43cc16e7394 100644 --- a/lldb/scripts/Python/interface/SBDebugger.i +++ b/lldb/scripts/Python/interface/SBDebugger.i @@ -87,7 +87,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() -- cgit v1.2.3