summaryrefslogtreecommitdiff
path: root/gdb/ada-varobj.c
Commit message (Expand)AuthorAgeFilesLines
* Rely on value_ref_ptr::operator->Tom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-6/+6
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-10/+10
* gdb: add string_file::release methodSimon Marchi2022-01-261-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* Do not auto-dereference null pointers in Ada MI varobjTom Tromey2020-09-021-0/+6
* Fix MI crash with Ada string accessTom Tromey2020-08-171-4/+4
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-3/+3
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-25/+25
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make ada_decode not use a static bufferChristian Biesinger2019-09-231-1/+5
* Revert the header-sorting patchTom Tromey2019-04-061-3/+1
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-1/+3
* (Ada) -var-update crash for variable whose type is a reference to changeableJoel Brobecker2019-02-101-0/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* (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