btrace: fix gap indication
[binutils-gdb.git] / gdb / python /
2016-10-26 Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21 Tom TromeyRemove make_cleanup_restore_current_uiout
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-10-07 Markus Metzgerpython: accept address and explicit locations in gdb...
2016-10-06 Doug EvansFix gdb.Value->python conversion for large unsigned...
2016-09-20 Tom TromeyAvoid -Wduplicated-cond warnings in gdb/python
2016-09-16 Simon MarchiIntroduce cleanup to restore current_uiout
2016-08-03 Tom TromeyPR python/18565 - make Frame.function work for inline...
2016-07-14 Tom TromeyAdd missing newline to py-breakpoint.c
2016-07-14 Tom TromeyRemove unused variables
2016-07-13 Tom TromeyPR python/15620, PR python/18620 - breakpoint events...
2016-07-13 Tom TromeyPR python/17698 - add Breakpoint.pending
2016-07-13 Tom Tromeyuse user_breakpoint_p in python code
2016-07-12 Tom TromeyPR python/19293 - invalidate frame cache when unwinders...
2016-06-29 Tom TromeyFix PR python/20129 - use of non-existing variable
2016-06-27 Pierre-Marie de... Fix use of a dangling pointer for Python breakpoint...
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-06-24 Tom TromeyMake gdbpy_parameter static
2016-06-23 Tom TromeyPR gdb/16483 - simplify "info frame-filters" output
2016-06-21 Pedro AlvesMake instream be per UI
2016-06-21 Pedro AlvesIntroduce interpreter factories
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-06-09 Tom TromeyPR python/19819 - remove unused globals from py-xmethods.c
2016-06-02 Tom TromeyFix PR python/18984
2016-05-25 Tom Tromeyfix spelling of HAVE_LIBPYTHON2_4 in py-value.c
2016-05-24 Tom TromeyFix PR python/17386 - add __index__ method to gdb.Value
2016-05-24 Tom Tromeyadd nb_inplace_divide for python 2
2016-05-24 Tom TromeyFix PR python/17981
2016-05-23 Tom TromeyFix PR python/19438, PR python/18393 - initialize dicti...
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-05-03 Pedro AlvesFix gdb/python/python.c use-after-free
2016-05-03 Pedro AlvesRemove gdb/python/python.c code that handles strlen...
2016-04-21 Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-12 Pedro AlvesEliminate clear_quit_flag
2016-04-12 Pedro AlvesMake Python use a struct serial event
2016-03-31 Catalin Udmapython: Use console format for output of gdb.execute...
2016-03-30 Doug Evanspython/py-utils.c (host_string_to_python_string): New...
2016-03-10 Simon MarchiAdd $_as_string convenience function
2016-02-09 Keith Seitzpython/19506 -- gdb.Breakpoint address location regression
2016-01-21 Joel BrobeckerFix regression introduced in "break *<EXPR>" by explici...
2016-01-20 Simon MarchiFix sorting of enum values in FlagEnumerationPrinter
2016-01-19 Simon MarchiFix enum flag with Python 3
2016-01-19 Pedro AlvesLimit breakpoint re-set to the current program space
2016-01-13 Pedro AlvesAdd Python InferiorThread.global_num attribute
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-13 Pedro AlvesAdd Python InferiorThread.inferior attribute
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-26 Simon MarchiConstify thread name return path
2015-10-29 Pedro AlvesDon't assume break/continue inside a TRY block works
2015-10-22 Simon MarchiAdd cast in python.c
2015-10-21 Simon MarchiFix accessing a function's fields (parameters) from...
2015-10-09 Simon MarchiChange some void* to gdb_byte*
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
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...
next