Age | Commit message (Expand) | Author | Files | Lines |
2014-01-13 | Use bitpos and type to lookup a gdb.Field object when its name is 'None'. | Siva Chandra | 2 | -18/+77 |
2014-01-07 | [python] Add gdb.Type.name attribute. | Joel Brobecker | 1 | -0/+14 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 55 | -55/+55 |
2013-12-12 | 2013-12-12 Siva Chandra Reddy <sivachandra@google.com> | Siva Chandra | 3 | -2/+140 |
2013-12-12 | Eliminate UNSUPPORTED_ERROR. | Pedro Alves | 2 | -2/+16 |
2013-11-29 | Move .debug_gdb_script processing to auto-load.c. | Doug Evans | 2 | -177/+22 |
2013-11-29 | * python/py-auto-load.c (source_section_scripts): Move comment to | Doug Evans | 1 | -8/+8 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 16 | -106/+106 |
2013-11-28 | Rename breakpoint_object to gdbpy_breakpoint_object. | Doug Evans | 5 | -47/+47 |
2013-11-23 | * python/py-frame.c (gdbpy_initialize_frames): Remove FIRST_ERROR, | Doug Evans | 1 | -4/+0 |
2013-11-23 | * python/py-frame.c (frapy_block): Fix error message text. | Doug Evans | 1 | -1/+1 |
2013-11-21 | Move types_deeply_equal from py-type.c to gdbtypes.c. | Doug Evans | 1 | -187/+4 |
2013-11-20 | get rid of py-value.c:is_intlike (use is_integral_type instead) | Joel Brobecker | 1 | -15/+3 |
2013-11-20 | Add pretty-printer for MPX bnd registers. | Walfred Tedeschi | 1 | -0/+45 |
2013-11-19 | Fix int() builtin with range type gdb.Value objects. | Joel Brobecker | 1 | -0/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 2 | -2/+2 |
2013-11-14 | off-by-one fix for py-linetable.c | Tom Tromey | 1 | -2/+2 |
2013-11-11 | 2013-11-11 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 4 | -1/+643 |
2013-11-07 | 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -0/+1 |
2013-11-07 | 2013-11-07 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -4/+34 |
2013-10-03 | 2013-10-03 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 2 | -7/+21 |
2013-10-02 | 2013-10-02 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+4 |
2013-10-02 | 2013-10-02 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -2/+6 |
2013-10-02 | 2013-10-02 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -2/+5 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 2 | -3/+4 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 3 | -5/+7 |
2013-08-30 | 2013-08-30 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -4/+23 |
2013-08-29 | 2013-08-29 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 5 | -20/+43 |
2013-08-29 | 2013-08-29 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 1 | -1/+23 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -4/+4 |
2013-06-18 | * python/py-inferior.c (gdbpy_selected_inferior): Don't incref. | Tom Tromey | 1 | -6/+1 |
2013-06-18 | * python/python.c (finish_python_initialization): Decref | Tom Tromey | 1 | -2/+1 |
2013-06-05 | * python/py-utils.c (gdb_pymodule_addobject): Cast away const. | Tom Tromey | 1 | -1/+2 |
2013-05-30 | use explicit returns to avoid checker confusion | Tom Tromey | 3 | -3/+6 |
2013-05-30 | fix py-value.c | Tom Tromey | 1 | -2/+8 |
2013-05-30 | fix py-prettyprint.c | Tom Tromey | 1 | -2/+0 |
2013-05-30 | fix py-frame.c | Tom Tromey | 1 | -1/+6 |
2013-05-30 | fix py-breakpoint.c | Tom Tromey | 1 | -1/+5 |
2013-05-30 | Fix build breakage with Python 2.4. | Pedro Alves | 1 | -1/+4 |
2013-05-22 | * ada-lang.c (is_known_support_routine): Add explicit free of | Keith Seitz | 1 | -2/+9 |
2013-05-22 | Let the ARI know gdb_Py_DECREF is OK. | Pedro Alves | 1 | -1/+1 |
2013-05-21 | py_decref: Don't check for NULL before calling Py_DECREF. | Pedro Alves | 2 | -3/+6 |
2013-05-21 | Centralize workaround for Python 2.6's Py_DECREF. | Pedro Alves | 2 | -9/+14 |
2013-05-21 | gdb/ | Jan Kratochvil | 1 | -1/+4 |
2013-05-20 | * python/py-prettyprint.c (search_pp_list): Decref 'attr'. | Tom Tromey | 1 | -0/+1 |
2013-05-20 | * python/py-value.c (valpy_get_dynamic_type): Simplify | Tom Tromey | 1 | -9/+2 |
2013-05-20 | * python/py-type.c (typy_fields): Unconditionally decref 'r'. | Tom Tromey | 1 | -4/+1 |
2013-05-20 | * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame) | Tom Tromey | 1 | -24/+22 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Use | Tom Tromey | 22 | -94/+79 |
2013-05-20 | * python/py-cmd.c (cmdpy_completer): Use explicit decref. | Tom Tromey | 3 | -15/+15 |