This is the mail archive of the gdb@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: MI error msgs and localization


 > 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


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