aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-02-13 01:13:54 +0000
committerDoug Evans <dje@google.com>2010-02-13 01:13:54 +0000
commit6076632b700e20fbb180fd582ed892ed3d0c2d91 (patch)
tree321a3ccc1f22f9b550cd084f8604293acc4f579f /gdb/gdbserver/ChangeLog
parent0da6fa6c5b5a2b4fc5b64fbae25ccd9509210860 (diff)
downloadgdb-6076632b700e20fbb180fd582ed892ed3d0c2d91.zip
gdb-6076632b700e20fbb180fd582ed892ed3d0c2d91.tar.gz
gdb-6076632b700e20fbb180fd582ed892ed3d0c2d91.tar.bz2
* linux-low.c (linux_supports_tracefork_flag): Document.
(linux_look_up_symbols): Add comment.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index ac6af76..fb968eb 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-12 Doug Evans <dje@google.com>
+
+ * linux-low.c (linux_supports_tracefork_flag): Document.
+ (linux_look_up_symbols): Add comment.
+
2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
* regcache.c (supply_register): Clear regcache if buf is NULL.