Advertisement
Guest User

Untitled

a guest
Apr 20th, 2010
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (gdb) p cores[0].running
  2. $4 = (struct thread_entry *) 0x0
  3. (gdb) p cores
  4. $5 = {{
  5. running = 0x0,
  6. timeout = 0x1000639c,
  7. block_task = 0x0,
  8. rtr = {
  9. hist = '\000' <repeats 31 times>,
  10. mask = 0
  11. },
  12. next_tmo_check = 252
  13. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement