aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Remove val_printTom Tromey1-186/+0
2020-03-13Convert Fortran printing to value-based APITom Tromey1-2/+165
2020-03-13Introduce f_value_print_innnerTom Tromey1-0/+10
2020-03-13Use common_val_print in f-valprint.cTom Tromey1-8/+3
2020-03-03gdb/fortran: Fix printing of logical true values for FlangAndrew Burgess1-1/+24
2020-02-22Style field names in "print"Tom Tromey1-1/+2
2020-02-03Fixed gdb to print arrays with very high indexesAlok Kumar Sharma1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-01gdb/fortran: array stride supportAndrew Burgess1-2/+8
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-5/+5
2019-10-01Introduce metadata styleTom Tromey1-2/+4
2019-04-30gdb/fortran: Print 'void' type in lower caseAndrew Burgess1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+2
2019-04-06Revert the header-sorting patchTom Tromey1-10/+8
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-8/+10
2019-03-29Allow really large fortran array bounds: fortran type/value printersKeith Seitz1-2/+2
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
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-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-11-07Constify add_infoTom Tromey1-2/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-1/+0
2017-09-08Remove C/C++ relevant code in Fortran specific file.Christoph Weinmann1-16/+2
2017-06-12Remove val_print_type_code_intTom Tromey1-1/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-7/+6
2016-07-14Remove unused variablesTom Tromey1-3/+2
2016-06-21Improve user experience in printing Fortran derived types.Walfred Tedeschi1-8/+26
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey1-0/+2
2016-04-26fort_dyn_array: Use value constructor instead of raw-buffer manipulation.Keven Boell1-79/+39
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-04-11Remove --xdbJan Kratochvil1-3/+0
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-04Fix PR fortran/17237: bug in f-valprint.cSergio Durigan Junior1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-18make common_block constTom Tromey1-1/+1
2014-06-18constify struct block in some placesTom Tromey1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-01-21gdb/Jan Kratochvil1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-26gdb/Yao Qi1-1/+1
2012-09-262012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey1-91/+70