Guest User

Untitled

a guest
Jun 30th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 0.42 KB | None | 0 0
  1. (gdb) print *&conv
  2. $7 = {
  3.   <wxMBConv> = {
  4.     _vptr$wxMBConv = 0xbcd470
  5.   },
  6.   members of wxCSConv:
  7.   m_name = 0x0,
  8.   m_encoding = wxFONTENCODING_DEFAULT,
  9.   m_convReal = 0x0
  10. }
  11. (gdb) print conv
  12. $8 = (const wxCSConv &) @0xc8a518: {
  13.   <wxMBConv> = {
  14.     _vptr$wxMBConv = 0xbcd470
  15.   },
  16.   members of wxCSConv:
  17.   m_name = 0x1 <Address 0x1 out of bounds>,
  18.   m_encoding = 13149464,
  19.   m_convReal = 0xbcd570
  20. }
Add Comment
Please, Sign In to add comment