aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-4/+4
2013-06-18 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.Tom Tromey1-6/+1
2013-06-18 * python/python.c (finish_python_initialization): DecrefTom Tromey1-2/+1
2013-06-05 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.Tom Tromey1-1/+2
2013-05-30use explicit returns to avoid checker confusionTom Tromey3-3/+6
2013-05-30fix py-value.cTom Tromey1-2/+8
2013-05-30fix py-prettyprint.cTom Tromey1-2/+0
2013-05-30fix py-frame.cTom Tromey1-1/+6
2013-05-30fix py-breakpoint.cTom Tromey1-1/+5
2013-05-30Fix build breakage with Python 2.4.Pedro Alves1-1/+4
2013-05-22 * ada-lang.c (is_known_support_routine): Add explicit free ofKeith Seitz1-2/+9
2013-05-22Let the ARI know gdb_Py_DECREF is OK.Pedro Alves1-1/+1
2013-05-21py_decref: Don't check for NULL before calling Py_DECREF.Pedro Alves2-3/+6
2013-05-21Centralize workaround for Python 2.6's Py_DECREF.Pedro Alves2-9/+14
2013-05-21gdb/Jan Kratochvil1-1/+4
2013-05-20 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.Tom Tromey1-0/+1
2013-05-20 * python/py-value.c (valpy_get_dynamic_type): SimplifyTom Tromey1-9/+2
2013-05-20 * python/py-type.c (typy_fields): Unconditionally decref 'r'.Tom Tromey1-4/+1
2013-05-20 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)Tom Tromey1-24/+22
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey22-94/+79
2013-05-20 * python/py-cmd.c (cmdpy_completer): Use explicit decref.Tom Tromey3-15/+15
2013-05-20 * python/py-evts.c (gdbpy_initialize_py_events): Don'tTom Tromey1-3/+0
2013-05-20 * python/python.c (gdbpy_run_events): Decref the resultTom Tromey1-1/+5
2013-05-20 * python/py-symtab.c (set_sal): UseTom Tromey1-8/+5
2013-05-20 * python/py-param.c (compute_enum_values): Decref 'item'.Tom Tromey1-0/+2
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey5-0/+48
2013-05-20 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey25-217/+331
2013-05-20 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):Tom Tromey1-2/+6
2013-05-20 * python/py-event.c (gdbpy_initialize_event_generic): ReturnTom Tromey1-1/+1
2013-05-20 * python/py-type.c (make_fielditem): Add gdb_assert_not_reachedTom Tromey1-0/+2
2013-05-20 * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey3-68/+59
2013-05-20 * python/py-event.c (evpy_emit_event): Decref theTom Tromey1-1/+8
2013-05-20 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.Tom Tromey1-21/+28
2013-05-20 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.Tom Tromey1-0/+3
2013-05-20 * python/py-event.h (gdbpy_initialize_event_generic): UseTom Tromey3-4/+12
2013-05-20 * python/py-arch.c (archpy_disassemble): Update.Tom Tromey4-27/+24
2013-05-20 * python/python-internal.h (events_object_type): Remove.Tom Tromey1-1/+0
2013-05-20 * python/py-event.h (evpy_emit_event): UseTom Tromey2-1/+9
2013-05-20 * py-evtregistry.c (create_event_object): DecrefTom Tromey1-1/+4
2013-05-20 * py-cmd.c (gdbpy_string_to_argv): Check result ofTom Tromey1-0/+2
2013-05-20 * python/python.c (before_prompt_hook): Add cleanup toTom Tromey1-0/+2
2013-05-20 * python/py-function.c (fnpy_init): Decref result ofTom Tromey1-5/+11
2013-05-20 * python/py-threadevent.c (get_event_thread): UseTom Tromey2-3/+16
2013-05-20 * python/py-arch.c (arch_object_type): UseTom Tromey22-34/+80
2013-05-17 * python/py-inferior.c (infpy_read_memory): Don't callTom Tromey2-7/+1
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon12-0/+2770
2013-04-19-Wpointer-sign: python/.Pedro Alves3-7/+8
2013-03-28 * python/python.c (finish_python_initialization): Provide suggestionDoug Evans1-2/+6
2013-03-17Avoid MinGW warnings about redefinition of snprintf.Eli Zaretskii1-0/+5
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves3-5/+7