From Wu Zhou <woodzltc@cn.ibm.com>:

* remote.c (struct gdb_ext_thread_info): Fix a comment typo.
	(remote_unpack_thread_info_response): Likewise.
This commit is contained in:
Daniel Jacobowitz 2005-05-28 18:57:13 +00:00
parent 3b113db73f
commit cedea75781
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
From Wu Zhou <woodzltc@cn.ibm.com>:
* remote.c (struct gdb_ext_thread_info): Fix a comment typo.
(remote_unpack_thread_info_response): Likewise.
2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
* cli/cli-setshow.c (do_setshow_command): Partially revert previous

View File

@ -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. */