This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

set verbose foo on?


Hi.
I've found myself from time to time wanting to be able to control
gdb's verbosity on some user-related subject, but not wanting to use
"set verbose on" because it'll just turn on a lot of other crap that
I don't want to force on the user.

"set verbose on" has a really low S/N ratio for users
who turn it on to solve one particular problem, and I think we
need to fix that.
Any resistance to having finer-grained control on "verbosity" ?
Extending "set verbose" to include "set verbose foo on" "works for me".
For compatibility "set verbose on" can still be a global flag
affecting all verbosity.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]