eclair: make idle threads visible

This commit is contained in:
Balazs Gerofi
2016-07-22 18:06:11 +09:00
parent 4c8f583c0c
commit d0539a9cac
2 changed files with 61 additions and 0 deletions

View File

@ -55,6 +55,7 @@ uintptr_t debug_constants[] = {
offsetof(struct cpu_local_var, current),
offsetof(struct cpu_local_var, runq),
offsetof(struct cpu_local_var, status),
offsetof(struct cpu_local_var, idle),
offsetof(struct thread, ctx),
offsetof(struct thread, sched_list),
offsetof(struct thread, proc),