aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-varobj.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-10/+10
2022-01-26gdb: add string_file::release methodSimon Marchi1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-2/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-09-02Do not auto-dereference null pointers in Ada MI varobjTom Tromey1-0/+6
2020-08-17Fix MI crash with Ada string accessTom Tromey1-4/+4
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-3/+3
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-25/+25
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-23Make ada_decode not use a static bufferChristian Biesinger1-1/+5
2019-04-06Revert the header-sorting patchTom Tromey1-3/+1
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-1/+3
2019-02-10(Ada) -var-update crash for variable whose type is a reference to changeableJoel Brobecker1-0/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-10(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand1-6/+3
2018-09-10(Ada) Fix -var-list-children MI command for union typeXavier Roirand1-2/+4
2018-04-06Change varobj to use value_ref_ptrTom Tromey1-7/+9
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-23Change int -> bool where applicable throughout varobjSimon Marchi1-7/+7
2017-11-22Make varobj::children an std::vectorSimon Marchi1-3/+2
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-17/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-77/+53
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-02-10Finish constification of varobj interfaceSimon Marchi1-4/+4
2015-01-30Constify some parameters in the varobj codeSimon Marchi1-6/+7
2015-01-29[Ada/varobj] number of children of null pointer to dynamic array.Joel Brobecker1-0/+12
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-07-09Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess1-1/+2
2014-04-28Unnecessary XA type handling in ada_varobj_describe_simple_array_childJoel Brobecker1-7/+1
2014-01-07varobj/Ada: Missing children for interface-wide tagged typesJoel Brobecker1-0/+9
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-17Remove ada-varobj.h.Yao Qi1-7/+9
2013-10-17gdb/Yao Qi1-0/+137
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-03-28Varobj support for Ada.Joel Brobecker1-0/+889