gdb: make some random Python files Python 3-compatible
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 26 Apr 2022 15:37:46 +0000 (11:37 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 26 Apr 2022 15:51:14 +0000 (11:51 -0400)
commit6bdd7cf11d503be3b85320668b223fcd5cc9f2f4
tree29d9905b3804539e17687bc08d33a867270de143
parent0b60b9634430caebb640ef9b943049bdc6aa8f6f
gdb: make some random Python files Python 3-compatible

I noticed that these files failed to format with Black, because they use
print without parenthesis (which isn't Python 3 compatible).

I don't know if these files are still relevant, but the change is
trivial, so here it is.

Change-Id: I116445c2b463486016f824d32effffc915b60766
gdb/contrib/test_pubnames_and_indexes.py
gdb/system-gdbinit/elinos.py
gdb/system-gdbinit/wrs-linux.py