aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Metzler <jmetzler@cygnus>1998-11-13 01:23:07 +0000
committerJohn Metzler <jmetzler@cygnus>1998-11-13 01:23:07 +0000
commit9ee5984468eca955f7fa9d27394c6939e3d1abb1 (patch)
tree6a9830d5e75cca69816c84b2f47a3f67a47fe5a9 /gdb/ChangeLog
parentb91e1ec1e4c0c87fd144c013b9c1c44287ef0c45 (diff)
downloadgdb-9ee5984468eca955f7fa9d27394c6939e3d1abb1.zip
gdb-9ee5984468eca955f7fa9d27394c6939e3d1abb1.tar.gz
gdb-9ee5984468eca955f7fa9d27394c6939e3d1abb1.tar.bz2
* remote.c (remote_get_threadinfo) : Support for remote
multithread debugging. (remote_get_threadlist) : get a partial list of threads (remote_threadlist_iterator) : Step through all the threads (init_remote_threadtests) : Optional builtin unit test commands. * thread.c (bind_target_thread_vector) : Implementa a more dynamic way of accessing target specific thread info functions than FIND_NEW_THREADS. (target_thread_info) : Function to get extended thread information. * gdbthread.h : Export internal data structures corresponding to external detailed thread info response. This is more like a 'ps' command than what might be expected of host based threads. This is for embedded systems.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f579265..ff52c28 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,21 @@
+Thu Nov 12 17:19:43 1998 John Metzler <jmetzler@cygnus.com>
+
+ * remote.c (remote_get_threadinfo) : Support for remote
+ multithread debugging.
+ (remote_get_threadlist) : get a partial list of threads
+ (remote_threadlist_iterator) : Step through all the threads
+ (init_remote_threadtests) : Optional builtin unit test commands.
+
+ * thread.c (bind_target_thread_vector) : Implementa a more dynamic
+ way of accessing target specific thread info functions than
+ FIND_NEW_THREADS.
+ (target_thread_info) : Function to get extended thread information.
+
+ * gdbthread.h : Export internal data structures corresponding to
+ external detailed thread info response. This is more like a 'ps'
+ command than what might be expected of host based threads. This
+ is for embedded systems.
+
Mon Nov 9 12:00:36 1998 Dave Brolley <brolley@cygnus.com>
* config/fr30/fr30.mt: New file.