summaryrefslogtreecommitdiff
path: root/gdb/d-valprint.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-02-13Turn many optimized-out value functions into methodsTom Tromey
2023-02-13Turn remaining value_contents functions into methodsTom Tromey
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey
2023-02-13Turn some value offset functions into methodTom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-03-13Remove val_printTom Tromey
2020-03-13Convert D printing to value-based APITom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-05-04Fix "obvious" fall-through warningsTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-04-14vla: update type from newly created valueSanimir Agovic
2014-04-11Revert the entire VLA series.Joel Brobecker
2014-04-11vla: update type from newly created valueSanimir Agovic
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-03-01 * valprint.c (val_print): Update.Tom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-242011-01-24 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-06-11gdbTom Tromey
2010-05-072010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-04-29D language support.Joel Brobecker