summaryrefslogtreecommitdiff
path: root/gdb/ada-varobj.c
Commit message (Expand)AuthorAgeFilesLines
* (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand2018-09-101-6/+3
* (Ada) Fix -var-list-children MI command for union typeXavier Roirand2018-09-101-2/+4
* Change varobj to use value_ref_ptrTom Tromey2018-04-061-7/+9
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-1/+0
* Change int -> bool where applicable throughout varobjSimon Marchi2017-11-231-7/+7
* Make varobj::children an std::vectorSimon Marchi2017-11-221-3/+2
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-17/+6
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-77/+53
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Finish constification of varobj interfaceSimon Marchi2015-02-101-4/+4
* Constify some parameters in the varobj codeSimon Marchi2015-01-301-6/+7
* [Ada/varobj] number of children of null pointer to dynamic array.Joel Brobecker2015-01-291-0/+12
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess2014-07-091-1/+2
* Unnecessary XA type handling in ada_varobj_describe_simple_array_childJoel Brobecker2014-04-281-7/+1
* varobj/Ada: Missing children for interface-wide tagged typesJoel Brobecker2014-01-071-0/+9
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Remove ada-varobj.h.Yao Qi2013-10-171-7/+9
* gdb/Yao Qi2013-10-171-0/+137
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* Varobj support for Ada.Joel Brobecker2012-03-281-0/+889