]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/py-varobj.c
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / python / py-varobj.c
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Use C++17's std::make_unique instead of gdb::make_...
2023-08-23  Andrew Burgessgdb: add gdb::make_unique function
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-15  Tom TromeyExpose current 'print' settings to Python
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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