2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
authorPhil Muldoon <pmuldoon@redhat.com>
Thu, 3 Oct 2013 14:43:32 +0000 (14:43 +0000)
committerPhil Muldoon <pmuldoon@redhat.com>
Thu, 3 Oct 2013 14:43:32 +0000 (14:43 +0000)
commit06ab7b19e0f364881cd4b0ef67b2064dd83ee1c6
treef06e3e68c392c86dbccba22ac2d5f0399136e958
parent8ae377e842506aa177ec8d8d222a6afcb7f65982
2013-10-03  Phil Muldoon  <pmuldoon@redhat.com>

* python/py-value.c (convert_value_from_python): Move PyInt_Check
conversion logic to occur after PyLong_Check.  Comment on order
change significance.
* python/py-arch.c (archpy_disassemble): Comment on order of
conversion for integers and longs.
gdb/ChangeLog
gdb/python/py-arch.c
gdb/python/py-value.c