aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-varobj.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-5/+4
2020-07-12gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi1-1/+1
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-8/+7
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-7/+7
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-3/+3
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-3/+3
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-24/+24
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-04-06Revert the header-sorting patchTom Tromey1-4/+2
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-2/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-2/+1
2018-04-06Change varobj to use value_ref_ptrTom Tromey1-7/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-23Change int -> bool where applicable throughout varobjSimon Marchi1-5/+5
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-5/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-74/+68
2016-10-06Remove Java supportTom Tromey1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-13More char constificationPedro Alves1-3/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-16/+22
2015-02-10Finish constification of varobj interfaceSimon Marchi1-11/+11
2015-01-30Constify some parameters in the varobj codeSimon Marchi1-11/+12
2015-01-30Set varobj->path_expr in varobj_get_path_exprSimon Marchi1-4/+8
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-2/+54
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-18gdb/Yao Qi1-2/+2
2013-10-17gdb/Yao Qi1-0/+910