get_int_var_value
authorPedro Alves <palves@redhat.com>
Thu, 20 Jul 2017 17:12:19 +0000 (18:12 +0100)
committerPedro Alves <palves@redhat.com>
Thu, 20 Jul 2017 17:12:19 +0000 (18:12 +0100)
commitedb0c9cb22e5be90a76b8698b45e9eaee596f315
treeb874701054bec2ddc97e8104b9d74c46b64b0955
parenta778f165ad24111597fa48beb4a62359501e0076
get_int_var_value

I noticed that get_int_var_value's parameters could use some
constification.  And then realized that client code would become
simpler by changing the interface to return the success/failure
indication as actual return value, as it allows getting rid of the
local "boolean" variable.

gdb/ChangeLog:
2017-07-20  Pedro Alves  <palves@redhat.com>

* ada-lang.c (ada_to_fixed_type_1): Adjust.
(get_var_value): Constify parameters.
(get_int_var_value): Change prototype.
(to_fixed_range_type): Adjust.
* ada-lang.h (get_int_var_value): Change prototype.
gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-lang.h
gdb/ada-typeprint.c
This page took 0.034978 seconds and 4 git commands to generate.