shadowm

Untitled

Nov 1st, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. (gdb) p play_button_
  2. $4 = (gui::button *) 0x35410f8
  3. (gdb) p *(play_button_)
  4. $5 = {<gui::widget> = {<events::handler> = {_vptr.handler = 0xffff0e0effff1414, unicode_ = -62452, has_joined_ = false}, focus_ = false,
  5. video_ = 0x20002ffcc0000, restorer_ = {<std::_Vector_base<surface_restorer, std::allocator<surface_restorer> >> = {
  6. _M_impl = {<std::allocator<surface_restorer>> = {<__gnu_cxx::new_allocator<surface_restorer>> = {<No data fields>}, <No data fields>},
  7. _M_start = 0xffc27b1eff6f4d1e, _M_finish = 0x1000000000001, _M_end_of_storage = 0x3000333ff0505}}, <No data fields>}, rect_ = {x = 0, y = -25659,
  8. w = 0, h = 20677}, needs_restore_ = false, state_ = 65548, hidden_override_ = false, enabled_ = false, clip_ = 162, clip_rect_ = {x = 4, y = 0, w = 1,
  9. h = 18}, volatile_ = false, help_text_ = {static npos = <optimized out>,
  10. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  11. _M_p = 0xffff0c0cfffb0000 <Address 0xffff0c0cfffb0000 out of bounds>}}, help_string_ = -65279, id_ = {static npos = <optimized out>,
  12. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  13. _M_p = 0xff870000ffa60000 <Address 0xff870000ffa60000 out of bounds>}}, mouse_lock_local_ = false, static mouse_lock_ = false}, type_ = 4291100672,
  14. label_ = {static npos = <optimized out>, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  15. _M_p = 0xffe70000ffe70000 <Address 0xffe70000ffe70000 out of bounds>}}, image_ = {surface_ = {_vptr.scoped_resource = 0xffff0808fffb0000,
  16. resource = 0xffff1111ffff1414}}, pressedImage_ = {surface_ = {_vptr.scoped_resource = 0xffff0101ffff0606, resource = 0x20002ffcc0000}}, activeImage_ = {
  17. surface_ = {_vptr.scoped_resource = 0xffc27b1eff6a4a1d, resource = 0x2001300000001}}, pressedActiveImage_ = {surface_ = {
  18. _vptr.scoped_resource = 0x1f3f841085b50000, resource = 0x3000200000003}}, textRect_ = {x = 0, y = -71, w = 0, h = 65531}, button_ = false,
  19. state_ = 917505, pressed_ = false, spacing_ = 4287037440, base_height_ = -9240576, base_width_ = -4915200}
  20. (gdb) p play_button_->video_
  21. $6 = (CVideo *) 0x20002ffcc0000
  22. (gdb) p *(play_button_->video_)
  23. Cannot access memory at address 0x20002ffcc0000
Advertisement
Add Comment
Please, Sign In to add comment