This is the mail archive of the gdb@sources.redhat.com 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]

Re: RFC: gdbglobals.[ch]


> Date: Tue, 12 Dec 2000 14:49:12 -0500
> From: Fernando Nasser <fnasser@cygnus.com>
>
> enum var_types
>   {

Why is a `double' missing from this enum?

> /* Obtain the current value of a global. */
> 
> extern gdb_global_rc
>            gdb_global_get_value (gdb_global_handle global, char **cur_val);

Shouldn't the last argument be a "void **"?

> /* Set a new value in a global and notify consumers. */
> 
> extern gdb_global_rc
>            gdb_global_set_value (, char *new_val);

Something (a handle?) is missing here.

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