sim: info: convert verbose field to a bool
authorMike Frysinger <vapier@gentoo.org>
Thu, 19 Jan 2023 01:14:54 +0000 (20:14 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 19 Jan 2023 01:47:55 +0000 (20:47 -0500)
commitcc67f780ecdb8a5c50eaae9e04b7fc11ce23ddba
treec8445fbe78b1e5a2599e45689cf67e14938ceaf7
parent7fd14d6f580eeed46ef4d6f04f6b5f2f1318c0f9
sim: info: convert verbose field to a bool

The verbose argument has always been an int treated as a bool, so
convert it to an explicit bool.  Further, update the API docs to
match the reality that the verbose value is actually used by some
of the internal modules.
21 files changed:
include/sim/sim.h
sim/common/cgen-scache.c
sim/common/cgen-scache.h
sim/common/sim-info.c
sim/common/sim-module.c
sim/common/sim-module.h
sim/common/sim-profile.c
sim/common/sim-profile.h
sim/d10v/interp.c
sim/erc32/interf.c
sim/frv/profile.c
sim/h8300/compile.c
sim/m32c/gdb-if.c
sim/m32r/sim-if.c
sim/m68hc11/interp.c
sim/mcore/interp.c
sim/microblaze/interp.c
sim/ppc/sim_calls.c
sim/rl78/gdb-if.c
sim/rx/gdb-if.c
sim/sh/interp.c