Make some bpstat functions use bool
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 10 Jul 2019 16:10:51 +0000 (12:10 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 10 Jul 2019 16:10:51 +0000 (12:10 -0400)
commit4c462cb0efb40a7a1e5297946bed59286dd0cf02
tree1beed7f99b455b599c6c5322b904cc7f66edd435
parent89abbcc26d891425678b8b463bc1fa81273fb54c
Make some bpstat functions use bool

Change return type to bool and adjust function comments.

gdb/ChangeLog:

* breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
bpstat_should_step): Return bool, adjust comments.
* breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
bpstat_should_step): Likewise.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h