From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: fnasser@cygnus.com Cc: gdb@sources.redhat.com Subject: Re: RFC: gdbglobals.[ch] Date: Wed, 13 Dec 2000 03:41:00 -0000 Message-id: <200012131141.GAA14558@indy.delorie.com> References: <3A368138.A7360C4A@cygnus.com> X-SW-Source: 2000-12/msg00080.html > Date: Tue, 12 Dec 2000 14:49:12 -0500 > From: Fernando Nasser > > 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.