2011-07-15 Hui Zhu <teawater@gmail.com>

* remote.c (remote_get_trace_status): Add comments.
This commit is contained in:
Hui Zhu 2011-07-15 02:07:43 +00:00
parent 59b84450ff
commit 953b98d1cf
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-07-15 Hui Zhu <teawater@gmail.com>
* remote.c (remote_get_trace_status): Add comments.
2011-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
Code cleanup - constify struct lval_funcs.

View File

@ -10042,6 +10042,7 @@ remote_trace_start (void)
static int
remote_get_trace_status (struct trace_status *ts)
{
/* Initialize it just to avoid a GCC false warning. */
char *p = NULL;
/* FIXME we need to get register block size some other way. */
extern int trace_regblock_size;