Change linetable_entry::is_stmt to bool
authorTom Tromey <tom@tromey.com>
Wed, 8 Mar 2023 01:26:06 +0000 (18:26 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 11 Mar 2023 15:48:29 +0000 (08:48 -0700)
commitddc6677b170be399dfcc7d81325870ff022ba875
tree1152a15de8b893033b69ee48da454a25c58a3f1a
parent82c5090c61ed2a4a6cd37e575ae66323e0a837f7
Change linetable_entry::is_stmt to bool

This changes linetable_entry::is_stmt to type bool, rather than
unsigned.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/jit.c
gdb/record-btrace.c
gdb/symtab.h
gdb/xcoffread.c