summaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
Commit message (Expand)AuthorAgeFilesLines
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-75/+153
* Fix Python 3 build error on 32-bit hostsJan Kratochvil2015-02-041-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-2/+2
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra2014-06-101-2/+1
* [python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra2014-04-071-1/+4
* Fix Python 2.4 build breakUlrich Weigand2014-03-161-1/+2
* Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra2014-02-191-11/+29
* Extension Language APIDoug Evans2014-02-051-13/+2
* Fix small style violation in py-value.c:get_field_typeJoel Brobecker2014-01-151-5/+3
* Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra2014-01-131-14/+66
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra2013-12-121-2/+124
* Remove trailing whitespace.Doug Evans2013-11-291-5/+5
* get rid of py-value.c:is_intlike (use is_integral_type instead)Joel Brobecker2013-11-201-15/+3
* Fix int() builtin with range type gdb.Value objects.Joel Brobecker2013-11-191-0/+1
* 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-10-031-7/+14
* fix py-value.cTom Tromey2013-05-301-2/+8
* * python/py-value.c (valpy_get_dynamic_type): SimplifyTom Tromey2013-05-201-9/+2
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-201-3/+2
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-201-5/+4
* -Wpointer-sign: python/.Pedro Alves2013-04-191-1/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-4/+31
* * python/python.c (gdbpy_decode_line): Move cleanup creation outTom Tromey2012-03-301-1/+2
* 2012-03-14 Siva Chandra <sivachandra@google.com>Siva Chandra Reddy2012-03-221-0/+43
* 2012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-011-0/+1
* * python/py-value.c (valpy_binop): Initialize 'res_val'.Tom Tromey2012-01-041-1/+1
* PR python/12533:Tom Tromey2012-01-031-24/+78
* PR python/12533:Tom Tromey2011-12-221-2/+2
* 2011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-11-281-2/+2
* PR python/13327Paul Koning2011-10-251-8/+43
* * python/py-value.c (valpy_call): Initialize ftype to avoid compilerDoug Evans2011-10-071-1/+1
* 2011-10-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2011-10-071-42/+78
* * python/py-value.c (valpy_get_address): Use Py_XINCREF.Paul Koning2011-10-031-1/+9
* * valops.c (find_overload_match): Call do_cleanups before earlyTom Tromey2011-06-271-7/+5
* * python/py-value.c (valpy_getitem): Fix formatting of error functionPierre Muller2011-03-181-1/+1
* * python/python.c (gdbpy_value_cst): New global.Tom Tromey2011-02-281-2/+1
* 2011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-261-1/+1
* * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey2011-01-261-15/+4
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-061-5/+10
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>Tom Tromey2010-12-161-1/+1
* gdb/Jan Kratochvil2010-10-131-5/+8
* gdbTom Tromey2010-08-301-4/+75
* gdbTom Tromey2010-08-231-3/+48
* PR python/11391:Tom Tromey2010-08-231-5/+2
* 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2010-07-271-1/+49