This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Allow gdb.Values to become callable if appropriate.


On 26/07/10 18:05, Eli Zaretskii wrote:
>> Date: Mon, 26 Jul 2010 10:17:10 +0100
>> From: Phil Muldoon <pmuldoon@redhat.com>
>>
>> +A @code{gdb.Value} that represents a function can be executed via
>> +inferior function call.  Any arguments provided to the call must match
>> +the function prototype of the function, and must be provided in the
>> +same order expected in that prototype.
> 
> Suggest a slight rewording:
> 
>     A @code{gdb.Value} that represents a function can be executed via
>     inferior function call.  Any arguments provided to the call must match
>     the function's prototype, and must be provided in the order specified
>     by that prototype.
> 
> Okay with those changes.


So committed

http://sourceware.org/ml/gdb-cvs/2010-07/msg00156.html

Thanks

Phil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]