The patch titled Subject: scripts/gdb: enable completion for lx-list-check parameter has been added to the -mm tree. Its filename is scripts-gdb-enable-completion-for-lx-list-check-parameter.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-gdb-enable-completion-for-lx-list-check-parameter.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-gdb-enable-completion-for-lx-list-check-parameter.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Subject: scripts/gdb: enable completion for lx-list-check parameter Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> Cc: Thiébaud Weksteen <thiebaud@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/gdb/linux/lists.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN scripts/gdb/linux/lists.py~scripts-gdb-enable-completion-for-lx-list-check-parameter scripts/gdb/linux/lists.py --- a/scripts/gdb/linux/lists.py~scripts-gdb-enable-completion-for-lx-list-check-parameter +++ a/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) _ Patches currently in -mm which might be from jan.kiszka@xxxxxxxxxxx are scripts-gdb-fix-lx-lsmod-refcnt.patch scripts-gdb-add-command-to-check-list-consistency.patch scripts-gdb-also-allow-list_head-pointer-as-lx-list-check-paramter.patch scripts-gdb-enable-completion-for-lx-list-check-parameter.patch scripts-gdb-fix-typo-in-exception-name.patch scripts-gdb-fix-pep8-compliance.patch scripts-gdb-add-ps-command.patch scripts-gdb-remove-useless-global-instruction.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html