Fix gdb.threads/non-ldr-exc-3.exp race
[external/binutils.git] / gdb / python /
2015-09-09 Pedro AlvesGarbage collect dummy_frame_ctx_saver
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-13 Pedro AlvesFix Python frame unwinder issue caught by Valgrind
2015-08-12 Keith SeitzInitialize `location' in gdbpy_decode_line
2015-08-12 Keith SeitzExplicit locations: introduce address locations
2015-08-12 Keith SeitzExplicit locations: use new location API
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-06 Clem DickeyPR python/17136
2015-08-04 Ciro Santillipython: fix Linetable case to LineTable in docstrings...
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-23 Ciro Santillipy-linetable.c: Fix doc of LineTable.source_lines'...
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-06-24 Gary BensonRemove redundant include directives.
2015-06-15 Jon TurneyAllow gdb to find debug symbols file by build-id for...
2015-05-26 Doug EvansPR python/18438
2015-05-15 Yuanhui ZhangFix a couple C++ build issues
2015-05-13 Jan Kratochvilinfcall: stop_registers -> register_dummy_frame_dtor
2015-05-10 Siva Chandra[Python] Add methods reference_value and const_value...
2015-05-08 Siva Chandra[PR python/18291] Fix printing of "disabled" status...
2015-04-29 Doug EvansPR python/18285
2015-04-29 Doug EvansPR python/18299
2015-04-29 Doug EvansPR python/18089
2015-04-29 Sasha SmundakAdd gdb.Type.optimized_out method.
2015-04-15 Simon MarchiSome Python 3 fixes
2015-04-11 Jan KratochvilRemove --xdb
2015-04-08 Sergio Durigan JuniorFix Python completion when using the "complete" command
2015-04-01 Sasha SmundakAdd support for writing unwinders in Python.
2015-03-07 Pedro Alvesmore making TRY/CATCH callers look more like real C...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Simon MarchiFix Python 3 build: rename GdbMethods
2015-02-27 Pedro Alvespython/python-internal.h: enum ‘ext_lang_rc’ not defined
2015-02-27 Pedro AlvesMake array object extern
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-11 Jan Kratochvilframefilter quit: Use RETURN_MASK_ERROR
2015-02-11 Jan Kratochvilframefilter quit: Make it exception safe
2015-02-11 Jan Kratochvilframefilter quit: Code cleanup: Avoid gotos
2015-02-11 Jan Kratochvilframefilter quit: Code cleanup: Reindentation
2015-02-11 Jan Kratochvilframefilter quit: Obvious whitespacing fixes
2015-02-11 Tom TromeyFix redefinition errors in C++ mode
2015-02-04 Jan KratochvilFix Python 3 build error on 32-bit hosts
2015-01-31 Doug EvansAdd support for inlining scripts into .debug_gdb_scripts.
2015-01-27 Doug EvansAdd gdb.Objfile.username.
2015-01-14 Doug EvansEnhance gdb.lookup_objfile so that it works with a...
2015-01-07 Joel Brobecker[python,guile] Add comment beside conditions testing...
2015-01-06 Joel Brobeckergdb/python: exception trying to create empty array
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
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.
next