Add tests for PR ld/16452 and PR ld/16457
[platform/upstream/binutils.git] / gdb / python /
2014-10-13 Doug EvansRemove some code duplication in py-objfile.c, py-progsp...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-18 Doug EvansNew "producer" attribute of python gdb.Symtab.
2014-09-09 Doug EvansReplace use of magic number with named constant.
2014-09-07 Jan KratochvilFix crash on Python frame filters with unreadable arg
2014-09-06 Doug EvansPR 15276: Add $_caller_is, $_caller_matches, $_any_call...
2014-09-03 Sasha SmundakAdd support for reading frame registers to Python API.
2014-09-03 Sergio Durigan JuniorPR python/16699: GDB Python command completion with...
2014-08-16 Siva ChandraFix xmethod Python so that it works with Python3.
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-07 Gary BensonMove libiberty.h to common-defs.h
2014-08-07 Gary BensonMove stddef.h to common-defs.h
2014-08-07 Gary BensonMove stdio.h to common-defs.h
2014-07-24 Tom Tromeyconstify command docs
2014-07-24 Tom Tromeyconstify command prefix
2014-06-23 Siva ChandraAlign behavior of xmethod commands with that of pretty...
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-12 Yao QiIterate over 'struct varobj_item' instead of PyObject
2014-06-12 Yao QiGeneralize varobj iterator
2014-06-10 Siva ChandraWrap PyObject_Get/HasAttrString in a function with...
2014-06-03 Siva ChandraXmethod support in Python.
2014-05-30 Andrew BurgessRename frame_stop_reason_string to unwind_stop_reason_t...
2014-05-22 Pedro AlvesAdd new infrun.h header.
2014-05-20 Doug EvansFix gdb.multi/base.exp failures.
2014-05-14 Doug Evans* python/py-cmd.c (cmdpy_completer): Add comment.
2014-04-07 Siva Chandra[python] Fix gdb.Value.dynamic_type for reference values.
2014-03-16 Ulrich WeigandFix Python 2.4 build break
2014-02-26 Tom Tromeychange minsym representation
2014-02-26 Joel Brobecker[Python] Make regexp collection printers work with...
2014-02-19 Siva ChandraCall overloaded operators to perform operations on...
2014-02-09 Jan KratochvilFix Python stack corruption
2014-02-06 Doug EvansExtension Language API
2014-01-23 Tom Tromeyavoid python exception in FrameDecorator.py
2014-01-23 Tom Tromeyfix erroneous error-handling in frame filter code
2014-01-23 Tom Tromeyfix crash in frame filters
2014-01-15 Joel BrobeckerFix small style violation in py-value.c:get_field_type
2014-01-15 Joel BrobeckerAdd missing empty line after declarations in "if" block...
2014-01-14 Siva ChandraUse bitpos and type to lookup a gdb.Field object when...
2014-01-07 Joel Brobecker[python] Add gdb.Type.name attribute.
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-12 Siva Chandra2013-12-12 Siva Chandra Reddy <sivachandra@google...
2013-12-12 Pedro AlvesEliminate UNSUPPORTED_ERROR.
2013-11-30 Doug EvansMove .debug_gdb_script processing to auto-load.c.
2013-11-29 Doug Evans * python/py-auto-load.c (source_section_scripts):...
2013-11-29 Doug EvansRemove trailing whitespace.
2013-11-28 Doug EvansRename breakpoint_object to gdbpy_breakpoint_object.
2013-11-23 Doug Evans * python/py-frame.c (gdbpy_initialize_frames): Remove...
2013-11-23 Doug Evans * python/py-frame.c (frapy_block): Fix error message...
2013-11-22 Doug EvansMove types_deeply_equal from py-type.c to gdbtypes.c.
2013-11-20 Joel Brobeckerget rid of py-value.c:is_intlike (use is_integral_type...
2013-11-20 Walfred TedeschiAdd pretty-printer for MPX bnd registers.
2013-11-19 Joel BrobeckerFix int() builtin with range type gdb.Value objects.
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-14 Tom Tromeyoff-by-one fix for py-linetable.c
2013-11-11 Phil Muldoon2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-11-07 Phil Muldoon2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
2013-10-03 Phil Muldoon2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
2013-10-02 Phil Muldoon2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-10-02 Phil Muldoon 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-10-02 Phil Muldoon2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
2013-09-30 Luis Machado * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-30 Phil Muldoon2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2013-08-29 Phil Muldoon2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2013-08-29 Phil Muldoon2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
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
next