This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] record_latest_value: Call release_value_or_incref instead of release_value
- From: ludo at gnu dot org (Ludovic CourtÃs)
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: Doug Evans <xdje42 at gmail dot com>, gdb-patches at sourceware dot org
- Date: Mon, 03 Mar 2014 16:50:47 +0100
- Subject: Re: [PATCH] record_latest_value: Call release_value_or_incref instead of release_value
- Authentication-results: sourceware.org; auth=none
- References: <m3zjl7u8ik dot fsf at sspiff dot org> <87wqgbsktg dot fsf at gnu dot org> <20140303132336 dot GC4893 at adacore dot com>
Joel Brobecker <brobecker@adacore.com> skribis:
>> --8<---------------cut here---------------start------------->8---
>> (gdb) guile (use-modules (gdb))
>
> Following the example of Python, shouldn't this be implicit?
Either way is fine with me.
I think Dougâs concern was about clashes, for instance because the (gdb)
module exports âsymbol?â, which has nothing to do with Guileâs âsymbol?â.
Ludoâ.