(gdb) li *0xc01b2466 0xc01b2466 is in do_task_stat (fs/proc/array.c:145). 140 "Z (zombie)", /* 32 */ 141 "X (dead)", /* 64 */ 142 }; 143 144 static inline const char * get_task_state(struct task_struct *tsk) 145 { 146 unsigned int state = (tsk->state & (TASK_RUNNING | 147 TASK_INTERRUPTIBLE | 148 TASK_UNINTERRUPTIBLE | 149 TASK_STOPPED | (gdb)