From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1277 invoked by alias); 17 Dec 2019 13:00:06 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 1192 invoked by uid 89); 17 Dec 2019 13:00:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:278, H*f:sk:AM0PR08, person X-HELO: EUR05-DB8-obe.outbound.protection.outlook.com Received: from mail-db8eur05olkn2101.outbound.protection.outlook.com (HELO EUR05-DB8-obe.outbound.protection.outlook.com) (40.92.89.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Dec 2019 13:00:02 +0000 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=W1/7rWXdzNCpDH3sAvcRat/WLSmRmMs627gHt4qgfhAXEsg9Ec6bIPZ3v64R32AMj/4qnVXBJ4pR9OpiPd1eiBYrpEdJcywqCGlm/4iV2hguKHgAxMTP/z8xeM6i9Iq7AcfTHuijwE+LCXmew4OJBmeRppfBZlmVzbxVjouqOMXBE86sPCR5DR1h/P4YonYlD2TAvj4AjXPwbCbz+5P96koIAdlyP/DAdAuQi65F33uSlLADzUFFm7D8bAahcZZ2WPxcANV0rsT5Ga/Ix1R/VTchGRAhfiaXCKrOByUqkm+Vo/hUqYnkr1E4/VWCZ6uL+/bM9ZovkU3drvnRAOSL8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=CZDsmLSe7IApyo1erxOjSYTyIbjwDmCDpbMOhspZzhQ=; b=MhOgcIp+RVqyqLfbxG/g1vXt1ro8qdc9UGEsouz25PyjgaY/qT1B2UrwLcbvwW4tz/KxiTwa+v9ZVUQ5ovIJL32D3dpuOuKaEayHjQt9byd1UMKpjnxn0KnX06irIYBSotDOxDeH9P28FBKcE+WLV3VtywWndRC1rKUTOoLUyvMf91w6Z3Ss2lCB/oZvX8XBvr08Faio3ROC0tQIBiZMPYlYP1LdjwWN2TM4wyPZpjyJgwK6aH5h0HThL8zYoE43zE+kNtv6v/jeifko/unn5TQ329tWp0PI7EOwKMPW36M6rPfxnwLn+4wDDOpoS1azuOqxoMaTD3IXCtg6AfA/mA== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none Received: from AM6EUR05FT033.eop-eur05.prod.protection.outlook.com (10.233.240.54) by AM6EUR05HT113.eop-eur05.prod.protection.outlook.com (10.233.241.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2538.14; Tue, 17 Dec 2019 13:00:00 +0000 Received: from AM0PR08MB3714.eurprd08.prod.outlook.com (10.233.240.60) by AM6EUR05FT033.mail.protection.outlook.com (10.233.241.17) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2538.14 via Frontend Transport; Tue, 17 Dec 2019 13:00:00 +0000 Received: from AM0PR08MB3714.eurprd08.prod.outlook.com ([fe80::8dd1:fb18:6271:f769]) by AM0PR08MB3714.eurprd08.prod.outlook.com ([fe80::8dd1:fb18:6271:f769%7]) with mapi id 15.20.2538.019; Tue, 17 Dec 2019 13:00:00 +0000 From: Bernd Edlinger To: Simon Marchi , Pedro Alves , "gdb-patches@sourceware.org" Subject: Re: [PATCHv6] Make "skip" work on inline frames Date: Tue, 17 Dec 2019 13:00:00 -0000 Message-ID: References: <215bbf9c-4c3c-5cd2-c657-51aa7262f234@simark.ca> <8d5b880e-12f2-11ac-1bfe-82941f64369b@simark.ca> <7cc09703-1d47-2598-05f1-57199289d31a@simark.ca> <6dfa48bd-26c1-e792-03e6-6bdb81d1b368@simark.ca> In-Reply-To: x-microsoft-original-message-id: x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="Windows-1252" Content-ID: <4FF379A9F3C3DE468AB97DAA01173716@eurprd08.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2019-12/txt/msg00742.txt.bz2 On 12/17/19 3:00 AM, Simon Marchi wrote: >=20 > Ok, I'll push this one. In case you want an account, the form is there, = you > can mention me as the person who approved your access. >=20 Will do. Thanks a lot for you review. Bernd.