mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-12 20:03:45 +08:00
2011-07-14 Hui Zhu <teawater@gmail.com>
* remote.c (remote_get_trace_status): Initialize p.
This commit is contained in:
parent
2dddba2e0e
commit
f652de6f62
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user