From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17604 invoked by alias); 23 Oct 2014 22:01:47 -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 17594 invoked by uid 89); 23 Oct 2014 22:01:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f97.google.com Received: from mail-qg0-f97.google.com (HELO mail-qg0-f97.google.com) (209.85.192.97) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 23 Oct 2014 22:01:44 +0000 Received: by mail-qg0-f97.google.com with SMTP id z60so31448qgd.0 for ; Thu, 23 Oct 2014 15:01:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:thread-topic:thread-index :date:message-id:references:in-reply-to:accept-language :content-language:user-agent:content-type:content-id :content-transfer-encoding:mime-version; bh=VXuXAGkxSr5SjQ8GleiNE4AUO8K14Inrdgt4q4N5VXc=; b=hEpQhpvLGXXsZVkO8s+j0zElPFbftufiqmr4Zu4MlN/wSRwMM1B7ttRi1GYMEbNnok YEMvbv2X/KfbWhzjuWcxTWTgMLCZXj1e6o79N6RpoHc2X+r2drstuaNubPoVFSx2f0oX vllzYyXKiPCq8tVTJzlTrnclQqEz4DUy6A3FA8ZAH48CktTCLHinJCXLfyy63UZV1KX5 DY4ZwfFrsW8JmyOvCbBND3WGUJbopiG/3nND125TAYr/Ba4K6bLhsymqpjANfLC45Amt peju79UnH91Mm57V60JVqMWRRPd60wRL2yyJzdp8xlZ7NjZhx2aJLxtZJmQkefql1wIU ti0A== X-Gm-Message-State: ALoCoQnr0M77sCKoRQ8jvjQr9PLwOy1iiA3SlDvaDAoWFd3U0WRuD8K75fweEeG3ra1VbiSjzdk1kAWtKSEoIQoegX+cJoKZTg== X-Received: by 10.66.157.161 with SMTP id wn1mr482284pab.40.1414101702394; Thu, 23 Oct 2014 15:01:42 -0700 (PDT) Received: from smtp.slickedit.com (exprod7og109.obsmtp.com. [64.18.2.171]) by mx.google.com with SMTP id bv1sm465262pdb.0.2014.10.23.15.01.40 for ; Thu, 23 Oct 2014 15:01:42 -0700 (PDT) X-Relaying-Domain: slickedit.com Received: from smtp.slickedit.com ([97.65.130.18]) (using TLSv1) by exprod7ob109.postini.com ([64.18.6.12]) with SMTP ID DSNKVEl6xGgNnaTDmovNAKU9HBNZf/wnfyaH@postini.com; Thu, 23 Oct 2014 15:01:40 PDT Received: from smtp.slickedit.com ([fe80::44ef:a09:1d80:afbf]) by smtp.slickedit.com ([fe80::44ef:a09:1d80:afbf%11]) with mapi id 14.01.0438.000; Thu, 23 Oct 2014 18:01:39 -0400 From: Dennis Brueni To: Eli Zaretskii CC: "gdb-patches@sourceware.org" Subject: Re: PATCH: GDB/MI - implement -exec-abort Date: Thu, 23 Oct 2014 22:01:00 -0000 Message-ID: References: <83egty7c0d.fsf@gnu.org> In-Reply-To: <83egty7c0d.fsf@gnu.org> user-agent: Microsoft-MacOutlook/14.4.5.141003 Content-Type: text/plain; charset="iso-8859-1" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg00617.txt.bz2 gdb/NEWS: * MI Changes ** The -exec-abort command is now implemented. gdb/doc/ChangeLog 2014-10-23 Dennis Brueni * gdb.texinfo (GDB/MI Miscellaneous Commands): Revive -exec=ADabort documentation and add example. On 10/23/14, 1:43 PM, "Eli Zaretskii" wrote: >> From: Dennis Brueni >> CC: Dennis Brueni >> Date: Thu, 23 Oct 2014 20:25:21 +0000 >>=20 >> The -exec=ADabort command has been documented as the MI equivalent to the >>kill command since GDB 5.1, but it was never implemented. >>=20 >> This patch does that. > >Thanks. > >The documentation part is OK, with 2 comments: > > 1) I think this is NEWS-worthy > 2) Please fix the ChangeLog entry: > >> gdb/doc/ChangeLog >> 2014-10-23 Dennis Brueni >>=20 >> * doc/gdb.texinfo Revive -exec=ADabort documentation, add example. > >It should mention the node name as if it were a function.