]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-varobj.c
Update copyright year range in all GDB files
[thirdparty/binutils-gdb.git] / gdb / python / py-varobj.c
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-11  Tom TromeyChange varobj_item::value to a value_ref_ptr
2020-12-11  Tom TromeyChange varobj_dynamic::child_iter to unique_ptr
2020-12-11  Tom TromeyChange varobj_iter::next to return unique_ptr
2020-12-11  Tom TromeyC++-ify varobj iteration
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-01-23  Tom TromeyDo not include py-ref.h in most files
2019-01-03  Tom TromeyUse a wrapper for PyErr_Fetch
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-17  Tom TromeyDon't steal references in the gdb Python code
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-08-03  Tom TromeyAvoid some manual memory management in Python
2017-02-10  Tom TromeyTurn gdbpy_ref into a template
2017-01-11  Tom TromeyUse gdbpy_enter_varobj in py-varobj.c
2017-01-11  Tom TromeyIntroduce gdbpy_enter_varobj and use it
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-10  Tom TromeyUse unique_xmalloc_ptr in Python code
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-06-12  Yao QiIterate over 'struct varobj_item' instead of PyObject
2014-06-12  Yao QiGeneralize varobj iterator