Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. (gdb) p *UObject::ClassPool[2]
  2. $4 = {<UState> = {<UStruct> = {<UField> = {<UObject> = {
  3. _vptr.UObject = 0x7ffff7dc7418 <vtable for UClass+16>,
  4. static ObjectClass = 0x555555a30fb0,
  5. static StaticNativePropList = 0x555555a3d000,
  6. static NativePkgName = <optimized out>, static StaticFlags = 1,
  7. static NativeSize = 112,
  8. static ObjectPool = {<std::vector<UObject*, std::allocator<UObject*> >> = {<std::_Vector_base<UObject*, std::allocator<UObject*> >> = {
  9. _M_impl = {<std::allocator<UObject*>> = {<__gnu_cxx::new_allocator<UObject*>> = {<No data fields>}, <No data fields>},
  10. _M_start = 0x555555ea81f0, _M_finish = 0x555555eb5c68,
  11. _M_end_of_storage = 0x555555eb81f0}}, <No data fields>}, ElementSize = 8},
  12. static ClassPool = {<std::vector<UClass*, std::allocator<UClass*> >> = {<std::_Vector_base<UClass*, std::allocator<UClass*> >> = {
  13. _M_impl = {<std::allocator<UClass*>> = {<__gnu_cxx::new_allocator<UClass*>> = {<No data fields>}, <No data fields>},
  14. _M_start = 0x555555b93600, _M_finish = 0x555555b93a30,
  15. _M_end_of_storage = 0x555555b93e00}}, <No data fields>}, ElementSize = 8},
  16. static NativePropertyLists = {<std::vector<FNativePropertyList*, std::allocator<FNativePropertyList*> >> = {<std::_Vector_base<FNativePropertyList*, std::allocator<FNativePropertyList*> >> = {
  17. _M_impl = {<std::allocator<FNativePropertyList*>> = {<__gnu_cxx::new_allocator<FNativePropertyList*>> = {<No data fields>}, <No data fields>}, _M_start = 0x555555b80060, _M_finish = 0x555555b802f8,
  18. _M_end_of_storage = 0x555555b80460}}, <No data fields>}, ElementSize = 8},
  19. static NativeFunctions = {<std::vector<UFunction*, std::allocator<UFunction*> >> = {<std::_Vector_base<UFunction*, std::allocator<UFunction*> >> = {
  20. _M_impl = {<std::allocator<UFunction*>> = {<__gnu_cxx::new_allocator<UFunction*>> = {<No data fields>}, <No data fields>},
  21. _M_start = 0x5555559f2290, _M_finish = 0x5555559f3038,
  22. _M_end_of_storage = 0x5555559fa290}}, <No data fields>}, ElementSize = 8},
  23. static NameTable = {<std::vector<FNameEntry*, std::allocator<FNameEntry*> >> = {<std::_Vector_base<FNameEntry*, std::allocator<FNameEntry*> >> = {
  24. _M_impl = {<std::allocator<FNameEntry*>> = {<__gnu_cxx::new_allocator<FNameEntry*>> = {<No data fields>}, <No data fields>},
  25. _M_start = 0x5555559fa2a0, _M_finish = 0x555555a047a0,
  26. _M_end_of_storage = 0x555555a1a2a0}}, <No data fields>}, ElementSize = 8}, Name = {Index = 459}, Index = -1, Pkg = 0x0,
  27. ---Type <return> to continue, or q <return> to quit---q
  28. Export = 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement