summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* * python/py-utils.c (gdb_pymodule_addobject): Cast away const.Tom Tromey2013-06-051-1/+2
* use explicit returns to avoid checker confusionTom Tromey2013-05-303-3/+6
* fix py-value.cTom Tromey2013-05-301-2/+8
* fix py-prettyprint.cTom Tromey2013-05-301-2/+0
* fix py-frame.cTom Tromey2013-05-301-1/+6
* fix py-breakpoint.cTom Tromey2013-05-301-1/+5
* Fix build breakage with Python 2.4.Pedro Alves2013-05-301-1/+4
* * ada-lang.c (is_known_support_routine): Add explicit free ofKeith Seitz2013-05-221-2/+9
* Let the ARI know gdb_Py_DECREF is OK.Pedro Alves2013-05-221-1/+1
* py_decref: Don't check for NULL before calling Py_DECREF.Pedro Alves2013-05-212-3/+6
* Centralize workaround for Python 2.6's Py_DECREF.Pedro Alves2013-05-212-9/+14
* gdb/Jan Kratochvil2013-05-211-1/+4
* * python/py-prettyprint.c (search_pp_list): Decref 'attr'.Tom Tromey2013-05-201-0/+1
* * python/py-value.c (valpy_get_dynamic_type): SimplifyTom Tromey2013-05-201-9/+2
* * python/py-type.c (typy_fields): Unconditionally decref 'r'.Tom Tromey2013-05-201-4/+1
* * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)Tom Tromey2013-05-201-24/+22
* * python/py-arch.c (gdbpy_initialize_arch): UseTom Tromey2013-05-2022-94/+79
* * python/py-cmd.c (cmdpy_completer): Use explicit decref.Tom Tromey2013-05-203-15/+15
* * python/py-evts.c (gdbpy_initialize_py_events): Don'tTom Tromey2013-05-201-3/+0
* * python/python.c (gdbpy_run_events): Decref the resultTom Tromey2013-05-201-1/+5
* * python/py-symtab.c (set_sal): UseTom Tromey2013-05-201-8/+5
* * python/py-param.c (compute_enum_values): Decref 'item'.Tom Tromey2013-05-201-0/+2
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-205-0/+48
* * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.Tom Tromey2013-05-2025-217/+331
* * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):Tom Tromey2013-05-201-2/+6
* * python/py-event.c (gdbpy_initialize_event_generic): ReturnTom Tromey2013-05-201-1/+1
* * python/py-type.c (make_fielditem): Add gdb_assert_not_reachedTom Tromey2013-05-201-0/+2
* * python/py-inferior.c (gdbpy_inferiors): Update. HoistTom Tromey2013-05-203-68/+59
* * python/py-event.c (evpy_emit_event): Decref theTom Tromey2013-05-201-1/+8
* * python/py-cmd.c (cmdpy_completer): Use iterator protocol.Tom Tromey2013-05-201-21/+28
* * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.Tom Tromey2013-05-201-0/+3
* * python/py-event.h (gdbpy_initialize_event_generic): UseTom Tromey2013-05-203-4/+12
* * python/py-arch.c (archpy_disassemble): Update.Tom Tromey2013-05-204-27/+24
* * python/python-internal.h (events_object_type): Remove.Tom Tromey2013-05-201-1/+0
* * python/py-event.h (evpy_emit_event): UseTom Tromey2013-05-202-1/+9
* * py-evtregistry.c (create_event_object): DecrefTom Tromey2013-05-201-1/+4
* * py-cmd.c (gdbpy_string_to_argv): Check result ofTom Tromey2013-05-201-0/+2
* * python/python.c (before_prompt_hook): Add cleanup toTom Tromey2013-05-201-0/+2
* * python/py-function.c (fnpy_init): Decref result ofTom Tromey2013-05-201-5/+11
* * python/py-threadevent.c (get_event_thread): UseTom Tromey2013-05-202-3/+16
* * python/py-arch.c (arch_object_type): UseTom Tromey2013-05-2022-34/+80
* * python/py-inferior.c (infpy_read_memory): Don't callTom Tromey2013-05-172-7/+1
* 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon2013-05-1012-0/+2770
* -Wpointer-sign: python/.Pedro Alves2013-04-193-7/+8
* * python/python.c (finish_python_initialization): Provide suggestionDoug Evans2013-03-281-2/+6
* Avoid MinGW warnings about redefinition of snprintf.Eli Zaretskii2013-03-171-0/+5
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-133-5/+7
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-5/+1
* * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz2013-03-071-6/+4
* Garbage collect py-utils.c:target_string_to_unicode.Pedro Alves2013-03-062-14/+0