[PATCH] Fix incorrect use of 'is' operator for comparison in python/lib/gdb/command/prompt.py

Simon Marchi simark@simark.ca
Sat May 4 19:56:00 GMT 2019


On 2019-05-04 6:25 a.m., Raul Tambre via gdb-patches wrote:
> Noticed this while searching for similar issues in the Chromium codebase.
> Hopefully I managed to format the patch correctly.

Good catch, thanks!  I have pushed the patch, it is small enough not to require
a copyright assignment.

The patch was correctly formatted, I was able to git-apply it as-is.  How did you
generate it?  The most reliable way is to use git-send-email, which sends the patch
directly as an email, or as a second choice git-format-patch, which produces a .patch
file that you can then attach.  The patches produced by these two commands can be
easily applied by the person on the other side using git-am.

Simon



More information about the Gdb-patches mailing list