Skip to content

Instantly share code, notes, and snippets.

Created April 16, 2013 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5398125 to your computer and use it in GitHub Desktop.
Save anonymous/5398125 to your computer and use it in GitHub Desktop.
(gdb) p ((Semaphore_Control *)_Semaphore_Information.local_table[2])->Core_control->mutex->Wait_queue->Queues->Priority
$31 = {{Head = {Node = {next = 0x207cbd8, previous = 0x0}, fill = 0x207cbd4},
Tail = {fill = 0x207cbd8, Node = {next = 0x0, previous = 0x207cbd4}}}, {
Head = {Node = {next = 0x207cbe4, previous = 0x0}, fill = 0x207cbe0}, Tail =
{fill = 0x207cbe4, Node = {next = 0x0, previous = 0x207cbe0}}}, {Head = {
Node = {next = 0x207cbf0, previous = 0x0}, fill = 0x207cbec}, Tail = {
fill = 0x207cbf0, Node = {next = 0x0, previous = 0x207cbec}}}, {Head = {
Node = {next = 0x207cbfc, previous = 0x0}, fill = 0x207cbf8}, Tail = {
fill = 0x207cbfc, Node = {next = 0x0, previous = 0x207cbf8}}}}
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment