* remote.c (remote_get_threadinfo) : Support for remote
authorJohn Metzler <jmetzler@cygnus>
Fri, 13 Nov 1998 01:23:07 +0000 (01:23 +0000)
committerJohn Metzler <jmetzler@cygnus>
Fri, 13 Nov 1998 01:23:07 +0000 (01:23 +0000)
commit9ee5984468eca955f7fa9d27394c6939e3d1abb1
tree6a9830d5e75cca69816c84b2f47a3f67a47fe5a9
parentb91e1ec1e4c0c87fd144c013b9c1c44287ef0c45
  * 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.
gdb/ChangeLog
gdb/gdbthread.h
gdb/thread.c
This page took 0.024939 seconds and 4 git commands to generate.