Changeset 5667dca in mainline for uspace/lib/c/generic/loader.c

Timestamp:
2019-10-02T12:36:33Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a201454
Parents:
9dcf472
git-author:
Jiri Svoboda <jiri@…> (2019-10-01 18:38:27)
git-committer:
Jiri Svoboda <jiri@…> (2019-10-02 12:36:33)
Message:

Do not block faulted task until debugger exits

If a task faults while a debugger (such as trace) is attached, we must
not block the task until the debugger exits (trace waits for task to
exit). It is sufficient to wait for a debugger to start, because
the task gets blocked in udebug_stoppable_end() (since the task is
not GO).

(No files)

Note: See TracChangeset for help on using the changeset viewer.