Sun Aug 30 00:49:18 1998 Martin M. Hunt <hunt@cygnus.com>
authorMartin Hunt <hunt@redhat.com>
Sun, 30 Aug 1998 07:53:29 +0000 (07:53 +0000)
committerMartin Hunt <hunt@redhat.com>
Sun, 30 Aug 1998 07:53:29 +0000 (07:53 +0000)
commit4ff5d55a081fbb280b68d912bf3a4b5f26541b5c
tree39ec26e18a03d02cc992a5afe7b352eb3b36b6e6
parentd405c4a1aec90299f768f191e63494407ce84536
Sun Aug 30 00:49:18 1998  Martin M. Hunt  <hunt@cygnus.com>

* gdbtk-cmds.c (Gdbtk_Init): Link C variable gdb_context
with tcl variable gdb_context_id.

* gdbtk-hooks.c (gdbtk_context_change): Implement new hook called
context_hook.  Called when threads change.

* gdbtk.c: Initialize gdb_context.

* gdbtk.h: Declare gdb_context.

* infrun (wait_for_inferior): Call context_hook.

* thread.c (thread_command): Call context_hook.

* defs.h: Declare context_hook.
gdb/ChangeLog-gdbtk
gdb/gdbtk-cmds.c
gdb/gdbtk-hooks.c
gdb/gdbtk.c
gdb/gdbtk.h
gdb/thread.c