projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b8445
)
2011-07-15 Hui Zhu <teawater@gmail.com>
author
Hui Zhu
<teawater@gmail.com>
Fri, 15 Jul 2011 02:07:43 +0000
(
02:07
+0000)
committer
Hui Zhu
<teawater@gmail.com>
Fri, 15 Jul 2011 02:07:43 +0000
(
02:07
+0000)
* remote.c (remote_get_trace_status): Add comments.
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index
f0cc501
..
20b723e
100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/remote.c
b/gdb/remote.c
index
05a3dc8
..
cbc7daa
100644
(file)
--- a/
gdb/remote.c
+++ b/
gdb/remote.c
@@
-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;