Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-05-20 | * python/py-evts.c (gdbpy_initialize_py_events): Don't | Tom Tromey | 1 | -3/+0 |
2013-05-20 | * python/python.c (gdbpy_run_events): Decref the result | Tom Tromey | 1 | -1/+5 |
2013-05-20 | * python/py-symtab.c (set_sal): Use | Tom Tromey | 1 | -8/+5 |
2013-05-20 | * python/py-param.c (compute_enum_values): Decref 'item'. | Tom Tromey | 1 | -0/+2 |
2013-05-20 | * mi/mi-main.c: Include python-internal.h. | Tom Tromey | 5 | -0/+48 |
2013-05-20 | * python/py-arch.c (gdbpy_initialize_arch): Return 'int'. | Tom Tromey | 25 | -217/+331 |
2013-05-20 | * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): | Tom Tromey | 1 | -2/+6 |
2013-05-20 | * python/py-event.c (gdbpy_initialize_event_generic): Return | Tom Tromey | 1 | -1/+1 |
2013-05-20 | * python/py-type.c (make_fielditem): Add gdb_assert_not_reached | Tom Tromey | 1 | -0/+2 |
2013-05-20 | * python/py-inferior.c (gdbpy_inferiors): Update. Hoist | Tom Tromey | 3 | -68/+59 |
2013-05-20 | * python/py-event.c (evpy_emit_event): Decref the | Tom Tromey | 1 | -1/+8 |
2013-05-20 | * python/py-cmd.c (cmdpy_completer): Use iterator protocol. | Tom Tromey | 1 | -21/+28 |
2013-05-20 | * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'. | Tom Tromey | 1 | -0/+3 |
2013-05-20 | * python/py-event.h (gdbpy_initialize_event_generic): Use | Tom Tromey | 3 | -4/+12 |
2013-05-20 | * python/py-arch.c (archpy_disassemble): Update. | Tom Tromey | 4 | -27/+24 |
2013-05-20 | * python/python-internal.h (events_object_type): Remove. | Tom Tromey | 1 | -1/+0 |
2013-05-20 | * python/py-event.h (evpy_emit_event): Use | Tom Tromey | 2 | -1/+9 |
2013-05-20 | * py-evtregistry.c (create_event_object): Decref | Tom Tromey | 1 | -1/+4 |
2013-05-20 | * py-cmd.c (gdbpy_string_to_argv): Check result of | Tom Tromey | 1 | -0/+2 |
2013-05-20 | * python/python.c (before_prompt_hook): Add cleanup to | Tom Tromey | 1 | -0/+2 |
2013-05-20 | * python/py-function.c (fnpy_init): Decref result of | Tom Tromey | 1 | -5/+11 |
2013-05-20 | * python/py-threadevent.c (get_event_thread): Use | Tom Tromey | 2 | -3/+16 |
2013-05-20 | * python/py-arch.c (arch_object_type): Use | Tom Tromey | 22 | -34/+80 |
2013-05-17 | * python/py-inferior.c (infpy_read_memory): Don't call | Tom Tromey | 2 | -7/+1 |
2013-05-10 | 2013-05-10 Phil Muldoon <pmuldoon@redhat.com> | Phil Muldoon | 12 | -0/+2770 |
2013-04-19 | -Wpointer-sign: python/. | Pedro Alves | 3 | -7/+8 |
2013-03-28 | * python/python.c (finish_python_initialization): Provide suggestion | Doug Evans | 1 | -2/+6 |
2013-03-17 | Avoid MinGW warnings about redefinition of snprintf. | Eli Zaretskii | 1 | -0/+5 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 3 | -5/+7 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -5/+1 |