gdb: use bool instead of int in struct internal_problem
authorAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 17 Aug 2021 10:54:51 +0000 (11:54 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Tue, 7 Sep 2021 13:27:47 +0000 (14:27 +0100)
commit90f4cc60f1b91746132ad136a9ed538b53d2a83f
treebfff9092fc6d2f6f30c41387a84b9629ef01f71e
parent611841bb1afc689becfab6dd490e1799aabf547d
gdb: use bool instead of int in struct internal_problem

Change struct internal_problem (gdb/utils.c) to use bool instead of
int, update the 3 static instances of this structure that we create to
use true/false instead of 1/0.

I've also updated the comments on struct internal_problem as the
existing comment doesn't seem to be referring to the structure, it
talks about returning something, which doesn't make sense in this
context.

There should be no user visible changes after this commit.
gdb/utils.c