gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: 2to3 ./contrib/gdb-iterate-


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: 2to3 ./contrib/gdb-iterate-dll.py
Date: Sat, 03 Mar 2018 17:48:43 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 74ccb6cad 2to3 ./contrib/gdb-iterate-dll.py
74ccb6cad is described below

commit 74ccb6cad1991f6f3897f44f48cee76a46e5055d
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 20 11:12:24 2017 +0000

    2to3 ./contrib/gdb-iterate-dll.py
---
 contrib/gdb-iterate-dll.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/gdb-iterate-dll.py b/contrib/gdb-iterate-dll.py
index 2132b5e34..d1e3a4af3 100644
--- a/contrib/gdb-iterate-dll.py
+++ b/contrib/gdb-iterate-dll.py
@@ -13,7 +13,7 @@ def search_dll (head, field, match, pfield):
 
     (symbol, _) = lookup_symbol (head)
     if symbol is None:
-        print "Can't find symbol: " + head
+        print("Can't find symbol: " + head)
         return
     symbol_val = symbol.value()
     while symbol_val:
@@ -35,7 +35,7 @@ def search_dll (head, field, match, pfield):
             if pfield is None:
                 print symbol_val_def
             else:
-                print symbol_val_def[pfield]
+                print(symbol_val_def[pfield])
         symbol_val = symbol_val_def["next"]
 
     

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]