]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2012-01-20 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Fri, 20 Jan 2012 20:00:14 +0000 (20:00 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 20 Jan 2012 20:00:14 +0000 (20:00 +0000)
* gdb.python/py-finish-breakpoint.py: Fix typo.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-finish-breakpoint.py

index ebef1855b0b6d23dad6e2eea950268e7005fa858..b6a7a2c2759e78698d5ba6f0f7d3892d1216ea0d 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.python/py-finish-breakpoint.py: Fix typo.
+
 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
 
        * gdb.base/info-proc.exp: Also run on remote targets.  Main
index fb462bbd13d1b1107d50a7551fcf15772c951057..2878bb82fd849d959571323470e34d0847457b40 100644 (file)
@@ -86,4 +86,4 @@ class SimpleFinishBreakpoint(gdb.FinishBreakpoint):
        def out_of_scope(self):
                print "SimpleFinishBreakpoint out of scope"
 
-print "Python script importedd"
+print "Python script imported"