summaryrefslogtreecommitdiff
path: root/gdb/c-varobj.c
Commit message (Expand)AuthorAgeFilesLines
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* Rely on value_ref_ptr::operator->Tom Tromey2023-02-131-2/+2
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-2/+2
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-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-6/+6
* Change pointer_type to a method of struct typeTom Tromey2021-09-231-6/+3
* 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-16/+16
* gdb: make type::bounds work for array and string typesSimon Marchi2020-07-121-5/+4
* gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINEDSimon Marchi2020-07-121-1/+1
* gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi2020-07-121-8/+7
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-7/+7
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-3/+3
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-3/+3
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-24/+24
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-2/+2
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Revert the header-sorting patchTom Tromey2019-04-061-4/+2
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-2/+4
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-2/+1
* Change varobj to use value_ref_ptrTom Tromey2018-04-061-7/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Change int -> bool where applicable throughout varobjSimon Marchi2017-11-231-5/+5
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-5/+5
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-74/+68
* Remove Java supportTom Tromey2016-10-061-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* More char constificationPedro Alves2015-10-131-3/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-16/+22
* Finish constification of varobj interfaceSimon Marchi2015-02-101-11/+11
* Constify some parameters in the varobj codeSimon Marchi2015-01-301-11/+12
* Set varobj->path_expr in varobj_get_path_exprSimon Marchi2015-01-301-4/+8
* 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-2/+54
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* gdb/Yao Qi2013-10-181-2/+2
* gdb/Yao Qi2013-10-171-0/+910