gdb: Convert dwarf2_evaluate_property to return bool
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sat, 4 May 2019 23:15:07 +0000 (00:15 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 12 Jul 2019 11:09:52 +0000 (12:09 +0100)
commit603490bf53fe1885ef45f9d0fb783b32f8ef6049
tree9e27628f4592e507ad0f3d0cd6cc35053ee57548
parent592f9d271caaa22a6b299cfaaf6ce3394796e0e2
gdb: Convert dwarf2_evaluate_property to return bool

Convert dwarf2_evaluate_property to return a bool, there should be no
user visible change after this commit.

gdb/ChangeLog:

* dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
update return statements.
* dwarf2loc.h (dwarf2_evaluate_property): Update return type on
declaration, and update comment to match.
* gdbtypes.c (resolve_dynamic_array): Update call to
dwarf2_evaluate_property to match new return type.
gdb/ChangeLog
gdb/dwarf2loc.c
gdb/dwarf2loc.h
gdb/gdbtypes.c
This page took 0.025016 seconds and 4 git commands to generate.