Look up primitive types as symbols.
[external/binutils.git] / gdb / python /
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-15 Simon MarchiFix build with Python 3.4 (PR python/16784)
2014-12-15 Simon Marchipython extended prompt: Use os.getcwd() instead of...
2014-12-12 Doug EvansNew python function gdb.lookup_objfile.
2014-12-09 Doug Evanspython/py-objfile.c (objfpy_get_owner): Increment refco...
2014-12-08 Doug EvansNew "owner" attribute for gdb.Objfile.
2014-12-04 Doug EvansNew python method gdb.Objfile.add_separate_debug_file.
2014-12-04 Doug EvansNew python attribute gdb.Objfile.build_id.
2014-12-02 Nick BullNew python events: inferior call, register/memory changed.
2014-12-02 Doug Evansrevert previous patch so that I can re-commit with...
2014-12-02 Doug EvansNew python events: infcall, register/memory changed.
2014-12-02 Doug Evanspython/py-infthread.c: Whitespace fixes.
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18 Doug Evanssymtab.h (SYMTAB_LINETABLE): Renamed from LINETABLE...
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-18 Doug EvansUse SYMBOL_OBJFILE more.
2014-11-07 Doug EvansRename lookup_symbol_global to lookup_global_symbol.
2014-11-07 Doug EvansDelete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE...
2014-10-31 Doug EvansAdd ability to add attributes to gdb.Objfile and gdb...
2014-10-30 Yao QiDon't replace '\' with '\\' in before_prompt_hook
2014-10-17 Doug EvansNew python event "clear_objfiles".
2014-10-17 Doug EvansAdd gdb.Objfile.progspace attribute.
2014-10-15 Doug EvansPR python/17364
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
next