Remove deprecated_throw_reason.
[deliverable/binutils-gdb.git] / gdb / python /
2013-07-09  Doug Evans * defs.h (enum val_prettyformat): Renamed from val_pre...
2013-06-18  Tom Tromey * python/py-inferior.c (gdbpy_selected_inferior):...
2013-06-18  Tom Tromey * python/python.c (finish_python_initialization):...
2013-06-05  Tom Tromey * python/py-utils.c (gdb_pymodule_addobject): Cast...
2013-05-30  Tom Tromeyuse explicit returns to avoid checker confusion
2013-05-30  Tom Tromeyfix py-value.c
2013-05-30  Tom Tromeyfix py-prettyprint.c
2013-05-30  Tom Tromeyfix py-frame.c
2013-05-30  Tom Tromeyfix py-breakpoint.c
2013-05-30  Pedro AlvesFix build breakage with Python 2.4.
2013-05-22  Keith Seitz * ada-lang.c (is_known_support_routine): Add explicit...
2013-05-22  Pedro AlvesLet the ARI know gdb_Py_DECREF is OK.
2013-05-21  Pedro Alvespy_decref: Don't check for NULL before calling Py_DECREF.
2013-05-21  Pedro AlvesCentralize workaround for Python 2.6's Py_DECREF.
2013-05-21  Jan Kratochvilgdb/
2013-05-20  Tom Tromey * python/py-prettyprint.c (search_pp_list): Decref...
2013-05-20  Tom Tromey * python/py-value.c (valpy_get_dynamic_type): Simplify
2013-05-20  Tom Tromey * python/py-type.c (typy_fields): Unconditionally...
2013-05-20  Tom Tromey * python/py-frame.c (frapy_older, frapy_newer, gdbpy_n...
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Use
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_completer): Use explicit...
2013-05-20  Tom Tromey * python/py-evts.c (gdbpy_initialize_py_events): Don't
2013-05-20  Tom Tromey * python/python.c (gdbpy_run_events): Decref the result
2013-05-20  Tom Tromey * python/py-symtab.c (set_sal): Use
2013-05-20  Tom Tromey * python/py-param.c (compute_enum_values): Decref...
2013-05-20  Tom Tromey * mi/mi-main.c: Include python-internal.h.
2013-05-20  Tom Tromey * python/py-arch.c (gdbpy_initialize_arch): Return...
2013-05-20  Tom Tromey * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
2013-05-20  Tom Tromey * python/py-event.c (gdbpy_initialize_event_generic...
2013-05-20  Tom Tromey * python/py-type.c (make_fielditem): Add gdb_assert_no...
2013-05-20  Tom Tromey * python/py-inferior.c (gdbpy_inferiors): Update....
2013-05-20  Tom Tromey * python/py-event.c (evpy_emit_event): Decref the
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_completer): Use iterator...
2013-05-20  Tom Tromey * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
2013-05-20  Tom Tromey * python/py-event.h (gdbpy_initialize_event_generic...
2013-05-20  Tom Tromey * python/py-arch.c (archpy_disassemble): Update.
2013-05-20  Tom Tromey * python/python-internal.h (events_object_type): Remove.
2013-05-20  Tom Tromey * python/py-event.h (evpy_emit_event): Use
2013-05-20  Tom Tromey * py-evtregistry.c (create_event_object): Decref
2013-05-20  Tom Tromey * py-cmd.c (gdbpy_string_to_argv): Check result of
2013-05-20  Tom Tromey * python/python.c (before_prompt_hook): Add cleanup to
2013-05-20  Tom Tromey * python/py-function.c (fnpy_init): Decref result of
2013-05-20  Tom Tromey * python/py-threadevent.c (get_event_thread): Use
2013-05-20  Tom Tromey * python/py-arch.c (arch_object_type): Use
2013-05-17  Tom Tromey * python/py-inferior.c (infpy_read_memory): Don't...
2013-05-10  Phil Muldoon2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2013-04-19  Pedro Alves-Wpointer-sign: python/.
2013-03-28  Doug Evans * python/python.c (finish_python_initialization):...
2013-03-17  Eli ZaretskiiAvoid MinGW warnings about redefinition of snprintf.
2013-03-13  Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-12  Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-03-07  Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-03-06  Pedro AlvesGarbage collect py-utils.c:target_string_to_unicode.
2013-02-28  Tom Tromey * python/py-arch.c (archpy_disassemble): Use PyInt_Che...
2013-02-28  Doug Evans * python/py-finishbreakpoint.c (bpfinishpy_init):...
2013-02-28  Tom Tromey * python/python.c (gdbpy_print_stack): Call begin_line and
2013-02-28  Tom Tromey * python/python.c (gdbpy_find_pc_line): Call find_pc_line
2013-02-28  Tom Tromey * py-finishbreakpoint.c (bpfinishpy_init): Reorganize...
2013-02-28  Tom Tromey * py-block.c (gdbpy_block_for_pc): Call block_for_pc...
2013-02-21  Siva Chandra Reddy Add a new method 'disassemble' to gdb.Architecture...
2013-02-15  Tom Tromey2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
2013-02-06  Tom Tromey * python/py-type.c (typy_strip_typedefs): Don't call...
2013-02-03  Jan Kratochvilgdb/
2013-01-31  Aleksandar Ristovski2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-23  Siva Chandra Reddy Add a new class gdb.Architecture which exposes GDB's
2013-01-21  Siva Chandra Reddy * python/lib/gdb/commands/explore.py
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-25  Jan Kratochvilgdb/
2012-12-14  Tom Tromey * c-exp.y (block, variable, name_not_typename, lex_one...
2012-12-12  Paul KoningAdd support for Python 3.
2012-11-29  Ulrich Weigand * python/python.c (finalize_python): Cast unused PyGIL...
2012-11-12  Tom Tromey * python/python.c (start_type_printers): Initialize...
2012-11-12  Tom Tromey * NEWS: Update.
2012-11-12  Tom Tromey * NEWS: Update.
2012-11-09  Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-11-08  Tom Tromey PR gdb/14704:
2012-11-08  Tom Tromey * python/py-bpevent.c: Include defs.h.
2012-10-18  Tom Tromey * tracepoint.c (print_one_static_tracepoint_marker...
2012-10-15  Tom Tromey PR python/14635:
2012-10-15  Tom Tromey PR python/14634:
2012-09-21  Andreas Schwab* python/python.c (finalize_python): Only define if...
2012-09-20  Tom Tromey * NEWS: Update.
2012-09-17  Jan Kratochvilgdb/
2012-09-13  Yit Phang KhooRefactor Python "gdb" module into a proper Python packa...
2012-09-06  Tom Tromey * python/py-newobjfileevent.c (create_new_objfile_even...
2012-08-23  Yit Phang Khoo Document how to return from "python-interactive" to...
2012-08-22  Yit Phang Khoo Enable readline in Python in a GDB-specific way and...
2012-08-22  Yit Phang Khoo Add a new "python-interactive" command that starts...
2012-08-22  Tom Tromey * defs.h (quit_flag): Don't declare.
2012-08-22  Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-08-16  Yao Qigdb/
2012-08-15  Tom Tromey PR python/14387:
2012-08-10  Doug Evans Add $_memeq, $_regex, $_streq, $_strlen convenience...
2012-08-10  Siddhesh Poyarekar * python/py-type.c (convert_field): Use gdb_py_long_fr...
2012-07-26  Jan Kratochvilgdb/
2012-06-27  Siva Chandra Reddy2012-06-26 Siva Chandra Reddy <sivachandra@google...
2012-06-25  Michael EagerPR14291: KeyboardInterrupt not caught for Python output
2012-06-24  Yao Qigdb:
2012-06-20  Yao Qi * python/py-inferior.c: Update comments of...
2012-06-13  Tom Tromey * ada-lang.c (ada_make_symbol_completion_list): Return...
next
This page took 0.156102 seconds and 7 git commands to generate.