Use bool in pc_in_* functions
authorTom Tromey <tom@tromey.com>
Wed, 18 Jan 2023 23:36:52 +0000 (16:36 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 20 Jan 2023 18:02:23 +0000 (11:02 -0700)
commit6ec27270ff995940ffa532ee15414300782c30e8
treeb998ec938089ca2fe192b5bd5d9cda7587f83521
parent42938c1a5b84207e9b6526e56d8e57e1ad3bab5f
Use bool in pc_in_* functions

I noticed that pc_in_unmapped_range had a weird return type -- it was
returning a CORE_ADDR but intending to return a bool.  This patch
changes all the pc_in_* functions to return bool instead.
gdb/gdbthread.h
gdb/objfiles.c
gdb/objfiles.h
gdb/symfile.c
gdb/symfile.h
gdb/thread.c