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.


> 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.

Thanks.


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