From patchwork Thu Jun 30 19:13:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: LRN X-Patchwork-Id: 13532 Received: (qmail 102703 invoked by alias); 30 Jun 2016 19:14:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 102686 invoked by uid 89); 30 Jun 2016 19:14:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=0.9 required=5.0 tests=AWL, BAYES_00, BODY_8BITS, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GARBLED_BODY, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 spammy==d0=be=d0=b2, =d0=bb=d0=b0=d1, 20160625, rustlangc?= X-HELO: mail-lf0-f51.google.com Received: from mail-lf0-f51.google.com (HELO mail-lf0-f51.google.com) (209.85.215.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Jun 2016 19:13:51 +0000 Received: by mail-lf0-f51.google.com with SMTP id h129so62367971lfh.1 for ; Thu, 30 Jun 2016 12:13:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=v605S6ANffoR0QCXwA1rzsVy4gEcR20uXSueWupm+Ak=; b=CYM8q2X/P5C7CYNhMIvwPvFDUIYImHYYZJAcJ7f2TYT4EZQfN7EXT+LkffeudKRrkP i5nmOnJQX2IJFNSfNC6kKWyEIOeou/nrvLuGoQ3QiFjfpQYVABWXzfM7iUq1UlySn5iL nkvNxK/Bpq+U1ColC2n4sdqSjfdKb4qi02q+b8HihltKtKXUG/I8auU67VTwsQaG9PLf kIw/38vVa+Ipkk0VUtNh3SiNuzcvV+c9Mi7XGrMz7zaUafsci3bE13YVpyDmzh60iiMT UizYq9mwFl+QEzz7GqqfN64bM1OuL1tULIh0mIblKj7WTvYc0El75HYeZfNIa6YAaqs3 Rgvw== X-Gm-Message-State: ALyK8tLxull5tk83B3Q47L8dxvDOLC8ctrJKUR3TsVRMpeUi+YMoGKAO1fccAIEuFm7jcg== X-Received: by 10.25.16.96 with SMTP id f93mr5584699lfi.114.1467314027994; Thu, 30 Jun 2016 12:13:47 -0700 (PDT) Received: from [192.168.4.39] (broadband-95-84-200-6.nationalcablenetworks.ru. [95.84.200.6]) by smtp.gmail.com with ESMTPSA id h10sm1694700ljh.38.2016.06.30.12.13.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jun 2016 12:13:47 -0700 (PDT) Subject: Re: [Bug win32/14529] Make gdb capable of JIT-debugging on W32 To: gdb-patches@sourceware.org References: <503E575D.1000608@gmail.com> <506A1DB5.60901@gmail.com> <20121002124819.GB3028@adacore.com> <506AE4C6.9010304@gmail.com> <4be546e0-7811-6f51-e5a4-d441e8a9d16a@gmail.com> <83oa6ivgve.fsf@gnu.org> <83inwqve6d.fsf@gnu.org> <6349c1ab-c4a3-f6d5-f61e-6f1f7e2dfcaf@gmail.com> <83eg7evajb.fsf@gnu.org> <2af222f0-f7d9-f0b4-b1cf-8b2d78f777fd@gmail.com> <838txmv72f.fsf@gnu.org> From: LRN Message-ID: <0896c322-0ac9-b60e-daaf-09355307e19b@gmail.com> Date: Thu, 30 Jun 2016 22:13:43 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:49.0) Gecko/20100101 Thunderbird/49.0a1 MIME-Version: 1.0 In-Reply-To: <838txmv72f.fsf@gnu.org> On 30.06.2016 21:56, Eli Zaretskii wrote: > On Thu, 30 Jun 2016 21:36:12 +0300, LRN wrote: >> On 30.06.2016 20:42, Eli Zaretskii wrote: >>> On Thu, 30 Jun 2016 20:18:52 +0300, LRN wrote: >>>> I did. What did i do wrong? Had a single space (instead of two spaces) >>>> after the name? Used "Fix PR gdb/14529" at the end instead of "PR >>>> gdb/14529" at the beginning? No function name in parentheses (should >>>> it have been signal_event_command?)? >>> >>> The latter. >>> >> >> Fixed patches attached. > > Thanks. One last nit is that the ChangeLog entry for gdb.texinfo > should also state a "function name", which is the node name where you > made the changes. > Fixed patch is attached. diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e98a565..3822d2c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2016-06-30 Руслан Ижбулатов + + PR gdb/14529 + * windows-nat.c (signal_event_command): New command + 'signal-event' for W32 compatibility. + * gdb.texinfo (Cygwin Native): document the new 'signal-event' + command. + * NEWS: Add an entry about the new 'signal-event' command. + 2016-06-25 Tom Tromey * rust-lang.c (rust_get_disr_info, rust_print_type): Fix