Rev 2901 | Rev 2919 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2901 | Rev 2913 | ||
|---|---|---|---|
| Line 235... | Line 235... | ||
| 235 | int udebug_go(thread_t *t, call_t *call) |
235 | int udebug_go(thread_t *t, call_t *call) |
| 236 | { |
236 | { |
| 237 | ipl_t ipl; |
237 | ipl_t ipl; |
| 238 | int rc; |
238 | int rc; |
| 239 | 239 | ||
| 240 | klog_printf("udebug_go()"); |
240 | // klog_printf("udebug_go()"); |
| 241 | 241 | ||
| 242 | ipl = interrupts_disable(); |
242 | ipl = interrupts_disable(); |
| 243 | 243 | ||
| 244 | /* On success, this will lock t->debug_lock */ |
244 | /* On success, this will lock t->debug_lock */ |
| 245 | rc = _thread_op_begin(t, false); |
245 | rc = _thread_op_begin(t, false); |