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

* remote.c (remote_get_trace_status): Initialize p.
This commit is contained in:
Hui Zhu 2011-07-14 04:46:42 +00:00
parent 2dddba2e0e
commit f652de6f62
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-07-14 Hui Zhu <teawater@gmail.com>
* remote.c (remote_get_trace_status): Initialize p.
2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
Work around kgdb.

View File

@ -10042,7 +10042,7 @@ remote_trace_start (void)
static int
remote_get_trace_status (struct trace_status *ts)
{
char *p;
char *p = NULL;
/* FIXME we need to get register block size some other way. */
extern int trace_regblock_size;
volatile struct gdb_exception ex;