diff options
author | Jeff Law <law@redhat.com> | 1995-07-04 17:40:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-07-04 17:40:41 +0000 |
commit | 48f4903f369709dde852872db542afbb536acd54 (patch) | |
tree | 6f144f67e58106cff4152237e22484f07418437c /gdb/ChangeLog | |
parent | 7523be35520e8b0f64b5c30933e5fe447b63784e (diff) | |
download | gdb-48f4903f369709dde852872db542afbb536acd54.zip gdb-48f4903f369709dde852872db542afbb536acd54.tar.gz gdb-48f4903f369709dde852872db542afbb536acd54.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1e096fb..2ff3c3f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Tue Jul 4 10:30:22 1995 Jeffrey A. Law <law@rtl.cygnus.com> + + * 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. + Fri Jun 30 16:15:36 1995 Stan Shebs <shebs@andros.cygnus.com> * config/h8300/h8300.mt: Renamed from h8300hms.mt. |