aboutsummaryrefslogtreecommitdiff
path: root/gdb/go-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-3/+3
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-1/+1
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: move go_language class declaration into header fileAndrew Burgess1-2/+3
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-03-13Remove val_printTom Tromey1-39/+0
2020-03-13Convert Go printing to value-based APITom Tromey1-0/+37
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Use metadata style in a few more placesTom Tromey1-3/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-7/+7
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-05-18 * valprint.c (val_print_string): Don't print leading space.Tom Tromey1-1/+4
2012-04-25 Initial pass at Go language support.Doug Evans1-0/+120