Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756094AbbEVF6X (ORCPT ); Fri, 22 May 2015 01:58:23 -0400 Received: from david.siemens.de ([192.35.17.14]:35604 "EHLO david.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754873AbbEVF6W (ORCPT ); Fri, 22 May 2015 01:58:22 -0400 From: Jan Kiszka To: Andrew Morton Cc: linux-kernel@vger.kernel.org, =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Subject: [PATCH 0/7] scripts/gdb: Updates for 4.2 Date: Fri, 22 May 2015 07:58:10 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1281 Lines: 39 Hi Andrew, please include the following enhancements, fixes and cleanups for the gdb scripts in your queue. Most work was done by ThiƩbaud, adding a list checker and basic process listing. Jan CC: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Jan Kiszka (2): scripts/gdb: Also allow list_head pointer as lx-list-check paramter scripts/gdb: Enable completion for lx-list-check parameter ThiƩbaud Weksteen (5): scripts/gdb: Add command to check list consistency scripts/gdb: Fix typo in exception name scripts/gdb: Fix PEP8 compliance scripts/gdb: Add ps command scripts/gdb: Remove useless global instruction scripts/gdb/linux/dmesg.py | 1 - scripts/gdb/linux/lists.py | 92 ++++++++++++++++++++++++++++++++++++++++++++ scripts/gdb/linux/symbols.py | 9 ++--- scripts/gdb/linux/tasks.py | 20 +++++++++- scripts/gdb/linux/utils.py | 4 +- scripts/gdb/vmlinux-gdb.py | 1 + 6 files changed, 117 insertions(+), 10 deletions(-) create mode 100644 scripts/gdb/linux/lists.py -- 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/