This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/2] Make breakpoint handling in record-full idempotent
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Luis Machado <lgustavo at codesourcery dot com>
- Cc: Yao Qi <qiyaoltc at gmail dot com>, <gdb-patches at sourceware dot org>
- Date: Wed, 06 Apr 2016 09:50:30 +0100
- Subject: Re: [PATCH 2/2] Make breakpoint handling in record-full idempotent
- Authentication-results: sourceware.org; auth=none
- References: <1459759138-1494-1-git-send-email-yao dot qi at linaro dot org> <1459759138-1494-3-git-send-email-yao dot qi at linaro dot org> <570426E4 dot 8090901 at codesourcery dot com>
Luis Machado <lgustavo@codesourcery.com> writes:
Hi Luis,
>> + /* Find any existing entries. */
>
> Should this say...
>
> /* Make sure there are no duplicate breakpoint entries. */
>
> ... instead?
I put tow comments together,
/* Use the existing entries if found in order to avoid duplication
in record_full_breakpoints. */
--
Yao (éå)