[0/3] Do not let logging use pager

Message ID 20221117182904.1291713-1-tromey@adacore.com
Headers
Series Do not let logging use pager |

Message

Tom Tromey Nov. 17, 2022, 6:29 p.m. UTC
  PR gdb/29787 points out a crash in gdb when logging is used.  I
tracked this down to the CLI accidentally enabling paging for
gdb_stdlog when logging is enabled.

This series applies a couple of minor cleanups, then fixes the
underlying problem.

Regression tested on x86-64 Fedora 34.

Tom