X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fstack.h;h=28d22730b18a65587969beef4eabd9291d2ed774;hb=621377757c83ccc8573cc2e979e1d4ba55335c13;hp=dda4fc9f6629674b07f0203e7e33144ae7ad3383;hpb=cf57ad6d61771f608079f31db10a93872a4553c5;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/stack.h b/gdb/stack.h index dda4fc9f66..28d22730b1 100644 --- a/gdb/stack.h +++ b/gdb/stack.h @@ -49,10 +49,10 @@ void iterate_over_block_local_vars (const struct block *block, void get_user_print_what_frame_info (gdb::optional *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. */