Use gdbpy_enter in gdbpy_before_prompt_hook
[binutils-gdb.git] / gdb / python /
2017-01-11 Tom TromeyUse gdbpy_enter in gdbpy_before_prompt_hook
2017-01-11 Tom TromeyUse gdbpy_enter in py-prettyprint.c
2017-01-11 Tom TromeyIntroduce htab_up and use gdbpy_enter in py-framefilter.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-unwind.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-xmethods.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-type.c
2017-01-11 Tom TromeyUse gdbpy_enter in python.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-progspace.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-objfile.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-inferior.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-finishbreakpoint.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-cmd.c
2017-01-11 Tom TromeyUse gdbpy_enter in py-breakpoint.c
2017-01-11 Tom TromeyIntroduce gdbpy_enter
2017-01-11 Tom TromeyUse gdbpy_ref in gdbpy_lookup_symbol
2017-01-11 Tom TromeyUse gdbpy_ref in py-value.c
2017-01-11 Tom TromeyUse gdbpy_ref in python.c
2017-01-11 Tom TromeyUse gdbpy_ref in py-prettyprint.c
2017-01-11 Tom TromeyUse gdbpy_ref in call_doc_function
2017-01-11 Tom TromeyUse gdbpy_ref in py-linetable.c
2017-01-11 Tom TromeyUse gdbpy_ref in py-framefilter.c
2017-01-11 Tom TromeyUse gdbpy_ref in gdbpy_breakpoints
2017-01-11 Tom TromeyUse gdbpy_ref in gdbpy_inferiors
2017-01-11 Tom TromeyUse gdbpy_ref in py-function.c
2017-01-11 Tom TromeyUse gdbpy_ref in gdbpy_string_to_argv
2017-01-11 Tom TromeyUse gdbpy_ref in py-type.c
2017-01-11 Tom TromeyChange event code to use gdbpy_ref
2017-01-11 Tom TromeyIntroduce py-ref.h
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-21 Yao QiCreate subobject value in pretty printer
2016-11-16 Kevin BuettnerMake gdb.PendingFrame.read_register handle "user" regis...
2016-11-11 Yao QiRemove apply_val_pretty_printer parameter valaddr
2016-11-10 Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08 Tom TromeyFix some error-handling bugs in python frame filters
2016-11-08 Pedro AlvesUse ui_file_as_string throughout more
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/python/
2016-11-08 Pedro AlvesUse ui_file_as_string in execute_command_to_string
2016-11-07 Doug EvansFix ext lang calls to value_struct_elt.
2016-11-07 Doug Evanspython/py-unwind.c (unwind_infopy_str): Fix use of...
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
next