Wed Jan 13 14:59:02 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 14 Jan 1999 18:46:54 +0000 (18:46 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 14 Jan 1999 18:46:54 +0000 (18:46 +0000)
commitdab43dfdcd6648aa8791175b5566791949baafdc
tree7ccc4866428e87d874b78fdaf2dcfd890884eaf5
parent5727d41dae70994c2b69135611b43e7e760266d2
Wed Jan 13 14:59:02 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * infrun.c (set/show scheduler-locking) New command.  Set a
          mode bit that will control how GDB attempts to control thread
          scheduling for step, continue, etc.  (resume): make use of
          the schedule-locking mode.
        * target.h (struct target_ops): new field to_has_thread_control.
        * sol-thread.c: initialize target_ops to_has_thread_control.
        * procfs.c: ditto.
        * target.c: ditto.
        * m3-nat.c: ditto.
        * remote.c: ditto.
        * hpux-thread.c: ditto.
gdb/ChangeLog