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: 78071 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp931765qge; Tue, 18 Oct 2016 08:08:01 -0700 (PDT) X-Received: by 10.99.137.195 with SMTP id v186mr1085072pgd.117.1476803281897; Tue, 18 Oct 2016 08:08:01 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l184si2513055pge.112.2016.10.18.08.08.01; Tue, 18 Oct 2016 08:08:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754843AbcJRPHm (ORCPT + 7 others); Tue, 18 Oct 2016 11:07:42 -0400 Received: from mail-lf0-f52.google.com ([209.85.215.52]:36349 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758231AbcJRPHj (ORCPT ); Tue, 18 Oct 2016 11:07:39 -0400 Received: by mail-lf0-f52.google.com with SMTP id b75so350888859lfg.3 for ; Tue, 18 Oct 2016 08:07:39 -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=mxIVlXqutReUnYq3LRgxG2TGSdU0EocqPPYDqoSB653hL7Rn/wGhVYC01yOqKFAfNq JVXNt+8Ny+sC44jzxGpMNLieaT3rBMV30typqn1GMfrMQyj+3d2KQZuHwr9yhzfNJjSB hlTcE/0DZJ2AZC+J+YTBXh+oKEDPs6rL+fWNY5Do3+QMO10pGVlEfXV3fwnm2MVtzf9O OSzefZo+UVXKPwbhqRsnmFK0wbD2PFn5iJ8T6vppf6iIeUznjgELPTbrbbFij6bCRJDt S2DY1I4E2drk9QXQ+UZD95jwC70LlZ8AXGYDoD1UJf+cfc6GROP0ePdK5yIt80zXhkmN 4JJw== X-Gm-Message-State: AA6/9Rnzc99EICG1iGIfqOYd69svHJjhv9MVnxrsUOYypu+m8j8rOgUcv/VH/2CnWh6GOvoJ 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@ksquared.org.uk Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org 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> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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"""