Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* New ARI warning Sun Mar  4 01:53:53 UTC 2012
@ 2012-03-04  1:54 GDB Administrator
  2012-03-04  3:29 ` Yao Qi
  0 siblings, 1 reply; 3+ messages in thread
From: GDB Administrator @ 2012-03-04  1:54 UTC (permalink / raw)
  To: gdb-patches

114a115,123
> gdb/common/agent.c:138: gettext: _ markup: All messages should be marked up with _.
gdb/common/agent.c:138:	  warning ("Error reading helper thread's id in lib");
> gdb/common/agent.c:174: gettext: _ markup: All messages should be marked up with _.
gdb/common/agent.c:174:      warning ("error opening sync socket: %s\n", strerror (errno));
gdb/common/agent.c:174:      warning (', strerror (errno));
> gdb/common/agent.c:174: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/agent.c:174:      warning ("error opening sync socket: %s\n", strerror (errno));
gdb/common/agent.c:174:      warning (', strerror (errno));
> gdb/common/agent.c:183: gettext: _ markup: All messages should be marked up with _.
gdb/common/agent.c:183:      warning ("string overflow allocating socket name\n");
> gdb/common/agent.c:191: gettext: _ markup: All messages should be marked up with _.
gdb/common/agent.c:191:      warning ("error connecting sync socket (%s): %s. "
> gdb/common/agent.c:193: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/agent.c:193:	       path, strerror (errno));
> gdb/common/agent.c:227: gettext: _ markup: All messages should be marked up with _.
gdb/common/agent.c:227:      warning ("unable to write");
> gdb/common/agent.c:313: gettext: _ markup: All messages should be marked up with _.
gdb/common/agent.c:313:	  warning ("Error reading command response");
> gdb/common/agent.c:345: gettext: _ markup: All messages should be marked up with _.
gdb/common/agent.c:345:	warning ("Error reading capability of agent");
784a794
> gdb/remote.c:10757: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10757:      sprintf (rs->buf, ', use);


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-07 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-04  1:54 New ARI warning Sun Mar 4 01:53:53 UTC 2012 GDB Administrator
2012-03-04  3:29 ` Yao Qi
2012-03-07 16:09   ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox