windows-nat: Don't change current_event.dwThreadId in handle_output_debug_string()
[deliverable/binutils-gdb.git] / gdb / python /
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.
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...
next
This page took 0.181844 seconds and 7 git commands to generate.