summaryrefslogtreecommitdiff
path: root/gdb/varobj-iter.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* 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_iter::next to return unique_ptrTom Tromey2020-12-111-1/+1
* C++-ify varobj iterationTom Tromey2020-12-111-38/+3
* Remove varobj_item typedefTom Tromey2020-10-201-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Normalize include guards in gdbTom Tromey2019-02-071-0/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Use xfree rather than delete for varobj_iterYao Qi2017-02-231-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-2/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-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-2/+11
* Generalize varobj iteratorYao Qi2014-06-121-0/+63