This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/5] Return error code in get_number
- From: Yao Qi <yao at codesourcery dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Mon, 17 Mar 2014 08:49:04 +0800
- Subject: Re: [PATCH 0/5] Return error code in get_number
- Authentication-results: sourceware.org; auth=none
- References: <1394677950-4054-1-git-send-email-yao at codesourcery dot com> <87d2hqku59 dot fsf at fleche dot redhat dot com> <532253C8 dot 7050507 at codesourcery dot com> <87lhwckfq8 dot fsf at fleche dot redhat dot com>
On 03/14/2014 10:38 PM, Tom Tromey wrote:
> It seems to me that an MI client already knows all the breakpoint
> numbers. I'm having trouble picturing the scenario where I'd want my MI
> client to use a convenience variable instead.
This facilitates writing MI test cases that we don't have to hard-code
breakpoint numbers anymore. Keith pointed this out in the review
https://sourceware.org/ml/gdb-patches/2014-01/msg00824.html and I think
that is good to have, so I write this patch series. Can this justify
the changes in this series?
--
Yao (éå)