commit | 7514a661283b9725ceeb4385be67b6b5d7702b2c | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue Dec 28 14:10:11 2021 -0700 |
committer | Tom Tromey <tom@tromey.com> | Wed Dec 29 11:08:04 2021 -0700 |
tree | ec1a988096fef8b15609413267729f3a0b7c7194 | |
parent | de4686ffaff8bade61657078990f392b3aa14ff4 [diff] |
Consistently Use ui_file parameter to show callbacks I happened to notice that one "show" callback was printing to gdb_stdout rather than to the passed-in ui_file parameter. I went through all such callbacks and fixed them to consistently use the ui_file. Regression tested on x86-64 Fedora 34.