From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 651 invoked by alias); 23 Nov 2018 10:17:12 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 615 invoked by uid 89); 23 Nov 2018 10:17:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=packet, Packet, H*Ad:D*protonmail.com X-HELO: mail-40133.protonmail.ch Received: from mail-40133.protonmail.ch (HELO mail-40133.protonmail.ch) (185.70.40.133) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Nov 2018 10:17:03 +0000 Date: Fri, 23 Nov 2018 10:17:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1542968220; bh=aytrbvRoj2mCSLhOWzQitOmIzdcyR6o2tf1xHTuAtqA=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=CTyR9oFgQ+OpECVftVqH5aqvWUkPmi8vrkwioTOfJjtWxiJCbop1wuhvJ0cLKZ4uc 234RXwUOsvdpuigW5rca2xpDh2lUK43DDDtmvljjfMrZ8+zjNw+p30hjZ0LmhTZ5OS 6Nmx7uUN3aKHsQdUAVx1jyHTO7jARBvihKqKBhsM= To: "gdb@sourceware.org" From: Mathieu Tarral Reply-To: Mathieu Tarral Subject: Minimum set of actions to support vCont Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-11/txt/msg00020.txt.bz2 Hi, I'm implementing the vCont packet in my stub, and so far, when I receive a vCont? packet, I reply with "vCont;c;s" since I support singlestep and continue. This implementation works in radare2, but it doesn't work with GDB: Sending packet: $vCont?#49...Packet received: vCont;c;s Packet vCont (verbose-resume) is NOT supported What is the minimal set of actions required to support vCont in GDB RSP ? Thanks. -- Mathieu Tarral Sent with ProtonMail Secure Email.