aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-darwin-tdep.h
diff options
context:
space:
mode:
authorMartin Galvan <martin.galvan@tallertechnologies.com>2016-04-08 15:05:45 -0300
committerMartin Galvan <martin.galvan@tallertechnologies.com>2016-04-08 15:06:56 -0300
commit4bf7b526bed1c86b1f20b18e642865f446751e06 (patch)
tree5a133392fcfe9a0741a1a05a5d9ed06d2d2b8812 /gdb/i386-darwin-tdep.h
parent136a43b762ce7bc692645cc0d9d50c934f9aa392 (diff)
downloadgdb-4bf7b526bed1c86b1f20b18e642865f446751e06.zip
gdb-4bf7b526bed1c86b1f20b18e642865f446751e06.tar.gz
gdb-4bf7b526bed1c86b1f20b18e642865f446751e06.tar.bz2
value: Make accessor methods' parameters const-correct
I did a quick pass over value.c and value.h and made some of the accessor methods' pass-by-reference parameters const-correct. Besides the obvious benefits, this is required if we want to use them on values that are already declared as const (such as the parameters to lval_funcs). There's probably a lot more stuff that can be made const, here and elsewhere. gdb/ChangeLog: 2016-04-08 Martin Galvan <martin.galvan@tallertechnologies.com> * value.c (value_next): Make pass-by-reference parameters const-correct. (value_parent): Likewise. (value_enclosing_type): Likewise. (value_lazy): Likewise. (value_stack): Likewise. (value_embedded_offset): Likewise. (value_pointed_to_offset): Likewise. (value_raw_address): Likewise. (deprecated_value_modifiable): Likewise. (value_free_to_mark): Likewise. (value_release_to_mark): Likewise. (internalvar_name): Likewise. (readjust_indirect_value_type): Likewise. (value_initialized): Likewise. * value.h (value_next): Likewise. (value_parent): Likewise. (value_enclosing_type): Likewise. (value_lazy): Likewise. (value_stack): Likewise. (value_embedded_offset): Likewise. (value_pointed_to_offset): Likewise. (value_raw_address): Likewise. (deprecated_value_modifiable): Likewise. (value_free_to_mark): Likewise. (value_release_to_mark): Likewise. (internalvar_name): Likewise. (readjust_indirect_value_type): Likewise. (value_initialized): Likewise.
Diffstat (limited to 'gdb/i386-darwin-tdep.h')
0 files changed, 0 insertions, 0 deletions