aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-varobj.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-03Use a wrapper for PyErr_FetchTom Tromey1-8/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-16Don't steal references in the gdb Python codeTom Tromey1-9/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-08-03Avoid some manual memory management in PythonTom Tromey1-5/+4
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-3/+3
2017-01-10Use gdbpy_enter_varobj in py-varobj.cTom Tromey1-11/+5
2017-01-10Introduce gdbpy_enter_varobj and use itTom Tromey1-13/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-4/+4
2016-11-08Use ui_file_as_string throughout morePedro Alves1-2/+2
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-06-12Iterate over 'struct varobj_item' instead of PyObjectYao Qi1-1/+19
2014-06-12Generalize varobj iteratorYao Qi1-0/+186