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 ESMTPS id 182213857360 for ; Thu, 20 Oct 2022 02:42:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 182213857360 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-228-26tR5tGoOm2HlsJRAat1YQ-1; Wed, 19 Oct 2022 22:42:32 -0400 X-MC-Unique: 26tR5tGoOm2HlsJRAat1YQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 55AF82A2AD64; Thu, 20 Oct 2022 02:42:32 +0000 (UTC) Received: from f35-zws-1 (unknown [10.2.17.47]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 102DB40C94EE; Thu, 20 Oct 2022 02:42:24 +0000 (UTC) Date: Wed, 19 Oct 2022 19:42:20 -0700 From: Kevin Buettner To: John Baldwin Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 2/2] Test stepping within a runtime loader / dynamic linker Message-ID: <20221019194220.34415484@f35-zws-1> In-Reply-To: References: <20221008035716.46147-1-kevinb@redhat.com> <20221008035716.46147-3-kevinb@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2022 02:42:38 -0000 On Mon, 10 Oct 2022 11:45:03 -0700 John Baldwin wrote: > In terms of the feature, this is indeed useful (I sometimes need to > step inside rtld myself). I think your implementation in patch 1 makes > sense. Thanks for looking it over. I've pushed this series. Kevin