discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=03ed82704db55ab328335686788289feb37a3825

commit 03ed82704db55ab328335686788289feb37a3825
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Apr 14 19:55:03 2015 -0400

    eo_gdb.py: fix syntax error
    
    I guess this has never ever worked. I hate everyone for making me look at 
python.
    
    @fix
---
 data/eo/eo_gdb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/eo/eo_gdb.py b/data/eo/eo_gdb.py
index 2df82b6..aafe881 100644
--- a/data/eo/eo_gdb.py
+++ b/data/eo/eo_gdb.py
@@ -29,7 +29,7 @@ class Eo_step(gdb.Command):
       if symbol_equal_to_string(gdb.selected_frame().function(), 
self.START_FUNC):
          gdb.execute("finish", False, to_string=True)
       else:
-         print "Search limit reached, you tried calling eo_step too far from 
an eo_do."
+         print("Search limit reached, you tried calling eo_step too far from 
an eo_do.")
          return
 
       # Step until we move to a different function. FIXME: The hook can 
confuse us, needs to be solved.

-- 


Reply via email to