Version: 5.0
Platform: i586-pc-sco3.2v5.0.2
Compiler: gcc 2.95.2 with local changes
Readline version: 4.1
Readline compiler: the same
.inputrc settings: AFAIK, do not matter

Is gdb expected to run correctly only with libreadline from its
distribution?  If yes, then this is entirely my fault: I built it with
another one, which is a shared library used by gdb, bash and perl
Term::ReadLine::Gnu module.

If problems are not expected: it is incremental search behavior.  All
other readline applications behave like this: C-r <type symbols to
search> (matching line displayed) RET (matching line passed to app).
gdb behaves differently: C-r <symbols> (matching line displayed) RET
(no response) RET (line passed to gdb twice).

Reply via email to