From patchwork Wed Nov 7 02:14:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994046 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQF59xxz9sND for ; Wed, 7 Nov 2018 13:16:05 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="dldlQtMO"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQF3D55zF369 for ; Wed, 7 Nov 2018 13:16:05 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="dldlQtMO"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP60h1dzF3G6 for ; Wed, 7 Nov 2018 13:15:06 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="dldlQtMO"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP46Hhfz9sND; Wed, 7 Nov 2018 13:15:04 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556904; bh=mPDfUr7LXl7h6i2SQ3+AufDWn7+ELYD31VNzxe4FCC0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dldlQtMOl2+F+5jDpd8alaBFUZS5ZVeMEIzfzK7P7VSBzx1PXZTSLCnJnZaLVMVNn 1hBenHL9iRruTsEWqWtX4rEUA0bfBtaxhR4BQEhHtBOhD1x9nviupMuxBvti33K3jA JUJfG4Dqp9ER4rczCOko56C8hVpq6PJRLWTEJY89eknCTxl6Dr0/EB0q1cv8ccE95/ 5ahi3LSu6OleVSUBgs0fNWMtKbfDjF9eYAuZlF44DsbJB0C0DZpZ5EY14ovRXQFiQz +qJvvN5Db+tdeXqO5OBgURqXLg7ZAsMpaZKpAK3GttKO40j+ui8/kNX3e9SW4CIJ8v f+mnZaR6wx8dQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:47 +1100 Message-Id: <20181107021456.1219553-2-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 01/10] Makefile: Install libpdbg header libpdbg.h X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 754e75d..7c291bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,6 +151,8 @@ libpdbg_la_SOURCES = \ libpdbg/target.h libpdbg_la_LIBADD = libfdt.la +include_HEADERS = libpdbg/libpdbg.h + noinst_LIBRARIES = libccan.a libccan_a_SOURCES = \ From patchwork Wed Nov 7 02:14:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994048 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQN269Wz9sND for ; Wed, 7 Nov 2018 13:16:12 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="SnWn7jgq"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQM744zzF3G4 for ; Wed, 7 Nov 2018 13:16:11 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="SnWn7jgq"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP62bcPzF3Fv for ; Wed, 7 Nov 2018 13:15:06 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="SnWn7jgq"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP53Lscz9sNF; Wed, 7 Nov 2018 13:15:05 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556905; bh=vkk4yo3XsuFSGqDHB7Cq//b1ZVAaMgCI6/rq/372BFs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SnWn7jgqnYY/dqu3NmblCk/BjWcn4rlP+oePK6cm0cifJUeUwNrXoZgyg1dqMjW4L Otu8osbmYJ0JXtgYxHPzHQ24qsFC/UQlzWr4A7TztNzQxPx8NKrh0gr594U2HLR1VY cZmXl0v2HY7NX9ZZw7XdH0Pwq3hUH5J0W0OkheO+B/2lx/2zNIUvBiUAb56M4nJ7+B zB0HslJDwqXcjGdxpd3WOcsei6UCvWKA8SGjfL4Jy5jT6k9KurrDRfeJKb1BtgC9jC x7bnSWJCEh5YbpquAX51VvZ8px/gjsY+cDcokHajEYwW6dzs/SDrLkbbKLA6YnUeVt 8C7A6MBV89idg== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:48 +1100 Message-Id: <20181107021456.1219553-3-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 02/10] Makefile: Keep libfdt sources sorted X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7c291bd..82528a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -111,16 +111,16 @@ libfdt_la_CFLAGS = -I$(top_srcdir)/libfdt libpdbg_la_CFLAGS = -I$(top_srcdir)/libfdt -Wall -Werror libfdt_la_SOURCES = \ + libfdt/fdt_addresses.c \ libfdt/fdt.c \ + libfdt/fdt_empty_tree.c \ + libfdt/fdt.h \ + libfdt/fdt_overlay.c \ libfdt/fdt_ro.c \ - libfdt/fdt_wip.c \ - libfdt/fdt_sw.c \ libfdt/fdt_rw.c \ libfdt/fdt_strerror.c \ - libfdt/fdt_empty_tree.c \ - libfdt/fdt_addresses.c \ - libfdt/fdt_overlay.c \ - libfdt/fdt.h \ + libfdt/fdt_sw.c \ + libfdt/fdt_wip.c \ libfdt/libfdt_env.h \ libfdt/libfdt.h \ libfdt/libfdt_internal.h From patchwork Wed Nov 7 02:14:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994047 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQK2KWQz9sD4 for ; Wed, 7 Nov 2018 13:16:09 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="CkCs+lcV"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQJ5Q96zF3G0 for ; Wed, 7 Nov 2018 13:16:08 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="CkCs+lcV"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP6345BzF3Fy for ; Wed, 7 Nov 2018 13:15:06 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="CkCs+lcV"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP568DLz9sNQ; Wed, 7 Nov 2018 13:15:05 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556905; bh=ENjWz5LuW4VttyiM87ZWAjf40Ey3HYyFwrwZWRk4Fig=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=CkCs+lcVJfcb0roCG/MlRg/czVpuz1Zq7T8LDlpi363tmIs71t+Hhs63LJZZw6Oa6 NUAgIapECfC84VyvchinSwoj8nMRpLJcysY0Wr+yn5gGFUsUD47Dmhvg+rJXfqhoru uIPmfkCEdGnRV5BAERKHoWCw6L7x0gOONAZU5DVW2S6ZZuCfzkT/R2qWKNVGE2EK1o qWcrOz8vg6CyrvvVdiQOoSdum3fAplyWsaXNc1pSb6YzNKQjkBGSCAtpNEwIjB2vrO JJ0lZHCCsCnJBLF7bjsAt6f+LlgL+itaNz+hrwPFBbicz9B28GavQKHuJj6zHEtaRq egBoNw/my4J+w== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:49 +1100 Message-Id: <20181107021456.1219553-4-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 03/10] Makefile: Keep libpdbg sources sorted X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index 82528a3..c1f188e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,29 +126,30 @@ libfdt_la_SOURCES = \ libfdt/libfdt_internal.h libpdbg_la_SOURCES = \ - libpdbg/libpdbg.c \ - libpdbg/host.c \ - libpdbg/kernel.c \ - libpdbg/fake.c \ - libpdbg/chip.c \ - libpdbg/p8chip.c \ - libpdbg/p9chip.c \ - libpdbg/bmcfsi.c \ - libpdbg/cfam.c \ - libpdbg/i2c.c \ libpdbg/adu.c \ - libpdbg/device.c \ - libpdbg/target.c \ - libpdbg/htm.c \ - libpdbg/debug.c \ libpdbg/backend.h \ libpdbg/bitutils.h \ + libpdbg/bmcfsi.c \ + libpdbg/cfam.c \ + libpdbg/chip.c \ libpdbg/compiler.h \ + libpdbg/debug.c \ libpdbg/debug.h \ + libpdbg/device.c \ libpdbg/device.h \ - libpdbg/operations.h \ + libpdbg/fake.c \ + libpdbg/host.c \ + libpdbg/htm.c \ + libpdbg/i2c.c \ + libpdbg/kernel.c \ + libpdbg/libpdbg.c \ libpdbg/libpdbg.h \ + libpdbg/operations.h \ + libpdbg/p8chip.c \ + libpdbg/p9chip.c \ + libpdbg/target.c \ libpdbg/target.h + libpdbg_la_LIBADD = libfdt.la include_HEADERS = libpdbg/libpdbg.h From patchwork Wed Nov 7 02:14:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994049 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQS6lVwz9sNF for ; Wed, 7 Nov 2018 13:16:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="oDF4Ntcb"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQS12MMzF3G0 for ; Wed, 7 Nov 2018 13:16:16 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="oDF4Ntcb"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP65ZcJzF3G8 for ; Wed, 7 Nov 2018 13:15:06 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="oDF4Ntcb"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP62WNfz9sNR; Wed, 7 Nov 2018 13:15:06 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556906; bh=qTG5fgjmhhRfId/OWE34iS3SqZSgg7hqOGZJzyWhvNo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oDF4NtcbqA3l4GfGOKOrpXoxoU2gNbkCdIxlldzL8nYerqFpRME/mijHtA2V/9bj/ QMPa81aIArna7ef7qhcgxVtHS+SpXgpec5ZEeMhUwBWNyA7CrT2K+LjcDBa+pC5b0i h7jAAMwM0Er2JA6J6yS+vxhEmh4cKYMRpXxfVc5xjFgvRzXLWQ7p1/7SL7Ezg4cY7h g/SutFvNCPsi+Y+5o4FTl3bYzi+WepzlguRbPOkv+q0Ghq5DUL+mX89PfRHPzHMTQj FAArAPNb8nKRaWPpKpv6k8gYoEDDKjTPGj1m5YLDDbkLly3qd+Q5K0hxhDq5sYZDKi 6IftWpmHyDViw== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:50 +1100 Message-Id: <20181107021456.1219553-5-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 04/10] Makefile: Add missing header file in libpdbg_SOURCES X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c1f188e..0b0fdd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,6 +132,7 @@ libpdbg_la_SOURCES = \ libpdbg/bmcfsi.c \ libpdbg/cfam.c \ libpdbg/chip.c \ + libpdbg/chip.h \ libpdbg/compiler.h \ libpdbg/debug.c \ libpdbg/debug.h \ From patchwork Wed Nov 7 02:14:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994050 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQX0vvFz9sD4 for ; Wed, 7 Nov 2018 13:16:20 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="EpwKBBtn"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQW63wVzF3Fy for ; Wed, 7 Nov 2018 13:16:19 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="EpwKBBtn"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP71fBNzF3GC for ; Wed, 7 Nov 2018 13:15:07 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="EpwKBBtn"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP64xTzz9sNd; Wed, 7 Nov 2018 13:15:06 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556906; bh=OzCTXnWW0dEW6G0XRmnvHFL1sRFKE8+ZibfK/DlSRPc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EpwKBBtnFRvEYli3anbNWYo/sxVADqazR9xS/wgTaUx5JlKECGub5T6zWMVAC6ir4 26E/yrF8pZp5nziRuV7E+vF0wXneyqISeN+Rinyt855VzCGxINcyy61/eUsLijyXKn V1UObm17eaxxqQeu1KrA+vfsykNBuTcOx3baeAiRdSDUQEuV/QVje+xK+TvnXisMwl c2sOfARDT5NO8Z3ztSj2WE5kjqVnDvC83ma8geW+XZ1VdLA6KbYpSg6Xdt7r0dgSWl lTBa5DtUoj5lW8cXbfLInrKAY8Igr0ux7VDZGb3RHxXq+cy0FdNxTij+bLiWOOXoug /YmP17qZ+bRvA== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:51 +1100 Message-Id: <20181107021456.1219553-6-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 05/10] Makefile: Keep pdbg sources sorted X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0b0fdd0..f8456ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -72,19 +72,19 @@ extra_sources = src/gdb_parser_precompile.c endif pdbg_SOURCES = \ - src/main.c \ src/cfam.c \ - src/scom.c \ - src/reg.c \ - src/mem.c \ - src/thread.c \ - src/ring.c \ src/htm.c \ - src/progress.c \ - src/parsers.c \ + src/main.c \ + src/mem.c \ src/optcmd.c \ src/options_@ARCH@.c \ - src/pdbgproxy.c + src/parsers.c \ + src/pdbgproxy.c \ + src/progress.c \ + src/reg.c \ + src/ring.c \ + src/scom.c \ + src/thread.c pdbg_CFLAGS = -I$(top_srcdir)/libpdbg -Wall -Werror -DGIT_SHA1=\"${GIT_SHA1}\" \ $(ARCH_FLAGS) From patchwork Wed Nov 7 02:14:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994051 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQZ6WXmz9sD4 for ; Wed, 7 Nov 2018 13:16:22 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="U5xHPT43"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQZ4Sr8zF3G6 for ; Wed, 7 Nov 2018 13:16:22 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="U5xHPT43"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP75C4TzF3Fv for ; Wed, 7 Nov 2018 13:15:07 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="U5xHPT43"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP71bwVz9sNg; Wed, 7 Nov 2018 13:15:07 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556907; bh=me9dGl3i9II6zRyPN+bpHoGfS/tTQp2ucSPGMsIcIpg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=U5xHPT43LKjn4k5EgYg1x2qEZ3lXW5fkQKsMq+Y5kTzJ1O2e5r6ZDwQ092oTfTBXF UBkHPNpk15vph6y/O1UPYDvIh/9zAQ15iyMgweh8SXCDsWOJCDS/BTfSzg9AZDEVGd MFG0CMkvYy2FNEI5gsjRFax6AqIXKiZ7zI7M3seq/a+UIROa5cY+pjK2QMxrijfvgq R+I7EZFDuA91HuSJSHd25of9dn4CeThL49V+B3vrexpiZxgZnTznuiDJFTsMerWeRG FxMYwkuNPgjSWUr/KbFqjCG/k0dUnPPOnu4GTGzfLTumAJAqCFsRgIIy3uIiJQS1Sm QHVXgrcCuBgfQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:52 +1100 Message-Id: <20181107021456.1219553-7-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 06/10] Makefile: Add missing headers to pdbg_SOURCES X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.am b/Makefile.am index f8456ca..485cd95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,13 +74,20 @@ endif pdbg_SOURCES = \ src/cfam.c \ src/htm.c \ + src/htm.h \ src/main.c \ + src/main.h \ src/mem.c \ src/optcmd.c \ + src/optcmd.h \ src/options_@ARCH@.c \ + src/options.h \ src/parsers.c \ + src/parsers.h \ src/pdbgproxy.c \ + src/pdbgproxy.h \ src/progress.c \ + src/progress.h \ src/reg.c \ src/ring.c \ src/scom.c \ From patchwork Wed Nov 7 02:14:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994052 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQd6NWCz9sD4 for ; Wed, 7 Nov 2018 13:16:25 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="GbT1Z0mN"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQd4bT8zF3F6 for ; Wed, 7 Nov 2018 13:16:25 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="GbT1Z0mN"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP81bKZzF3G4 for ; Wed, 7 Nov 2018 13:15:08 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="GbT1Z0mN"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP74qLNz9sD4; Wed, 7 Nov 2018 13:15:07 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556907; bh=IWoCtN3t5bLJD9iGy9vjEGuJQXnOpvx0voGcb+snEps=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GbT1Z0mNuZ5rMGVtBxqX403YF3ZTZVn5k/1vf9pgf/puOxHYdcIf6Aq/sSwJiNHRP OWBNE3mUn7m/+eIUurf0ER/VwdvDhNCJ+VYzyFf+l6iIlOBZb0yra+olnpyoco1zRM n84cyg5ybe36Z89JeWly+byzPGgsf8cFaYUwSbKNlNwpWFF6Zi201fS6M/RoblfvGQ xBK6h8Wd1p4t1u2AzPUI0SGDkPBjn/tJTsbZb9/kp0Ws1yNJyEOivkPS8k59UXWc83 A3bo86uJsp1hVEMWwyFEpp+nYYAPQBTowOfPJzePh8wKSiq1wtt2H/laE5p0Pk9saP UuPbc3yfYz/Mg== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:53 +1100 Message-Id: <20181107021456.1219553-8-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 07/10] Makefile: Define arch dependent sources explicitly X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" This enables "make dist" to include all the arch sources. Signed-off-by: Amitay Isaacs --- Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 485cd95..e7c9a35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,6 @@ pdbg_SOURCES = \ src/mem.c \ src/optcmd.c \ src/optcmd.h \ - src/options_@ARCH@.c \ src/options.h \ src/parsers.c \ src/parsers.h \ @@ -93,6 +92,16 @@ pdbg_SOURCES = \ src/scom.c \ src/thread.c +if TARGET_ARM +pdbg_SOURCES += src/options_arm.c +else +if TARGET_PPC +pdbg_SOURCES += src/options_ppc.c +else +pdbg_SOURCES += src/options_def.c +endif +endif + pdbg_CFLAGS = -I$(top_srcdir)/libpdbg -Wall -Werror -DGIT_SHA1=\"${GIT_SHA1}\" \ $(ARCH_FLAGS) From patchwork Wed Nov 7 02:14:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994053 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQh4RDmz9sD4 for ; Wed, 7 Nov 2018 13:16:28 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="bVQx6Ood"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQh2HVNzF3Fk for ; Wed, 7 Nov 2018 13:16:28 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="bVQx6Ood"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP83kHDzF3Fv for ; Wed, 7 Nov 2018 13:15:08 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="bVQx6Ood"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP81JQ8z9sND; Wed, 7 Nov 2018 13:15:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556908; bh=HNSrLOOLFzgwSq5p3tXXImHby/U3tM2jT4ryI2RVOBw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bVQx6Ood6W8AZ1+neHopVzYhSiNvYxQzvcpqPwI87Yb5vVMX4LhahwT/w1jeqiEz8 ZPdSwZ9f2NTNKFnolZghrDypn6EGPnuLZDO8Igo5tPrKEqfwjAoJmiT6TPhGc4N6Vv GiEBgsRTMqFJOSdLxznllgHmuffQ58ADDmx13p8VtqgQmN8ce2NHMrFIski/PS9LZF ZPhwWr/y0vQfdyLCgAK1CyQEr+XVhQDrAUkzJdiMmwqYbF+N9+FZfqDGybz4eQUzbj jMrGepopNpA0FVWZIKCelzPp9FaTqJhUGE89EhDZ2NeJauG+mijAK9BIwcvVE3HxQ9 qnj9PvpJEh0Og== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:54 +1100 Message-Id: <20181107021456.1219553-9-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 08/10] Makefile: Redefine sources required for gdbserver X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index e7c9a35..be9b657 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,12 +65,6 @@ DT_headers = $(DT:.dts=.dt.h) optcmd_test_SOURCES = src/optcmd.c src/parsers.c src/tests/optcmd_test.c optcmd_test_CFLAGS = -Wall -g -if HAVE_RAGEL -extra_sources = src/gdb_parser.c -else -extra_sources = src/gdb_parser_precompile.c -endif - pdbg_SOURCES = \ src/cfam.c \ src/htm.c \ @@ -106,8 +100,11 @@ pdbg_CFLAGS = -I$(top_srcdir)/libpdbg -Wall -Werror -DGIT_SHA1=\"${GIT_SHA1}\" \ $(ARCH_FLAGS) if GDBSERVER -pdbg_SOURCES += \ - $(extra_sources) +if HAVE_RAGEL +pdbg_SOURCES += src/gdb_parser.c +else +pdbg_SOURCES += src/gdb_parser_precompile.c +endif else pdbg_CFLAGS += -DDISABLE_GDBSERVER endif From patchwork Wed Nov 7 02:14:55 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994054 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQl1z2hz9sD4 for ; Wed, 7 Nov 2018 13:16:31 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="ZgmAjEDR"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQl08xyzF3Fd for ; Wed, 7 Nov 2018 13:16:31 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="ZgmAjEDR"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP85xlzzF3G4 for ; Wed, 7 Nov 2018 13:15:08 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="ZgmAjEDR"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP83Njvz9sNF; Wed, 7 Nov 2018 13:15:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556908; bh=QWF/pmQ7bwX2xtjcQcNH+hr4TIaOr8Jdhn7JXaEeko8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZgmAjEDRQNwU8Doc5Gylt5jmMzuBh47pttDd14L2PPxaX+1KBn7Qb9Xmv1H/WnC5d 5tpOsohmNK/Vwyw6Th5ivUnL0rh1Sn0eb81nusSojKD+UUO6tdUiFhnpMFi94cwMSR f3Ggts1UO8KzgvevdRdNSQCqHV/uYYt04J8yJ5ECKm96274MabQgfuBIIOYAzNTtRN ciFzpJ0d0+6Dv35DvYoM7fWjfknHQcPQZZNE47pl8NYv/RROvOxvop1WcvybgM+a6v b9CIHm47wOv/BvMMGeDGyTEvfDuyAZRfUPjeG84TQLakoO3ljHsik2HyCuOd7++ozY 9GzGL8SytGVnA== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:55 +1100 Message-Id: <20181107021456.1219553-10-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 09/10] Makefile: Package src/gdb_parser.rl X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index be9b657..83c4a4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ EXTRA_DIST = \ p9z-fsi.dts.m4 \ template.S \ generate_dt_header.sh \ + src/gdb_parser.rl \ tests/driver.sh \ tests/run_test.sh \ tests/test_driver.sh \ From patchwork Wed Nov 7 02:14:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 994055 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42qVQp1jDVz9sND for ; Wed, 7 Nov 2018 13:16:34 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="W7XQHtOS"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42qVQn6WCZzF3G0 for ; Wed, 7 Nov 2018 13:16:33 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="W7XQHtOS"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42qVP90s4MzF3Fv for ; Wed, 7 Nov 2018 13:15:09 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="W7XQHtOS"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 42qVP85f5vz9sD4; Wed, 7 Nov 2018 13:15:08 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1541556908; bh=1oEHkxyB6we1Rkr20STz+RcESmq32FVcm0lFCl4JV3w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=W7XQHtOSV/+P332fgUPYhUQnvQUKC8IXinoenxG3ybVjaA2/vcPKwmfrxUntKC206 PptEEE0fejbugi90svGrZikpOqiC20IE1k2mLmHAdcVDfjMgs8SamoL45k1diz1vC7 KYGFtp7dQ6+cjwsJpX7wrn7iOOcQv1MAmtw9DzzIVPkL8qapXFy8nVWQgZpUEGLsMT /NC6gVVU2hGMhvmudI5CWYk/+LkNhZh1ky7xTKlS/EYwtPv/Nbu5zD8kgvJplpzHk/ qhvtgnaH/YfVM9Db/UqHnJEsw5M5x1JNFYERCmqO/Zjz/HMENd6HwIUTiScb7y09oQ V7xkCxTRXihVQ== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Wed, 7 Nov 2018 13:14:56 +1100 Message-Id: <20181107021456.1219553-11-amitay@ozlabs.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181107021456.1219553-1-amitay@ozlabs.org> References: <20181107021456.1219553-1-amitay@ozlabs.org> Subject: [Pdbg] [PATCH 10/10] Makefile: Order the libraries for make install to work X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs MIME-Version: 1.0 Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Signed-off-by: Amitay Isaacs --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 83c4a4d..41a030d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,7 +119,7 @@ pdbg_LDADD = $(DT_objects) libpdbg.la libccan.a \ pdbg_LDFLAGS = -Wl,--whole-archive,-lpdbg,--no-whole-archive -lib_LTLIBRARIES = libpdbg.la libfdt.la +lib_LTLIBRARIES = libfdt.la libpdbg.la libfdt_la_CFLAGS = -I$(top_srcdir)/libfdt libpdbg_la_CFLAGS = -I$(top_srcdir)/libfdt -Wall -Werror