Added TODO.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13761 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -744,6 +744,8 @@ haiku_child_attach (char *args, int from_tty)
|
|||||||
if (threadID <= 0)
|
if (threadID <= 0)
|
||||||
error("The given thread-id %ld is invalid.", threadID);
|
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);
|
haiku_init_child_debugging(threadID, true);
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user