8sa1-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
printer
__init__.py
FrameDecorator.py
FrameIterator.py
frames.py
printing.py
prompt.py
types.py
unwinder.py
xmethod.py