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: [RFC/RFA] Add support for catch Ada exceptions (take 2)


On Tue, Jan 02, 2007 at 09:45:23AM +0400, Joel Brobecker wrote:
> I prefer this solution over using xsnprintf as suggested by Mark,
> because we then introduce an arbitrary constant. But it's only a mild
> preference, however, so let me know if you prefer it like this:
> 
>    char msg[512];
>    xsnprintf (msg, sizeof (msg), _("`%s' Ada exception"), b->addr_string);

You could use xstrprintf instead.

-- 
Daniel Jacobowitz
CodeSourcery


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