diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-05-11 05:01:36 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-05-11 05:01:36 +0000 |
commit | 7ff911a38f9de56d82fbe7db1e37166532694dbd (patch) | |
tree | aec4c99133b1ca80a697d9647bd46ea127c3b5c6 /gdb/testsuite/gdb.base/readline-ask.inputrc | |
parent | 3fc8ee54095ae2d28b85aebed1368617f4f9ae28 (diff) | |
download | gdb-7ff911a38f9de56d82fbe7db1e37166532694dbd.zip gdb-7ff911a38f9de56d82fbe7db1e37166532694dbd.tar.gz gdb-7ff911a38f9de56d82fbe7db1e37166532694dbd.tar.bz2 |
gdb/testsuite/
* gdb.base/readline-ask.c: New file.
* gdb.base/readline-ask.exp: New file.
* gdb.base/readline-ask.inputrc: New file.
Diffstat (limited to 'gdb/testsuite/gdb.base/readline-ask.inputrc')
-rw-r--r-- | gdb/testsuite/gdb.base/readline-ask.inputrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/readline-ask.inputrc b/gdb/testsuite/gdb.base/readline-ask.inputrc new file mode 100644 index 0000000..463b6a7 --- /dev/null +++ b/gdb/testsuite/gdb.base/readline-ask.inputrc @@ -0,0 +1,16 @@ +# Copyright (C) 2011 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +set completion-query-items 5 |