mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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.
This commit is contained in:
@ -175,3 +175,7 @@ The current architecture has changed. The argument @var{newarch} is
|
||||
a pointer to the new architecture.
|
||||
@end deftypefun
|
||||
|
||||
@deftypefun void thread_ptid_changed (ptid_t @var{old_ptid}, ptid_t @var{new_ptid})
|
||||
The thread's ptid has changed. The @var{old_ptid} parameter specifies
|
||||
the old value, and @var{new_ptid} specifies the new value.
|
||||
@end deftypefun
|
||||
|
Reference in New Issue
Block a user