Advertisement
tux_mind

r600_query.c debug

Aug 27th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.75 KB | None | 0 0
  1. (gdb) p rctx->context.create_query
  2. $4 = (struct pipe_query *(*)(struct pipe_context *, unsigned int)) 0x7fffdc6de29f <r600_create_query>
  3. (gdb) p rctx->context.destroy_query
  4. $5 = (void (*)(struct pipe_context *, struct pipe_query *)) 0x7fffdc6de430 <r600_destroy_query>
  5. (gdb) p rctx->context.begin_query
  6. $6 = (void (*)(struct pipe_context *, struct pipe_query *)) 0x7fffdc6de4ad <r600_begin_query>
  7. (gdb) p rctx->context.end_query
  8. $7 = (void (*)(struct pipe_context *, struct pipe_query *)) 0x7fffdc6de68b <r600_end_query>
  9. (gdb) p rctx->context.get_query_result
  10. $8 = (boolean (*)(struct pipe_context *, struct pipe_query *, boolean, union pipe_query_result
  11.      *)) 0x7fffdc6df073 <r600_get_query_result>
  12. (gdb) p rctx->screen
  13. $9 = (struct r600_screen *) 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement