This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Update NEWS to mention Python breakpoint events
- From: Tom Tromey <tom at tromey dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Wed, 03 Aug 2016 08:14:14 -0600
- Subject: Re: [RFA] Update NEWS to mention Python breakpoint events
- Authentication-results: sourceware.org; auth=none
- References: <1470178441-8269-1-git-send-email-tom@tromey.com> <838twemv6r.fsf@gnu.org>
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
>> From: Tom Tromey <tom@tromey.com>
>> Cc: Tom Tromey <tom@tromey.com>
>> Date: Tue, 2 Aug 2016 16:54:01 -0600
>>
>> An earlier patch added three new breakpoint-related events to the
>> Python API. However, at that time, I forgot to update NEWS. This
>> patch supplies the missing entry.
>>
>> 2016-08-02 Tom Tromey <tom@tromey.com>
>>
>> * NEWS: Mention new Python breakpoint events.
Eli> OK.
Thanks. I plan to put this on the 7.12 branch as well.
Tom