From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28040 invoked by alias); 8 Nov 2015 13:18:06 -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 27985 invoked by uid 89); 8 Nov 2015 13:18:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 08 Nov 2015 13:18:03 +0000 Received: by wmec201 with SMTP id c201so53452960wme.0 for ; Sun, 08 Nov 2015 05:18:00 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.28.55.76 with SMTP id e73mr21695174wma.89.1446988680554; Sun, 08 Nov 2015 05:18:00 -0800 (PST) Received: by 10.28.59.65 with HTTP; Sun, 8 Nov 2015 05:18:00 -0800 (PST) Date: Sun, 08 Nov 2015 13:18:00 -0000 Message-ID: Subject: remote watchpoint From: Juha Aaltonen To: gdb-mailing list Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00007.txt.bz2 How does a remote server/stub tell gdb which watchpoint fired? Also, how does gdb know how many breakpoints/watchpoints are available?