Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756275AbbEVF60 (ORCPT ); Fri, 22 May 2015 01:58:26 -0400 Received: from thoth.sbs.de ([192.35.17.2]:57658 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755276AbbEVF6W (ORCPT ); Fri, 22 May 2015 01:58:22 -0400 From: Jan Kiszka To: Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [PATCH 3/7] scripts/gdb: Enable completion for lx-list-check parameter Date: Fri, 22 May 2015 07:58:13 +0200 Message-Id: <34ef09056782c3194a94dc9427ca32c5233e90e7.1432274297.git.jan.kiszka@siemens.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 971 Lines: 27 Signed-off-by: Jan Kiszka --- scripts/gdb/linux/lists.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gdb/linux/lists.py b/scripts/gdb/linux/lists.py index 71fba6a..3a3775b 100644 --- a/scripts/gdb/linux/lists.py +++ b/scripts/gdb/linux/lists.py @@ -80,7 +80,8 @@ class LxListChk(gdb.Command): """Verify a list consistency""" def __init__(self): - super(LxListChk, self).__init__("lx-list-check", gdb.COMMAND_DATA) + super(LxListChk, self).__init__("lx-list-check", gdb.COMMAND_DATA, + gdb.COMPLETE_EXPRESSION) def invoke(self, arg, from_tty): argv = gdb.string_to_argv(arg) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/