commit | dcf1a2c8d2f5776796927d147f40214d23c818de | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Jan 01 12:18:47 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Tue Mar 29 12:46:24 2022 -0600 |
tree | ae0e553b000e0a12d62adf7428c5393bb78f736e | |
parent | 830df12588cfa80be673e710bee22761752ead11 [diff] |
Only have one API for unfiltered output At the end of this series, the use of unfiltered output will be very restricted -- only places that definitely need it will use it. To this end, I thought it would be good to reduce the number of _unfiltered APIs that are exposed. This patch changes gdb so that only printf_unfiltered exists. (After this patch, the f* variants still exist as well, but those will be removed later.)