From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14652 invoked by alias); 10 Mar 2011 07:25:23 -0000 Received: (qmail 14637 invoked by uid 22791); 10 Mar 2011 07:25:22 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Mar 2011 07:25:19 +0000 Received: by iyf13 with SMTP id 13so1708423iyf.0 for ; Wed, 09 Mar 2011 23:25:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.141.8 with SMTP id m8mr9442126icu.355.1299741918023; Wed, 09 Mar 2011 23:25:18 -0800 (PST) Received: by 10.42.163.7 with HTTP; Wed, 9 Mar 2011 23:25:18 -0800 (PST) Date: Thu, 10 Mar 2011 07:25:00 -0000 Message-ID: Subject: Why no hwatch command in gdb ? From: robert song To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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 X-SW-Source: 2011-03/txt/msg00063.txt.bz2 Hi, everyone. In gdb command line, we can use break or hbreak to set breakpoint or hardware breakpoint. But I can only find watch command without hardware watch command, so why watchpoint and breakpoint command are not united? Regards, robert