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.129.124]) by sourceware.org (Postfix) with ESMTPS id 98BFC3858404 for ; Mon, 15 Aug 2022 12:50:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 98BFC3858404 Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-553-TYA_tdOiNjSOkMmR5jIi1w-1; Mon, 15 Aug 2022 08:50:06 -0400 X-MC-Unique: TYA_tdOiNjSOkMmR5jIi1w-1 Received: by mail-wr1-f69.google.com with SMTP id p9-20020adfba89000000b002238405b027so1164641wrg.17 for ; Mon, 15 Aug 2022 05:50:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=yhGQvzf7/Xn+XUTzkAH43mg6b0phnsW0Sac97J+N9Hw=; b=n8Kji5pgu14ebMTbJSXy7Yfq8ShjXtcemYs9tZZoH8mO2mQ4cVOXKN4EFVMBSckikp 9M1i1KX54L/Bp496GX+neybBpsc0eC69xQV/RjFQ6ZuJefCdxYc2hmFoZoCiyqfW0eeO ICjNnxvFlxNkeoc+cIVFidRc2yRiDwz5NmSc5RJ0FKbd56d5IMlNArRR/lprkt/kc/oe xXwz/UzcKDQJjc6O7chOmOSISSt/Yr2HtRytLABu4DfEPF38Sh/rHA1qjLLCoGSKsdbY KN6XAtPwQvUyypgEgK5YcLVs1YaQRYbuxF49+zOS0QYPKofQRyff/Rrq1pX5frorhHAV 4Egg== X-Gm-Message-State: ACgBeo1AFzzgi5c78VI1MsP5PmjJUz12rqDZc8MQvyKm7XNYvc+UyJ6W z1JvVOvUs8uBFNlRNo/6/meJ+Opd6IflyQ5SkWMGg9VmzlVCob3uF4+ecdiRIWBJkU+8cuZ1S9j 59m6ujI6x3cBz+i9ZTw== X-Received: by 2002:a5d:6f17:0:b0:225:325:59cd with SMTP id ay23-20020a5d6f17000000b00225032559cdmr3074377wrb.83.1660567805669; Mon, 15 Aug 2022 05:50:05 -0700 (PDT) X-Google-Smtp-Source: AA6agR7Q8QOY60xnlkBBmWBGuLU24hCiWhdjuxv4ajLKmykZB9kqoKoyCanTUwj7l4R4+bTN6bgVSg== X-Received: by 2002:a5d:6f17:0:b0:225:325:59cd with SMTP id ay23-20020a5d6f17000000b00225032559cdmr3074373wrb.83.1660567805526; Mon, 15 Aug 2022 05:50:05 -0700 (PDT) Received: from [192.168.1.6] (adsl-2-solo-236-177.claranet.co.uk. [80.168.236.177]) by smtp.gmail.com with ESMTPSA id b21-20020a05600c4e1500b003a50924f1c0sm9350214wmq.18.2022.08.15.05.50.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 15 Aug 2022 05:50:05 -0700 (PDT) Message-ID: <00cc7a4e-e32a-75d0-2082-97bb1e318c6e@redhat.com> Date: Mon, 15 Aug 2022 13:50:04 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH,V6 05/10] libctfframe: add GNU poke pickles for CTF Frame To: Indu Bhagat , binutils@sourceware.org References: <20220802080452.1143351-1-indu.bhagat@oracle.com> <20220802080452.1143351-6-indu.bhagat@oracle.com> From: Nick Clifton In-Reply-To: <20220802080452.1143351-6-indu.bhagat@oracle.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2022 12:50:12 -0000 Hi Indu, > If you want to use these pickles in GNU poke, following is one way to > use the pickles. Nothing to say on this patch really. I assume that it works, but being unfamiliar with GNU poke, I do not really know how to test it. Cheers Nick