mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-14 19:38:48 +00:00
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.