aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-03-09 18:24:59 +0000
committerPedro Alves <palves@redhat.com>2016-03-09 18:24:59 +0000
commitc5c136ea94f21e5ff968d5b402494611464c7b31 (patch)
tree3a466443ee8dd0659c9b672d21d6e9ae0b8c00bc /gdb/defs.h
parent720d2e96b424bb4bb1f7021f86763ff3df078e2b (diff)
downloadbinutils-c5c136ea94f21e5ff968d5b402494611464c7b31.zip
binutils-c5c136ea94f21e5ff968d5b402494611464c7b31.tar.gz
binutils-c5c136ea94f21e5ff968d5b402494611464c7b31.tar.bz2
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.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index f6ffeac..b94df30 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -285,8 +285,6 @@ extern void print_transfer_performance (struct ui_file *stream,
typedef void initialize_file_ftype (void);
-extern char *gdb_readline (const char *);
-
extern char *gdb_readline_wrapper (const char *);
extern char *command_line_input (const char *, int, char *);