gdb: Convert frame_show_address to return a bool
[deliverable/binutils-gdb.git] / gdb / stack.h
index dda4fc9f6629674b07f0203e7e33144ae7ad3383..28d22730b18a65587969beef4eabd9291d2ed774 100644 (file)
@@ -49,10 +49,10 @@ void iterate_over_block_local_vars (const struct block *block,
 
 void get_user_print_what_frame_info (gdb::optional<enum print_what> *what);
 
-/* Return 1 if we should display the address in addition to the location,
+/* Return true if we should display the address in addition to the location,
    because we are in the middle of a statement.  */
 
-int frame_show_address (struct frame_info *frame, struct symtab_and_line sal);
+bool frame_show_address (struct frame_info *frame, struct symtab_and_line sal);
 
 /* Get or set the last displayed symtab and line, which is, e.g. where we set a
  * breakpoint when `break' is supplied with no arguments.  */
This page took 0.024609 seconds and 4 git commands to generate.