summaryrefslogtreecommitdiff
path: root/gdb/d-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-3/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-1/+1
* Turn some value offset functions into methodTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-2/+2
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-2/+2
* Remove val_printTom Tromey2020-03-131-24/+0
* Convert D printing to value-based APITom Tromey2020-03-131-3/+25
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-5/+3
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-3/+5
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix "obvious" fall-through warningsTom Tromey2018-05-041-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-7/+7
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-2/+3
* vla: update type from newly created valueSanimir Agovic2014-04-141-0/+1
* Revert the entire VLA series.Joel Brobecker2014-04-111-1/+0
* vla: update type from newly created valueSanimir Agovic2014-04-111-0/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * valprint.c (val_print): Update.Tom Tromey2012-03-011-16/+15
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* 2011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-02-271-5/+5
* 2011-01-24 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-01-241-4/+4
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdbTom Tromey2010-06-111-4/+8
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-071-1/+0
* D language support.Joel Brobecker2010-04-291-0/+91