aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorJonathan Larmour <jifl@eCosCentric.com>2001-06-06 16:31:32 +0000
committerJonathan Larmour <jifl@eCosCentric.com>2001-06-06 16:31:32 +0000
commit8849f47dd926d34632dc6b2a16e99114f36ffa2a (patch)
treedcfc968cb7acbb6b037d11dcee08d131f727b467 /gdb/hppa-tdep.c
parentb3cc30771bb218c2101d0f5499e058d121e6af07 (diff)
downloadgdb-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/hppa-tdep.c')
-rw-r--r--gdb/hppa-tdep.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index 072b0a4..1c28e87 100644
--- a/gdb/hppa-tdep.c
+++ b/gdb/hppa-tdep.c
@@ -4594,7 +4594,10 @@ unwind_command (char *exp, int from_tty)
putting the BPT instruction in and taking it out.
Note that this implementation is potentially redundant now that
- default_prepare_to_proceed() has been added. */
+ default_prepare_to_proceed() has been added.
+
+ FIXME This may not support switching threads after Ctrl-C
+ correctly. The default implementation does support this. */
int
hppa_prepare_to_proceed (void)
{