binutils-gdb/gdb/python/lib/gdb
Raul Tambre b6484282f8 Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/prompt.py
The 'is' operator is not meant to be used for comparisons. It currently working
is an implementation detail of CPython.  CPython 3.8 has added a SyntaxWarning
for this.
2019-05-04 15:52:20 -04:00
..
command Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/prompt.py 2019-05-04 15:52:20 -04:00
function Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
printer Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
__init__.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
FrameDecorator.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
FrameIterator.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
frames.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
printing.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
prompt.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
types.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
unwinder.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
xmethod.py Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00