MI error msgs and localization
Nick Roberts
nickrob@snap.net.nz
Wed Feb 15 04:48:00 GMT 2006
> Please don't. If you need to pass two arguments to error, make a
> two-argument version :-)
>
> Passing arguments by globals is bad news.
Well that's what is already done in mi-main.c, although admittedly the other
mi files use error. More importantly, how do you propagate two messages
back up the stack when gdb_exception only allows one?
(top-gdb) ptype e
type = struct gdb_exception {
enum return_reason reason;
enum errors error;
const char *message;
}
--
Nick http://www.inet.net.nz/~nickrob
More information about the Gdb
mailing list