summaryrefslogtreecommitdiff
path: root/gdb/python/py-varobj.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Expose current 'print' settings to PythonTom Tromey2022-07-151-5/+20
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Change varobj_item::value to a value_ref_ptrTom Tromey2020-12-111-1/+1
* Change varobj_dynamic::child_iter to unique_ptrTom Tromey2020-12-111-2/+3
* Change varobj_iter::next to return unique_ptrTom Tromey2020-12-111-3/+3
* C++-ify varobj iterationTom Tromey2020-12-111-51/+29
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Use a wrapper for PyErr_FetchTom Tromey2019-01-031-8/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Don't steal references in the gdb Python codeTom Tromey2018-09-161-9/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Avoid some manual memory management in PythonTom Tromey2017-08-031-5/+4
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-3/+3
* Use gdbpy_enter_varobj in py-varobj.cTom Tromey2017-01-101-11/+5
* Introduce gdbpy_enter_varobj and use itTom Tromey2017-01-101-13/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-4/+4
* Use ui_file_as_string throughout morePedro Alves2016-11-081-2/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Iterate over 'struct varobj_item' instead of PyObjectYao Qi2014-06-121-1/+19
* Generalize varobj iteratorYao Qi2014-06-121-0/+186