From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59955 invoked by alias); 11 Nov 2015 16:49:48 -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 59942 invoked by uid 89); 11 Nov 2015 16:49:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f49.google.com Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 11 Nov 2015 16:49:46 +0000 Received: by wmvv187 with SMTP id v187so64811512wmv.1 for ; Wed, 11 Nov 2015 08:49:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.28.45.216 with SMTP id t207mr12925642wmt.89.1447260583180; Wed, 11 Nov 2015 08:49:43 -0800 (PST) Received: by 10.28.59.65 with HTTP; Wed, 11 Nov 2015 08:49:43 -0800 (PST) Date: Wed, 11 Nov 2015 16:49:00 -0000 Message-ID: Subject: remote supporting 'swbreak' and 'hwbreak' ? From: Juha Aaltonen To: gdb-mailing list Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00014.txt.bz2 If a remote 'agent' supports 'swbreak' and 'hwbreak', what's the correct "syntax" for T05-packet? And is 'hwbreak+' needed in qSupported response if only SW breakpoints and HW watchpoints are supported (not actual HW breakpoints)? I've tried 'T05swbreak" with and without single quotes around swbreak, and with and without colon, but gdb always complains about malformed packet. I'm using "GNU gdb (Debian 7.10-1) 7.10".