From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12869 invoked by alias); 30 Jun 2016 17:19:12 -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 12860 invoked by uid 89); 30 Jun 2016 17:19:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=ribbon, zaretskii, Zaretskii, our X-HELO: mail-lf0-f41.google.com Received: from mail-lf0-f41.google.com (HELO mail-lf0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Jun 2016 17:19:01 +0000 Received: by mail-lf0-f41.google.com with SMTP id q132so60281318lfe.3 for ; Thu, 30 Jun 2016 10:19:01 -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=ihIsUOXjWDhAvoPKAnZLnsvjWZDjrCoTtYv2yUitXmQ=; b=Hf78rAIPCUprfHyQ/xkM3aWpVspbvv385nKj7fKWsIsJyq6DILeyHAdz5UJ+9govxc Yr4P/CwStOd/P/3IEcGqkPDFrrU0u7rFUFGheS9skjOtwjnYk5K/oHk19vx5hp5vjOSs 1x/otV+WL/e2qH+wYXnja3/KpXl/SCgheLa4H52JnPeKa4HWOH0anP3vrpo3bJsYPhbm 8Bvr+FnHfz+fuRWwLpc4G702lbFkKanrX566U0GSAu2/PcM4p/tq7bGuv1N6DZkeU9/G YGdkMbuWRy8AC1NXlieiL5bOjTJvBNKgUCQDUZ2jlZ2RDCUx8Rr5qfSgpbdR0DnacoyP +5bw== X-Gm-Message-State: ALyK8tKFhZ0XHVwaUWxlCsOXi52FQAI8UoHyhuYTdN+FtpcA0eDIuQREP7nY0mAR4eGPjg== X-Received: by 10.25.160.205 with SMTP id j196mr5545440lfe.47.1467307138487; Thu, 30 Jun 2016 10:18:58 -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 18sm1712976ljf.7.2016.06.30.10.18.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jun 2016 10:18:56 -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> From: LRN Message-ID: <6349c1ab-c4a3-f6d5-f61e-6f1f7e2dfcaf@gmail.com> Date: Thu, 30 Jun 2016 17:19:00 -0000 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: <83inwqve6d.fsf@gnu.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ef9IO1IkrQidb1viLXEAHtJ9de3s3hBga" X-SW-Source: 2016-06/txt/msg00557.txt.bz2 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ef9IO1IkrQidb1viLXEAHtJ9de3s3hBga Content-Type: multipart/mixed; boundary="7QSA9AUTOriQxHfCw9UBir6xOUTkKXEmI" From: LRN To: gdb-patches@sourceware.org Message-ID: <6349c1ab-c4a3-f6d5-f61e-6f1f7e2dfcaf@gmail.com> Subject: Re: [Bug win32/14529] Make gdb capable of JIT-debugging on W32 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> In-Reply-To: <83inwqve6d.fsf@gnu.org> --7QSA9AUTOriQxHfCw9UBir6xOUTkKXEmI Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 788 On 30.06.2016 19:23, Eli Zaretskii wrote: > On Thu, 30 Jun 2016 18:44:28 +0300, LRN wrote: >>> Thanks. The documentation change is approved, but please include a >>> NEWS entry, and also please show the ChangeLog entries for the >>> changes. >>> >> Attached the NEWS and ChangeLog patches. >=20 > Thanks, but please format the ChangeLog entries according to our > coding standards. You should be able to see many examples in the > repository. 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?)? Can't spot any other differences. --=20 O< ascii ribbon - stop html email! - www.asciiribbon.org --7QSA9AUTOriQxHfCw9UBir6xOUTkKXEmI-- --ef9IO1IkrQidb1viLXEAHtJ9de3s3hBga Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 473 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXdVR+AAoJEOs4Jb6SI2CwmJMIALS1xLCW0VNGmi7rg4zc9QOv qm+P8QqZEXq1snIKLPELYpDCo9X9wcv41p0EBDkMEU7DmIU7ySrHVN0TzTcOYDmH AR0pl9e/r+e+s9Z9L48AG1Y5NDkEu8ljrbGRcUFRsRsu7/AXIbO6OnIiXeGBRP0C j/sBChRCLBsnCMscRXO2Cek7YOlh4C7/D3exFfMDCJr5XsOvUxLvyC004xlqNE6l 4w+gh/zRhDWkSZEkIESD4WFn9QVXO729aeqC6/TthtZYIJA1kAmA/EPP04Chjf9c 45jsTdk8ObWshkaUDHA7HgbXsHg7yrTD0u83t8tLnIOtruUKDss69YjoOxs8/yo= =JqUd -----END PGP SIGNATURE----- --ef9IO1IkrQidb1viLXEAHtJ9de3s3hBga--