diff options
author | Jonathan Larmour <jifl@eCosCentric.com> | 2001-06-06 16:31:32 +0000 |
---|---|---|
committer | Jonathan Larmour <jifl@eCosCentric.com> | 2001-06-06 16:31:32 +0000 |
commit | 8849f47dd926d34632dc6b2a16e99114f36ffa2a (patch) | |
tree | dcfc968cb7acbb6b037d11dcee08d131f727b467 /gdb/ChangeLog | |
parent | b3cc30771bb218c2101d0f5499e058d121e6af07 (diff) | |
download | gdb-8849f47dd926d34632dc6b2a16e99114f36ffa2a.zip gdb-8849f47dd926d34632dc6b2a16e99114f36ffa2a.tar.gz gdb-8849f47dd926d34632dc6b2a16e99114f36ffa2a.tar.bz2 |
* arch-utils.c (generic_prepare_to_proceed): Allow for having
stopped due to a Ctrl-C as well as breakpoints.
* hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
support thread switches after Ctrl-C.
* lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
* linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
* m3-nat.c (mach3_prepare_to_proceed): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ffa0147..6fa1a5c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2001-06-06 Jonathan Larmour <jlarmour@redhat.com> + + * arch-utils.c (generic_prepare_to_proceed): Allow for having + stopped due to a Ctrl-C as well as breakpoints. + + * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not + support thread switches after Ctrl-C. + * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto. + * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto. + * m3-nat.c (mach3_prepare_to_proceed): Ditto. + 2001-06-06 Jim Blandy <jimb@redhat.com> * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all |