* infrun.c (wait_for_inferior): When we hit a breakpoint for the
authorJeff Law <law@redhat.com>
Tue, 4 Jul 1995 17:40:41 +0000 (17:40 +0000)
committerJeff Law <law@redhat.com>
Tue, 4 Jul 1995 17:40:41 +0000 (17:40 +0000)
commit48f4903f369709dde852872db542afbb536acd54
tree6f144f67e58106cff4152237e22484f07418437c
parent7523be35520e8b0f64b5c30933e5fe447b63784e
    * infrun.c (wait_for_inferior): When we hit a breakpoint for the
        wrong thread, make sure to write the fixed PC value into the thread
        that stopped.  Restart all threads after single stepping over a
        breakpoint for a different thread.
        * breakpoint.c (set_momentary_breakpoint): Make momentary
        breakpoints thread specific in a multi-threaded program.
        * lynx-nat.c (child_resume): Add some comments.  Correctly
        choose between the single and multi-threaded step and continue
        ptrace calls.

Some of the lynx-6100 single stepping fixes.
gdb/ChangeLog
gdb/infrun.c
gdb/lynx-nat.c
This page took 0.02422 seconds and 4 git commands to generate.