Guest User

Untitled

a guest
Dec 15th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. (gdb) ptype state
  2. type = struct _CLzmaDecoderState {
  3. CLzmaProperties Properties;
  4. UInt16 *Probs;
  5. }
  6. (gdb) p state
  7. $9 = {
  8. Properties = {
  9. lc = 0,
  10. lp = 0,
  11. pb = 0
  12. },
  13. Probs = 0x0
  14. }
  15. (gdb)
Add Comment
Please, Sign In to add comment