diff options
author | Pedro Alves <palves@redhat.com> | 2008-08-08 02:45:11 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-08-08 02:45:11 +0000 |
commit | 4d6c6261a1ae337658ca23b095b2fd610b1615b2 (patch) | |
tree | 5a4d8aafdc87a13a447faa1c478c3d2bcd1f5841 /gdb/ChangeLog | |
parent | e5ef4d7558872f9f1987c3982ee7d7c9fdb5a6e0 (diff) | |
download | gdb-4d6c6261a1ae337658ca23b095b2fd610b1615b2.zip gdb-4d6c6261a1ae337658ca23b095b2fd610b1615b2.tar.gz gdb-4d6c6261a1ae337658ca23b095b2fd610b1615b2.tar.bz2 |
* remote-m32r-sdi.c (m32r_thread_alive, m32r_pid_to_str): New.
(init_m32r_ops): Register m32r_thread_alive and m32r_pid_to_str.
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 6df70f2..5317a08 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-08-08 Pedro Alves <pedro@codesourcery.com> + * remote-m32r-sdi.c (m32r_thread_alive, m32r_pid_to_str): New. + (init_m32r_ops): Register m32r_thread_alive and m32r_pid_to_str. + +2008-08-08 Pedro Alves <pedro@codesourcery.com> + * remote-m32r-sdi.c: Include "gdbthread.h". (remote_m32r_ptid): New. (m32r_close): Delete the main thread. |