binutils-gdb/gdb/python/lib/gdb/command
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
..
__init__.py
explore.py
frame_filters.py
pretty_printers.py
prompt.py
type_printers.py
unwinders.py
xmethods.py