From: Daniel Jacobowitz Date: Sat, 28 May 2005 18:57:13 +0000 (+0000) Subject: From Wu Zhou : X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cedea75781cffbdf243b4e1f6e892dcd67620454;p=binutils-gdb.git From Wu Zhou : * remote.c (struct gdb_ext_thread_info): Fix a comment typo. (remote_unpack_thread_info_response): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e0d69d336c..92e8b4f52fb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2005-05-28 Daniel Jacobowitz + + From Wu Zhou : + * remote.c (struct gdb_ext_thread_info): Fix a comment typo. + (remote_unpack_thread_info_response): Likewise. + 2005-05-28 Daniel Jacobowitz * cli/cli-setshow.c (do_setshow_command): Partially revert previous diff --git a/gdb/remote.c b/gdb/remote.c index bc12efd26c3..f1d4a6989d1 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1114,7 +1114,7 @@ struct gdb_ext_thread_info int active; /* Has state interesting to GDB? regs, stack. */ char display[256]; /* Brief state display, name, - blocked/syspended. */ + blocked/suspended. */ char shortname[32]; /* To be used to name threads. */ char more_display[256]; /* Long info, statistics, queue depth, whatever. */ @@ -1489,7 +1489,7 @@ remote_unpack_thread_info_response (char *pkt, threadref *expectedref, int mask, length; unsigned int tag; threadref ref; - char *limit = pkt + (rs->remote_packet_size); /* plausable parsing limit */ + char *limit = pkt + (rs->remote_packet_size); /* plausible parsing limit */ int retval = 1; /* info->threadid = 0; FIXME: implement zero_threadref. */