X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gdb%2Fdwarf2loc.h;h=ac1a771a9f3ec902f843fa5803ca6c272b87c425;hb=603490bf53fe1885ef45f9d0fb783b32f8ef6049;hp=955e6f1b48a8535e1fd9323f39aec98fd7451f2c;hpb=592f9d271caaa22a6b299cfaaf6ce3394796e0e2;p=external%2Fbinutils.git diff --git a/gdb/dwarf2loc.h b/gdb/dwarf2loc.h index 955e6f1..ac1a771 100644 --- a/gdb/dwarf2loc.h +++ b/gdb/dwarf2loc.h @@ -135,13 +135,13 @@ struct property_addr_info property. When evaluating a property that is not related to a type, it can be NULL. - Returns 1 if PROP could be converted and the static value is passed back - into VALUE, otherwise returns 0. */ + Returns true if PROP could be converted and the static value is passed + back into VALUE, otherwise returns false. */ -int dwarf2_evaluate_property (const struct dynamic_prop *prop, - struct frame_info *frame, - struct property_addr_info *addr_stack, - CORE_ADDR *value); +bool dwarf2_evaluate_property (const struct dynamic_prop *prop, + struct frame_info *frame, + struct property_addr_info *addr_stack, + CORE_ADDR *value); /* A helper for the compiler interface that compiles a single dynamic property to C code.