From patchwork Tue Oct 18 15:07:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 9382323 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8B3AE600CA for ; Tue, 18 Oct 2016 15:09:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7B80528F7C for ; Tue, 18 Oct 2016 15:09:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6FFAA295FD; Tue, 18 Oct 2016 15:09:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 89B5228F7C for ; Tue, 18 Oct 2016 15:09:29 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bwVzp-0001jH-Sc; Tue, 18 Oct 2016 15:08:05 +0000 Received: from mail-yw0-x231.google.com ([2607:f8b0:4002:c05::231]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bwVzk-0001bm-7w for linux-arm-kernel@lists.infradead.org; Tue, 18 Oct 2016 15:08:01 +0000 Received: by mail-yw0-x231.google.com with SMTP id w3so140625125ywg.1 for ; Tue, 18 Oct 2016 08:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Z8JPaPBaQ5KDtzK+/D0c+ar3WpzthMiTxJEI2J2ZGOc=; b=DtkrQZba0jkKImPhSWppLMctlQGuYo03nlPRC6D1cEm9nY+PaDz6K6C/MWue2s8fU8 KFansGedfolbA+xGwsuPrD4sl9M+VSfSg0wO4GH1h4rOKZ/zai4tSUITJBs15sKjpryI sPwrcKLzUxxFhcKD3O0Avoz9vEqFZUy2xs4fI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Z8JPaPBaQ5KDtzK+/D0c+ar3WpzthMiTxJEI2J2ZGOc=; b=IDvIi7SZL1mlqnf3iB22YTM3UqxzxtEoNxTm3LepmtLZ4gIJC0UgtoGwd2Ksb4MnZZ Bw2ZB4HEB/3RweXgDf3UGBBuZt1UvJVZAAbHXOmwy3JuU+RqhHbddXIz6gaQnbGBhdMX xLzvRNZ4c9kWVj0LDqsvzjKbFmvmwNJnJLmseRNDORqcWiUuxKURNv7ejlEa76D8yY9t xLdLUTdf+gak/ooTOxS9ueAW27twDiG4tq6/SchPMm8FGamJAOKnzZa/jhSdtyFzL9FX Gvb6GTVwQFLwZcSFvsLh5NBVzfI/C2TTm1/ntqWVr6uxjLMiMhc10w+OMOOSFrXZ8Ggl X0nw== X-Gm-Message-State: AA6/9RlUGvnNjgHxg+ZjvQrpA6UJHIh9wUNalsYzuaw1x0FgwDugHH9jb1adTHzEQshYKu8l X-Received: by 10.28.186.8 with SMTP id k8mr981116wmf.83.1476803257378; Tue, 18 Oct 2016 08:07:37 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id ce6sm63427784wjc.27.2016.10.18.08.07.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Oct 2016 08:07:36 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, jan.kiszka@siemens.com, kieran@bingham.xyz Subject: [PATCH 2/2] scripts/gdb: fixup some pep8 errors in proc.py Date: Tue, 18 Oct 2016 16:07:29 +0100 Message-Id: <1476803249-23328-2-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1476803249-23328-1-git-send-email-peter.griffin@linaro.org> References: <1476803249-23328-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161018_080800_434560_7437C2FC X-CRM114-Status: GOOD ( 11.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.griffin@linaro.org, devicetree@vger.kernel.org, lee.jones@linaro.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP proc.py:22:1: E302 expected 2 blank lines, found 1 proc.py:200:1: E302 expected 2 blank lines, found 1 Signed-off-by: Peter Griffin --- scripts/gdb/linux/proc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gdb/linux/proc.py b/scripts/gdb/linux/proc.py index f20fcfa..2d6f74e 100644 --- a/scripts/gdb/linux/proc.py +++ b/scripts/gdb/linux/proc.py @@ -18,6 +18,7 @@ from linux import tasks from linux import lists from struct import * + class LxCmdLine(gdb.Command): """ Report the Linux Commandline used in the current kernel. Equivalent to cat /proc/cmdline on a running target""" @@ -196,6 +197,7 @@ values of that process namespace""" LxMounts() + class LxFdtDump(gdb.Command): """Output Flattened Device Tree header and dump FDT blob to a file Equivalent to 'cat /proc/fdt > fdtdump.dtb' on a running target"""