From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17188 invoked by alias); 10 Mar 2014 07:46:09 -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 17176 invoked by uid 89); 10 Mar 2014 07:46:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f173.google.com Received: from mail-ob0-f173.google.com (HELO mail-ob0-f173.google.com) (209.85.214.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 10 Mar 2014 07:46:06 +0000 Received: by mail-ob0-f173.google.com with SMTP id gq1so6535975obb.4 for ; Mon, 10 Mar 2014 00:46:04 -0700 (PDT) X-Received: by 10.182.29.98 with SMTP id j2mr27110232obh.30.1394437564551; Mon, 10 Mar 2014 00:46:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.22.41 with HTTP; Mon, 10 Mar 2014 00:45:24 -0700 (PDT) In-Reply-To: References: <531C0AB2.1000906@mentor.com> From: Hui Zhu Date: Mon, 10 Mar 2014 07:46:00 -0000 Message-ID: Subject: Re: [PATCH] Remove "hardware" from comments of "target_insert_breakpoint" To: Doug Evans Cc: Hui Zhu , gdb-patches ml Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00230.txt.bz2 On Mon, Mar 10, 2014 at 2:04 PM, Doug Evans wrote: > On Sat, Mar 8, 2014 at 10:31 PM, Hui Zhu wrote: >> This function is for simple breakpoint. So I post a patch to remove >> "hardware". >> >> Thanks, >> Hui >> >> 2014-03-09 Hui Zhu >> >> * target.h (target_insert_breakpoint): Remove "hardware" from its >> comments. > > Hi. > Fine by me. Thanks. Thanks. Committed as https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=7d03f2eb64305b386f2ae8b733e0a2a143fd4ffd Best, Hui