From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id 2A8873864844 for ; Wed, 18 Aug 2021 19:26:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2A8873864844 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-572-c10qzxQtO46rKlfVKd1GJw-1; Wed, 18 Aug 2021 15:26:45 -0400 X-MC-Unique: c10qzxQtO46rKlfVKd1GJw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9D7AB100F762 for ; Wed, 18 Aug 2021 19:26:44 +0000 (UTC) Received: from guittard.uglyboxes.com (ovpn-115-36.phx2.redhat.com [10.3.115.36]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7699D60C81 for ; Wed, 18 Aug 2021 19:26:44 +0000 (UTC) From: Keith Seitz To: bunsen@sourceware.org Subject: Fix GDB data imports Date: Wed, 18 Aug 2021 12:26:35 -0700 Message-Id: <20210818192639.2362335-1-keiths@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: bunsen@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bunsen mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 19:26:48 -0000 This series of patches addresses a number of problems I've discovered while attempting to verify Bunsen imports of test data that I've been collecting for a couple of years. With these patches, I can now import the data from my eleven test runs and reliably verify that I can effectively recreate gdb.sum using the data recorded in Bunsen. Keith PS. I believe I should have commit privileges to the Bunsen repo; I just need these patches reviewed/approved.