aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-value.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves1-155/+185
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-7/+7
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+57
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-75/+153
2015-02-04Fix Python 3 build error on 32-bit hostsJan Kratochvil1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-10Wrap PyObject_Get/HasAttrString in a function with second arg having const qu...Siva Chandra1-2/+1
2014-04-07[python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra1-1/+4
2014-03-16Fix Python 2.4 build breakUlrich Weigand1-1/+2
2014-02-19Call overloaded operators to perform operations on gdb.Value objects.Siva Chandra1-11/+29
2014-02-05Extension Language APIDoug Evans1-13/+2
2014-01-15Fix small style violation in py-value.c:get_field_typeJoel Brobecker1-5/+3
2014-01-13Use bitpos and type to lookup a gdb.Field object when its name is 'None'.Siva Chandra1-14/+66
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-122013-12-12 Siva Chandra Reddy <sivachandra@google.com>Siva Chandra1-2/+124
2013-11-29Remove trailing whitespace.Doug Evans1-5/+5
2013-11-20get rid of py-value.c:is_intlike (use is_integral_type instead)Joel Brobecker1-15/+3
2013-11-19Fix int() builtin with range type gdb.Value objects.Joel Brobecker1-0/+1
2013-10-032013-10-03 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-7/+14
2013-05-30fix py-value.cTom Tromey1-2/+8
2013-05-20 * python/py-value.c (valpy_get_dynamic_type): SimplifyTom Tromey1-9/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey1-3/+2
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey1-5/+4
2013-04-19-Wpointer-sign: python/.Pedro Alves1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-12Add support for Python 3.Paul Koning1-4/+31
2012-03-30 * python/python.c (gdbpy_decode_line): Move cleanup creation outTom Tromey1-1/+2
2012-03-222012-03-14 Siva Chandra <sivachandra@google.com>Siva Chandra Reddy1-0/+43
2012-03-012012-03-01 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+1
2012-01-04 * python/py-value.c (valpy_binop): Initialize 'res_val'.Tom Tromey1-1/+1
2012-01-03 PR python/12533:Tom Tromey1-24/+78
2011-12-22 PR python/12533:Tom Tromey1-2/+2
2011-11-282011-11-28 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+2
2011-10-25PR python/13327Paul Koning1-8/+43
2011-10-07 * python/py-value.c (valpy_call): Initialize ftype to avoid compilerDoug Evans1-1/+1
2011-10-072011-10-07 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-42/+78
2011-10-03* python/py-value.c (valpy_get_address): Use Py_XINCREF.Paul Koning1-1/+9
2011-06-27 * valops.c (find_overload_match): Call do_cleanups before earlyTom Tromey1-7/+5
2011-03-18 * python/py-value.c (valpy_getitem): Fix formatting of error functionPierre Muller1-1/+1
2011-02-28 * python/python.c (gdbpy_value_cst): New global.Tom Tromey1-2/+1
2011-02-262011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-26 * python/python.c (gdbpy_solib_name): Use gdb_py_longest andTom Tromey1-15/+4
2011-01-062011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+10
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-162010-12-16 Joel Borggrén-Franck <joel.borggren.franck@gmail.com>Tom Tromey1-1/+1