Automatic date update in version.in
[external/binutils.git] / gdb / python /
2019-02-26 Kevin BuettnerDefine gdb.Value(bufobj, type) constructor
2019-02-26 Kevin BuettnerDefine unique_ptr specialization for Py_buffer.
2019-02-07 Tom TromeyNormalize include guards in gdb
2019-01-30 Tom TromeyRelease the GIL while running a gdb command or expression
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom TromeyDo not include py-ref.h in most files
2019-01-21 Tom TromeyRemove duplicate or commented-out #includes
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10 Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-06 Tom TromeyFix crash in "finish"
2019-01-03 Tom TromeyAvoid questionable casts in py-symtab.c
2019-01-03 Tom TromeyImprove reference counting in py-type.c
2019-01-03 Tom TromeySimplify gdbpy_stop_recording
2019-01-03 Tom TromeyRemove more uses of explicit reference counting in...
2019-01-03 Tom TromeyUse a wrapper for PyErr_Fetch
2019-01-02 Tom TromeyChange inferior_to_inferior_object to return a gdbpy_ref
2019-01-02 Tom TromeyStyle improvements in gdb/python
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28 Tom TromeyAdd output styles to gdb
2018-12-27 Tom TromeyTranslate PyExc_KeyboardInterrupt to gdb "quit"
2018-12-27 Tom TromeyConsolidate some Python exception-printing functions
2018-12-27 Tom TromeyUse gdbpy_convert_exception in a few more spots
2018-12-27 Tom TromeyRemove more calls to xfree from Python
2018-11-22 Pedro AlvesAvoid find_thread_ptid with null_ptid
2018-11-21 Benno FünfstückMake command-repeat work after gdb.execute
2018-11-21 Pedro Alvesinvoke_xmethod & array_view
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-08 Tom TromeyFix output indentation for "info pretty-printers"
2018-11-04 Tom TromeyReturn gdbpy_ref from gdbpy_get_varobj_pretty_printer
2018-11-04 Tom TromeyReturn gdbpy_ref from some Python string functions
2018-11-04 Tom TromeyReturn gdbpy_ref from gdb_py_object_from_*longest
2018-10-27 Philippe WaroquiersAdd [-q] [-t TYPEREGEXP] [NAMEREGEXP] args to info...
2018-10-25 Andrew Burgessgdb/python: Make convert_values_to_python return gdbpy_...
2018-10-25 Andrew Burgessgdb/python: Make cmdpy_completer_helper return gdbpy_ref<>
2018-10-07 Tom TromeyAdd Inferior.architecture method
2018-10-07 Tom TromeyUpdate symbol domain and location values for Python
2018-10-07 Tom TromeyFix Python gdb.Breakpoint.location crash
2018-10-07 Tom TromeyUpdate help text for commands implemented in Python
2018-10-04 Tom de Vries[gdb/python] Fix cpychecker error in pspy_solib_name
2018-10-04 Tom de Vries[gdb/python] Fix cpychecker error in recpy_bt_goto
2018-09-24 Tom TromeyAllow setting a parameter to raise gdb.GdbError
2018-09-24 Tom TromeyConsolidate gdb.GdbError handling
2018-09-24 Tom TromeyCheck for negative argument in Type.template_argument
2018-09-24 Tom TromeyReport Python errors coming from gdb.post_event
2018-09-24 Tom TromeyAllow conversion of pointers to Python int
2018-09-24 Tom TromeyPreserve sign when converting gdb.Value to Python int
2018-09-24 Tom TromeyAllow more Python scalar conversions
2018-09-17 Philippe Waroquiers[OBVIOUS] enable frame-filter short help uses disable...
2018-09-17 Pedro Alves[gdb/Python] Eliminate find_inferior_object
2018-09-17 Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-09-17 Tom TromeyDon't steal references in the gdb Python code
2018-09-17 Tom TromeySimplify uses of thread_to_thread_object
2018-09-16 Tom TromeyRemove CPYCHECKER_RETURNS_BORROWED_REF
2018-09-16 Tom TromeyChange thread_to_thread_object to return a new reference
2018-09-16 Tom TromeyChange objfile_to_objfile_object to return a new reference
2018-09-16 Tom TromeyChange pspace_to_pspace_object to return a new reference
2018-09-16 Tom TromeyAdd more methods to gdb.Progspace
2018-09-15 Tom TromeyFix possible exception leak in python.c
2018-09-13 Tom TromeyMake infpy_thread_from_thread_handle static
2018-09-13 Simon Marchipython: Add Progspace.objfiles method
2018-09-13 Simon Marchipython: Add Inferior.progspace property
2018-09-13 Simon Marchipython: Provide textual representation for Inferior...
2018-09-10 Tom TromeyFix help text for "python" command
2018-09-09 Simon Marchipython: Make two functions return gdbpy_ref<>
2018-09-09 Tom TromeyAllow a pretty-printer without a to_string method
2018-08-27 Jan VranyMI: Fix printing of frame architecture with Python...
2018-08-25 Simon MarchiInitialize variable in py_get_event_thread
2018-08-24 Pedro Alvesgdb/python: Use copy-initialization more when possible
2018-08-24 Pedro AlvesFix 8.2 regression in gdb.python/py-evthreads.exp w...
2018-08-17 Tom TromeyRemove "repeat" argument from command_line_input
2018-07-22 Tom TromeyCall value_fetch_lazy when needed in pretty-printers
2018-07-22 Tom TromeySimple unused variable removals
2018-07-03 Tom TromeyRemove ptid_get_tid
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove ptid_get_pid
2018-06-27 Tom TromeyRemove a VEC from py-unwind.c
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-21 Tom TromeyFix a memory leak in py-param.c
2018-06-18 Tom TromeyUse unique_xmalloc_ptr for read_string
2018-06-08 Paul KoningFix build issue with Python 3.7
2018-06-01 Tom TromeyRemove a static buffer from cp-name-parser.y
2018-06-01 Tom TromeyRemove TYPE_TAG_NAME
2018-05-31 Tom TromeyFix "set" handling of Python parameters
2018-05-31 Tom TromeyAdd basic Python API for convenience variables
2018-05-29 Tom TromeyRemove a VEC from type.c
2018-05-25 Tom TromeyRemove interp_ui_out
2018-05-04 Tom TromeyLet gdb.execute handle multi-line commands
2018-05-04 Tom TromeyAllow breakpoint commands to be set from Python
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-05-04 Paul Pluzhnikovconfigure uses incorrect link order when testing libpython
2018-05-02 Tom TromeyHandle var_zuinteger and var_zuinteger_unlimited from...
2018-04-30 Tom TromeyRemove some uses of is_mi_like_p from py-framefilter.c
2018-04-30 Tom TromeyChange Python code to use new_reference
2018-04-30 Tom TromeyExpose type alignment on gdb.Type
2018-04-13 Markus Metzgerbtrace: set/show record btrace cpu
2018-04-06 Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-27 Tom TromeySimplify exception handling in py-framefilter.c
2018-03-27 Tom TromeyCall wrap_hint in one more spot in py-framefilter.c
2018-03-27 Tom TromeyReturn EXT_LANG_BT_ERROR in one more spot in py-framefi...
next