Added TODO.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13761 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-07-19 10:40:23 +00:00
parent d8faa07a05
commit 2ee6ee5b8c
1 changed files with 2 additions and 0 deletions

View File

@ -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) {