2008-08-18 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Mon, 18 Aug 2008 22:35:17 +0000 (22:35 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 18 Aug 2008 22:35:17 +0000 (22:35 +0000)
commit5231c1fd732d8cdb7ed92dd3e275ab4698a8052d
tree5b0fe57134939c5da0bc46b67bd127b15897d656
parentf98dfd4b46ff7c68b479181714832b4c5fced87e
2008-08-18  Pedro Alves  <pedro@codesourcery.com>

gdb/doc/
* observer.texi (thread_ptid_changed): New.

gdb/
* gdbthread.h (thread_change_ptid): Declare.
* infrun.c (infrun_thread_ptid_changed): New.
(_initialize_infrun): Attach infrun_thread_ptid_changed to the
thread_ptid_changed observer.
* regcache.c (regcache_thread_ptid_changed): New.
(_initialize_regcache): Attach regcache_thread_ptid_changed to the
thread_ptid_changed observer.
* thread.c (thread_change_ptid): New.
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/observer.texi
gdb/gdbthread.h
gdb/infrun.c
gdb/regcache.c
gdb/thread.c
This page took 0.025259 seconds and 4 git commands to generate.