diff options
author | Yao Qi <yao@codesourcery.com> | 2011-05-26 15:49:26 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-05-26 15:49:26 +0000 |
commit | 6938fd346aa1288a347422e96a6bc50f2673a51f (patch) | |
tree | 62ad86915825a8abf1081f298b323c0ab635e1f4 /gdb/ChangeLog | |
parent | 9da8c2a0faa07d6b876397bdb3e87509897c68cd (diff) | |
download | gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.zip gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.tar.gz gdb-6938fd346aa1288a347422e96a6bc50f2673a51f.tar.bz2 |
2011-05-26 Yao Qi <yao@codesourcery.com>
gdb/
* gdb_thread_db.h: Delete. Move to ...
* common/gdb_thread_db.h: ... here.
gdb/gdbserver/
* Makefile.in (thread-db.o): Track dependence to
common/gdb_thread_db.h.
* thread-db.c: include gdb_thread_db.h from right place.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6dae1df..ad46da1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-05-26 Yao Qi <yao@codesourcery.com> + + * gdb_thread_db.h: Delete. Move to ... + * common/gdb_thread_db.h: ... here. + 2011-05-26 Pedro Alves <pedro@codesourcery.com> * infcmd.c (finish_backward): Set a step-resume breakpoint at the |