From 2ee6ee5b8c1b225f5cea4afd60aa89c519db70cd Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 19 Jul 2005 10:40:23 +0000 Subject: [PATCH] Added TODO. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13761 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/gdb/gdb/haiku-nat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/gdb/gdb/haiku-nat.c b/src/bin/gdb/gdb/haiku-nat.c index bcdd98998a..e152f78ad2 100644 --- a/src/bin/gdb/gdb/haiku-nat.c +++ b/src/bin/gdb/gdb/haiku-nat.c @@ -744,6 +744,8 @@ haiku_child_attach (char *args, int from_tty) if (threadID <= 0) error("The given thread-id %ld is invalid.", threadID); +// TODO: When attaching to a crashed team, the crashed thread is continued! +// Don't know yet where that happens, but it needs to be fixed! haiku_init_child_debugging(threadID, true); while (1) {