Age | Commit message (Expand) | Author | Files | Lines |
2016-05-25 | fix spelling of HAVE_LIBPYTHON2_4 in py-value.c | Tom Tromey | 1 | -2/+2 |
2016-05-24 | Fix PR python/17386 - add __index__ method to gdb.Value | Tom Tromey | 1 | -1/+7 |
2016-05-24 | add nb_inplace_divide for python 2 | Tom Tromey | 1 | -0/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-29 | Don't assume break/continue inside a TRY block works | Pedro Alves | 1 | -155/+185 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -7/+7 |
2015-05-09 | [Python] Add methods reference_value and const_value to gdb.Value. | Siva Chandra | 1 | -0/+57 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -75/+153 |
2015-02-04 | Fix Python 3 build error on 32-bit hosts | Jan Kratochvil | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -2/+2 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-10 | Wrap PyObject_Get/HasAttrString in a function with second arg having const qu... | Siva Chandra | 1 | -2/+1 |
2014-04-07 | [python] Fix gdb.Value.dynamic_type for reference values. | Siva Chandra | 1 | -1/+4 |
2014-03-16 | Fix Python 2.4 build break | Ulrich Weigand | 1 | -1/+2 |
2014-02-19 | Call overloaded operators to perform operations on gdb.Value objects. | Siva Chandra | 1 | -11/+29 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -13/+2 |
2014-01-15 | Fix small style violation in py-value.c:get_field_type | Joel Brobecker | 1 | -5/+3 |
2014-01-13 | Use bitpos and type to lookup a gdb.Field object when its name is 'None'. | Siva Chandra | 1 | -14/+66 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-12 | 2013-12-12 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra | 1 | -2/+124 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 1 | -5/+5 |
2013-11-20 | get rid of py-value.c:is_intlike (use is_integral_type instead) | Joel Brobecker | 1 | -15/+3 |
2013-11-19 | Fix int() builtin with range type gdb.Value objects. | Joel Brobecker | 1 | -0/+1 |
2013-10-03 | 2013-10-03 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -7/+14 |
2013-05-30 | fix py-value.c | Tom Tromey | 1 | -2/+8 |
2013-05-20 | * python/py-value.c (valpy_get_dynamic_type): Simplify | Tom Tromey | 1 | -9/+2 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 1 | -3/+2 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. | Tom Tromey | 1 | -5/+4 |
2013-04-19 | -Wpointer-sign: python/. | Pedro Alves | 1 | -1/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-12 | Add support for Python 3. | Paul Koning | 1 | -4/+31 |
2012-03-30 | * python/python.c (gdbpy_decode_line): Move cleanup creation out | Tom Tromey | 1 | -1/+2 |
2012-03-22 | 2012-03-14 Siva Chandra <sivachandra@google.com> | Siva Chandra Reddy | 1 | -0/+43 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -0/+1 |
2012-01-04 | * python/py-value.c (valpy_binop): Initialize 'res_val'. | Tom Tromey | 1 | -1/+1 |
2012-01-03 | PR python/12533: | Tom Tromey | 1 | -24/+78 |
2011-12-22 | PR python/12533: | Tom Tromey | 1 | -2/+2 |
2011-11-28 | 2011-11-28 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -2/+2 |
2011-10-25 | PR python/13327 | Paul Koning | 1 | -8/+43 |
2011-10-07 | * python/py-value.c (valpy_call): Initialize ftype to avoid compiler | Doug Evans | 1 | -1/+1 |
2011-10-07 | 2011-10-07 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -42/+78 |
2011-10-03 | * python/py-value.c (valpy_get_address): Use Py_XINCREF. | Paul Koning | 1 | -1/+9 |
2011-06-27 | * valops.c (find_overload_match): Call do_cleanups before early | Tom Tromey | 1 | -7/+5 |
2011-03-18 | * python/py-value.c (valpy_getitem): Fix formatting of error function | Pierre Muller | 1 | -1/+1 |
2011-02-28 | * python/python.c (gdbpy_value_cst): New global. | Tom Tromey | 1 | -2/+1 |
2011-02-26 | 2011-02-25 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-01-26 | * python/python.c (gdbpy_solib_name): Use gdb_py_longest and | Tom Tromey | 1 | -15/+4 |