mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
2011-07-15 Hui Zhu <teawater@gmail.com>
* remote.c (remote_get_trace_status): Add comments.
This commit is contained in:
@ -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.
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user