Created
June 8, 2014 17:21
-
-
Save lheckemann/6e9c9397c1719ad76ab6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) frame 47 | |
#47 0x000000010000a02c in FeatureButton (this=0x101151730, pos=<value temporarily unavailable, due to optimizations>, size={{y = 200, g = 200, t = 200}, {y = 50, g = 50, t = 50}}, title=<value temporarily unavailable, due to optimizations>, content={<std::__1::__basic_string_common<true>> = {<No data fields>}, __r_ = {<std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char>, 2>> = {<std::__1::allocator<char>> = {<No data fields>}, __first_ = {{__l = {__cap_ = 7233189360142868760, __size_ = 439720637286, __data_ = 0x7fff5fbfdfa8 ""}, __s = {{__size_ = 24 '\030', __lx = 24 '\030'}, __data_ = "asdfsadfsdaf\000\000\000?߿_?\000"}, __r = {__words = {7233189360142868760, 439720637286, 140734799798184}}}}}, <No data fields>}, static npos = <optimized out>}, type=B_INTERACTIVE) at type_vec2.hpp:28 | |
98 | |
(gdb) print content | |
$4 = { | |
<std::__1::__basic_string_common<true>> = {<No data fields>}, | |
members of std::__1::basic_string<char>: | |
__r_ = { | |
<std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char>, 2>> = { | |
<std::__1::allocator<char>> = {<No data fields>}, | |
members of std::__1::__libcpp_compressed_pair_imp<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char>, 2>: | |
__first_ = { | |
{ | |
__l = { | |
__cap_ = 7233189360142868760, | |
__size_ = 439720637286, | |
__data_ = 0x7fff5fbfdfa8 "" | |
}, | |
__s = { | |
{ | |
__size_ = 24 '\030', | |
__lx = 24 '\030' | |
}, | |
__data_ = "asdfsadfsdaf\000\000\000?߿_?\000" | |
}, | |
__r = { | |
__words = {7233189360142868760, 439720637286, 140734799798184} | |
} | |
} | |
} | |
}, <No data fields>}, | |
static npos = <optimized out> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment