From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27604 invoked by alias); 21 Mar 2005 17:23:22 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27528 invoked from network); 21 Mar 2005 17:23:09 -0000 Received: from unknown (HELO petasus.ch.intel.com) (143.182.124.5) by sourceware.org with SMTP; 21 Mar 2005 17:23:09 -0000 Received: from azsmsxvs040.ch.intel.com (azsmsxvs040.ch.intel.com [143.182.252.54]) by petasus.ch.intel.com (8.12.9-20030918-01/8.12.10/d: small-solo.mc,v 1.2 2004/09/17 18:05:04 root Exp $) with SMTP id j2LHQKoD006538 for ; Mon, 21 Mar 2005 17:26:57 GMT Received: from azsmsx331-2.ch.intel.com ([10.2.161.41]) by azsmsxvs040.ch.intel.com (SAVSMTP 3.1.7.47) with SMTP id M2005032110230625859 for ; Mon, 21 Mar 2005 10:23:06 -0700 Received: from azsmsx407.amr.corp.intel.com ([10.2.161.33]) by azsmsx331-2.ch.intel.com with Microsoft SMTPSVC(6.0.3790.211); Mon, 21 Mar 2005 10:23:05 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: DW_OP_piece and DW_OP_bit_piece support Date: Mon, 21 Mar 2005 17:23:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Thomson, Patrick S" To: X-OriginalArrivalTime: 21 Mar 2005 17:23:06.0018 (UTC) FILETIME=[A4F13820:01C52E3A] X-SW-Source: 2005-03/txt/msg00193.txt.bz2 Hi Folks, I'm looking for a little guidance/help with DW_OP_piece. Basically I need=20 to support DW_OP_piece pretty soon and was going to hack a solution for=20 local consumption until full piece support made its appearance in 6.5. However, I also need to support a variant of DW_OP_piece called DW_OP_bit_piece, which=20 would most likely make use of changes that are needed by piece.=20 >From what I can ascertain from the code and previous email streams, the=20 parts not implemented mostly deal with modifications for the value structure to handle the data being in chunks. Does anyone know what the proposed changes are? I'd like to be able write DW_OP_bit_piece=20 such that it is compatible with the DW_OP_piece changes. Thanks in advance! Pat Thomson=20 Intel