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]

New ARI warning Sun Mar 4 01:53:53 UTC 2012


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);


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