]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb_readline -> gdb_readline_no_editing
authorPedro Alves <palves@redhat.com>
Wed, 9 Mar 2016 18:24:59 +0000 (18:24 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 9 Mar 2016 18:24:59 +0000 (18:24 +0000)
commitc5c136ea94f21e5ff968d5b402494611464c7b31
tree3a466443ee8dd0659c9b672d21d6e9ae0b8c00bc
parent720d2e96b424bb4bb1f7021f86763ff3df078e2b
gdb_readline -> gdb_readline_no_editing

Name this such that it's clearer that this is not a wrapper for the
real readline, but instead a replacement that provides no command line
editing features.

gdb/ChangeLog:
2016-03-09  Pedro Alves  <palves@redhat.com>

* defs.h (gdb_readline): Delete declaration.
* top.c (gdb_readline): Rename to ...
(gdb_readline_no_editing): ... this, and make static.
gdb/ChangeLog
gdb/defs.h
gdb/top.c