Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] LabelJob error in Register View

Hello,

 

I’m working with latest CDT 5.0 and GDB6.8 for PowerPC MPC5554 debugging. When I connect to target, stop it at some breakpoint and try to see SPE register values I see this:

 

!ENTRY org.eclipse.core.jobs 4 2 2008-07-11 12:32:55.746

!MESSAGE An internal error occurred during: "Label Job".

!STACK 0

java.lang.NumberFormatException: Zero length BigInteger

                at java.math.BigInteger.<init>(Unknown Source)

                at org.eclipse.cdt.debug.mi.core.cdi.model.type.ArrayValue.pointerValue(ArrayValue.java:106)

                at org.eclipse.cdt.debug.internal.core.model.CIndexedValue.getValueString(CIndexedValue.java:154)

                at org.eclipse.cdt.debug.internal.ui.CDebugUIUtils.getValueText(CDebugUIUtils.java:119)

                at org.eclipse.cdt.debug.internal.ui.elements.adapters.CVariableLabelProvider.getValueText(CVariableLabelProvider.java:55)

                at org.eclipse.cdt.debug.internal.ui.elements.adapters.CVariableLabelProvider.getColumnText(CVariableLabelProvider.java:79)

                at org.eclipse.cdt.debug.internal.ui.elements.adapters.CVariableLabelProvider.getLabel(CVariableLabelProvider.java:48)

                at org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider.retrieveLabel(ElementLabelProvider.java:212)

                at org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider$LabelUpdater.run(ElementLabelProvider.java:157)

                at org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider$LabelJob.run(ElementLabelProvider.java:71)

                at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

 

 

GDB6.5 works correctly so I’m wondering where the issue is. I have attached console content for both gdb versions, please compare 321- command in gdb6.8 and 675- command in gdb6.5.

 

Best regards

Sebastian Paluch

 


***
The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error please notify the sender by return e-mail delete this e-mail and refrain from any disclosure or action based on the information.
***

25 whatis $r0
&"whatis $r0\n"
~"type = uint32_t\n"
25^done
(gdb) 
26 whatis $r1
&"whatis $r1\n"
~"type = uint32_t\n"
26^done
(gdb) 
27 whatis $r2
&"whatis $r2\n"
~"type = uint32_t\n"
27^done
(gdb) 
28 whatis $r3
&"whatis $r3\n"
~"type = uint32_t\n"
28^done
(gdb) 
29 whatis $r4
&"whatis $r4\n"
~"type = uint32_t\n"
29^done
(gdb) 
30 whatis $r5
&"whatis $r5\n"
~"type = uint32_t\n"
30^done
(gdb) 
31 whatis $r6
&"whatis $r6\n"
~"type = uint32_t\n"
31^done
(gdb) 
32 whatis $r7
&"whatis $r7\n"
~"type = uint32_t\n"
32^done
(gdb) 
33 whatis $r8
&"whatis $r8\n"
~"type = uint32_t\n"
33^done
(gdb) 
34 whatis $r9
&"whatis $r9\n"
~"type = uint32_t\n"
34^done
(gdb) 
35 whatis $r10
&"whatis $r10\n"
~"type = uint32_t\n"
35^done
(gdb) 
36 whatis $r11
&"whatis $r11\n"
~"type = uint32_t\n"
36^done
(gdb) 
37 whatis $r12
&"whatis $r12\n"
~"type = uint32_t\n"
37^done
(gdb) 
38 whatis $r13
&"whatis $r13\n"
~"type = uint32_t\n"
38^done
(gdb) 
39 whatis $r14
&"whatis $r14\n"
~"type = uint32_t\n"
39^done
(gdb) 
40 whatis $r15
&"whatis $r15\n"
~"type = uint32_t\n"
40^done
(gdb) 
41 whatis $r16
&"whatis $r16\n"
~"type = uint32_t\n"
41^done
(gdb) 
42 whatis $r17
&"whatis $r17\n"
~"type = uint32_t\n"
42^done
(gdb) 
43 whatis $r18
&"whatis $r18\n"
~"type = uint32_t\n"
43^done
(gdb) 
44 whatis $r19
&"whatis $r19\n"
~"type = uint32_t\n"
44^done
(gdb) 
45 whatis $r20
&"whatis $r20\n"
~"type = uint32_t\n"
45^done
(gdb) 
46 whatis $r21
&"whatis $r21\n"
~"type = uint32_t\n"
46^done
(gdb) 
47 whatis $r22
&"whatis $r22\n"
~"type = uint32_t\n"
47^done
(gdb) 
48 whatis $r23
&"whatis $r23\n"
~"type = uint32_t\n"
48^done
(gdb) 
49 whatis $r24
&"whatis $r24\n"
~"type = uint32_t\n"
49^done
(gdb) 
50 whatis $r25
&"whatis $r25\n"
~"type = uint32_t\n"
50^done
(gdb) 
51 whatis $r26
&"whatis $r26\n"
~"type = uint32_t\n"
51^done
(gdb) 
52 whatis $r27
&"whatis $r27\n"
~"type = uint32_t\n"
52^done
(gdb) 
53 whatis $r28
&"whatis $r28\n"
~"type = uint32_t\n"
53^done
(gdb) 
54 whatis $r29
&"whatis $r29\n"
~"type = uint32_t\n"
54^done
(gdb) 
55 whatis $r30
&"whatis $r30\n"
~"type = uint32_t\n"
55^done
(gdb) 
56 whatis $r31
&"whatis $r31\n"
~"type = uint32_t\n"
56^done
(gdb) 
57 whatis $pc
&"whatis $pc\n"
~"type = uint32_t\n"
57^done
(gdb) 
58 whatis $msr
&"whatis $msr\n"
~"type = uint32_t\n"
58^done
(gdb) 
59 whatis $cr
&"whatis $cr\n"
~"type = uint32_t\n"
59^done
(gdb) 
60 whatis $lr
&"whatis $lr\n"
~"type = uint32_t\n"
60^done
(gdb) 
61 whatis $ctr
&"whatis $ctr\n"
~"type = uint32_t\n"
61^done
(gdb) 
62 whatis $xer
&"whatis $xer\n"
~"type = uint32_t\n"
62^done
(gdb) 
63 whatis $acc
&"whatis $acc\n"
~"type = long long\n"
63^done
(gdb) 
64 whatis $spefscr
&"whatis $spefscr\n"
~"type = long\n"
64^done
(gdb) 
65 whatis $ev0
&"whatis $ev0\n"
~"type = ppc_builtin_type_vec64\n"
65^done
(gdb) 
66 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
66^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
67 ptype $ev0
&"ptype $ev0\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
67^done
(gdb) 
68 whatis $ev1
&"whatis $ev1\n"
~"type = ppc_builtin_type_vec64\n"
68^done
(gdb) 
69 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
69^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
70 ptype $ev1
&"ptype $ev1\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
70^done
(gdb) 
71 whatis $ev2
&"whatis $ev2\n"
~"type = ppc_builtin_type_vec64\n"
71^done
(gdb) 
72 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
72^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
73 ptype $ev2
&"ptype $ev2\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
73^done
(gdb) 
74 whatis $ev3
&"whatis $ev3\n"
~"type = ppc_builtin_type_vec64\n"
74^done
(gdb) 
75 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
75^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
76 ptype $ev3
&"ptype $ev3\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
76^done
(gdb) 
77 whatis $ev4
&"whatis $ev4\n"
~"type = ppc_builtin_type_vec64\n"
77^done
(gdb) 
78 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
78^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
79 ptype $ev4
&"ptype $ev4\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
79^done
(gdb) 
80 whatis $ev5
&"whatis $ev5\n"
~"type = ppc_builtin_type_vec64\n"
80^done
(gdb) 
81 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
81^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
82 ptype $ev5
&"ptype $ev5\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
82^done
(gdb) 
83 whatis $ev6
&"whatis $ev6\n"
~"type = ppc_builtin_type_vec64\n"
83^done
(gdb) 
84 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
84^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
85 ptype $ev6
&"ptype $ev6\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
85^done
(gdb) 
86 whatis $ev7
&"whatis $ev7\n"
~"type = ppc_builtin_type_vec64\n"
86^done
(gdb) 
87 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
87^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
88 ptype $ev7
&"ptype $ev7\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
88^done
(gdb) 
89 whatis $ev8
&"whatis $ev8\n"
~"type = ppc_builtin_type_vec64\n"
89^done
(gdb) 
90 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
90^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
91 ptype $ev8
&"ptype $ev8\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
91^done
(gdb) 
92 whatis $ev9
&"whatis $ev9\n"
~"type = ppc_builtin_type_vec64\n"
92^done
(gdb) 
93 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
93^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
94 ptype $ev9
&"ptype $ev9\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
94^done
(gdb) 
95 whatis $ev10
&"whatis $ev10\n"
~"type = ppc_builtin_type_vec64\n"
95^done
(gdb) 
96 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
96^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
97 ptype $ev10
&"ptype $ev10\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
97^done
(gdb) 
98 whatis $ev11
&"whatis $ev11\n"
~"type = ppc_builtin_type_vec64\n"
98^done
(gdb) 
99 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
99^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
100 ptype $ev11
&"ptype $ev11\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
100^done
101 whatis $ev12
(gdb) 
&"whatis $ev12\n"
~"type = ppc_builtin_type_vec64\n"
101^done
(gdb) 
102 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
102^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
103 ptype $ev12
&"ptype $ev12\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
103^done
(gdb) 
104 whatis $ev13
&"whatis $ev13\n"
~"type = ppc_builtin_type_vec64\n"
104^done
(gdb) 
105 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
105^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
106 ptype $ev13
&"ptype $ev13\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
106^done
(gdb) 
107 whatis $ev14
&"whatis $ev14\n"
~"type = ppc_builtin_type_vec64\n"
107^done
(gdb) 
108 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
108^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
109 ptype $ev14
&"ptype $ev14\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
109^done
(gdb) 
110 whatis $ev15
&"whatis $ev15\n"
~"type = ppc_builtin_type_vec64\n"
110^done
(gdb) 
111 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
111^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
112 ptype $ev15
&"ptype $ev15\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
112^done
(gdb) 
113 whatis $ev16
&"whatis $ev16\n"
~"type = ppc_builtin_type_vec64\n"
113^done
(gdb) 
114 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
114^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
115 ptype $ev16
&"ptype $ev16\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
115^done
(gdb) 
116 whatis $ev17
&"whatis $ev17\n"
~"type = ppc_builtin_type_vec64\n"
116^done
(gdb) 
117 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
117^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
118 ptype $ev17
&"ptype $ev17\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
118^done
(gdb) 
119 whatis $ev18
&"whatis $ev18\n"
~"type = ppc_builtin_type_vec64\n"
119^done
(gdb) 
120 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
120^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
121 ptype $ev18
&"ptype $ev18\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
121^done
(gdb) 
122 whatis $ev19
&"whatis $ev19\n"
~"type = ppc_builtin_type_vec64\n"
122^done
(gdb) 
123 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
123^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
124 ptype $ev19
&"ptype $ev19\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
124^done
(gdb) 
125 whatis $ev20
&"whatis $ev20\n"
~"type = ppc_builtin_type_vec64\n"
125^done
(gdb) 
126 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
126^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
127 ptype $ev20
&"ptype $ev20\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
127^done
(gdb) 
128 whatis $ev21
&"whatis $ev21\n"
~"type = ppc_builtin_type_vec64\n"
128^done
(gdb) 
129 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
129^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
130 ptype $ev21
&"ptype $ev21\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
130^done
(gdb) 
131 whatis $ev22
&"whatis $ev22\n"
~"type = ppc_builtin_type_vec64\n"
131^done
(gdb) 
132 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
132^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
133 ptype $ev22
&"ptype $ev22\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
133^done
(gdb) 
134 whatis $ev23
&"whatis $ev23\n"
~"type = ppc_builtin_type_vec64\n"
134^done
(gdb) 
135 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
135^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
136 ptype $ev23
&"ptype $ev23\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
136^done
(gdb) 
137 whatis $ev24
&"whatis $ev24\n"
~"type = ppc_builtin_type_vec64\n"
137^done
(gdb) 
138 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
138^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
139 ptype $ev24
&"ptype $ev24\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
139^done
(gdb) 
140 whatis $ev25
&"whatis $ev25\n"
~"type = ppc_builtin_type_vec64\n"
140^done
(gdb) 
141 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
141^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
142 ptype $ev25
&"ptype $ev25\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
142^done
(gdb) 
143 whatis $ev26
&"whatis $ev26\n"
~"type = ppc_builtin_type_vec64\n"
143^done
(gdb) 
144 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
144^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
145 ptype $ev26
&"ptype $ev26\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
145^done
(gdb) 
146 whatis $ev27
&"whatis $ev27\n"
~"type = ppc_builtin_type_vec64\n"
146^done
(gdb) 
147 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
147^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
148 ptype $ev27
&"ptype $ev27\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
148^done
(gdb) 
149 whatis $ev28
&"whatis $ev28\n"
~"type = ppc_builtin_type_vec64\n"
149^done
(gdb) 
150 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
150^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
151 ptype $ev28
&"ptype $ev28\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
151^done
(gdb) 
152 whatis $ev29
&"whatis $ev29\n"
~"type = ppc_builtin_type_vec64\n"
152^done
(gdb) 
153 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
153^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
154 ptype $ev29
&"ptype $ev29\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
154^done
(gdb) 
155 whatis $ev30
&"whatis $ev30\n"
~"type = ppc_builtin_type_vec64\n"
155^done
(gdb) 
156 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
156^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
157 ptype $ev30
&"ptype $ev30\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
157^done
(gdb) 
158 whatis $ev31
&"whatis $ev31\n"
~"type = ppc_builtin_type_vec64\n"
158^done
(gdb) 
159 ptype ppc_builtin_type_vec64
&"ptype ppc_builtin_type_vec64\n"
&"No symbol \"ppc_builtin_type_vec64\" in current context.\n"
159^error,msg="No symbol \"ppc_builtin_type_vec64\" in current context."
(gdb) 
160 ptype $ev31
&"ptype $ev31\n"
~"type = union __ppc_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
160^done
(gdb) 
161-var-create - * $r0
162-var-create - * $r0
161^done,name="var1",numchild="0",value="1073758820",type="uint32_t"
(gdb) 
162^done,name="var2",numchild="0",value="1073758820",type="uint32_t"
(gdb) 
163-var-evaluate-expression var2
163^done,value="1073758820"
(gdb) 
164-var-create - * $r1
165-var-create - * $r1
164^done,name="var3",numchild="0",value="1074007984",type="uint32_t"
(gdb) 
165^done,name="var4",numchild="0",value="1074007984",type="uint32_t"
(gdb) 
166-var-evaluate-expression var4
166^done,value="1074007984"
(gdb) 
167-var-create - * $r2
168-var-create - * $r2
167^done,name="var5",numchild="0",value="1073765848",type="uint32_t"
(gdb) 
168^done,name="var6",numchild="0",value="1073765848",type="uint32_t"
(gdb) 
169-var-create - * $r3
170-var-create - * $r3
169^done,name="var7",numchild="0",value="3",type="uint32_t"
(gdb) 
170^done,name="var8",numchild="0",value="3",type="uint32_t"
171-var-evaluate-expression var6
(gdb) 
171^done,value="1073765848"
(gdb) 
172-var-create - * $r4
173-var-create - * $r4
172^done,name="var9",numchild="0",value="4294443008",type="uint32_t"
(gdb) 
173^done,name="var10",numchild="0",value="4294443008",type="uint32_t"
(gdb) 
174-var-evaluate-expression var8
174^done,value="3"
(gdb) 
175-var-evaluate-expression var10
175^done,value="4294443008"
(gdb) 
176-var-create - * $r5
177-var-create - * $r5
176^done,name="var11",numchild="0",value="64",type="uint32_t"
(gdb) 
177^done,name="var12",numchild="0",value="64",type="uint32_t"
(gdb) 
178-var-evaluate-expression var12
178^done,value="64"
(gdb) 
179-var-create - * $r6
180-var-create - * $r6
179^done,name="var13",numchild="0",value="1073741840",type="uint32_t"
(gdb) 
180^done,name="var14",numchild="0",value="1073741840",type="uint32_t"
(gdb) 
181-var-create - * $r7
182-var-create - * $r7
181^done,name="var15",numchild="0",value="0",type="uint32_t"
(gdb) 
182^done,name="var16",numchild="0",value="0",type="uint32_t"
(gdb) 
183-var-evaluate-expression var14
183^done,value="1073741840"
(gdb) 
184-var-create - * $r8
185-var-create - * $r8
184^done,name="var17",numchild="0",value="3",type="uint32_t"
(gdb) 
185^done,name="var18",numchild="0",value="3",type="uint32_t"
(gdb) 
186-var-evaluate-expression var16
186^done,value="0"
(gdb) 
187-var-evaluate-expression var18
187^done,value="3"
(gdb) 
188-var-create - * $r9
189-var-create - * $r9
188^done,name="var19",numchild="0",value="3287826476",type="uint32_t"
(gdb) 
189^done,name="var20",numchild="0",value="3287826476",type="uint32_t"
(gdb) 
190-var-evaluate-expression var20
190^done,value="3287826476"
(gdb) 
191-var-create - * $r10
192-var-create - * $r10
191^done,name="var21",numchild="0",value="4294443074",type="uint32_t"
(gdb) 
192^done,name="var22",numchild="0",value="4294443074",type="uint32_t"
(gdb) 
193-var-evaluate-expression var22
193^done,value="4294443074"
(gdb) 
194-var-create - * $r11
195-var-create - * $r11
194^done,name="var23",numchild="0",value="1074008048",type="uint32_t"
(gdb) 
195^done,name="var24",numchild="0",value="1074008048",type="uint32_t"
(gdb) 
196-var-evaluate-expression var24
196^done,value="1074008048"
(gdb) 
197-var-create - * $r12
198-var-create - * $r12
197^done,name="var25",numchild="0",value="2560997297",type="uint32_t"
(gdb) 
198^done,name="var26",numchild="0",value="2560997297",type="uint32_t"
(gdb) 
199-var-evaluate-expression var26
199^done,value="2560997297"
(gdb) 
200-var-create - * $r13
201-var-create - * $r13
200^done,name="var27",numchild="0",value="1073765984",type="uint32_t"
(gdb) 
201^done,name="var28",numchild="0",value="1073765984",type="uint32_t"
(gdb) 
202-var-evaluate-expression var28
202^done,value="1073765984"
(gdb) 
203-var-create - * $r14
204-var-create - * $r14
203^done,name="var29",numchild="0",value="3172758585",type="uint32_t"
(gdb) 
204^done,name="var30",numchild="0",value="3172758585",type="uint32_t"
(gdb) 
205-var-evaluate-expression var30
205^done,value="3172758585"
(gdb) 
206-var-create - * $r15
207-var-create - * $r15
206^done,name="var31",numchild="0",value="982607300",type="uint32_t"
(gdb) 
207^done,name="var32",numchild="0",value="982607300",type="uint32_t"
(gdb) 
208-var-evaluate-expression var32
208^done,value="982607300"
(gdb) 
209-var-create - * $r16
210-var-create - * $r16
209^done,name="var33",numchild="0",value="4156434146",type="uint32_t"
(gdb) 
210^done,name="var34",numchild="0",value="4156434146",type="uint32_t"
(gdb) 
211-var-evaluate-expression var34
211^done,value="4156434146"
(gdb) 
212-var-create - * $r17
213-var-create - * $r17
212^done,name="var35",numchild="0",value="2196261130",type="uint32_t"
(gdb) 
213^done,name="var36",numchild="0",value="2196261130",type="uint32_t"
(gdb) 
214-var-evaluate-expression var36
214^done,value="2196261130"
(gdb) 
215-var-create - * $r18
216-var-create - * $r18
215^done,name="var37",numchild="0",value="1369498390",type="uint32_t"
(gdb) 
216^done,name="var38",numchild="0",value="1369498390",type="uint32_t"
(gdb) 
217-var-evaluate-expression var38
217^done,value="1369498390"
(gdb) 
218-var-create - * $r19
219-var-create - * $r19
218^done,name="var39",numchild="0",value="3322544164",type="uint32_t"
(gdb) 
219^done,name="var40",numchild="0",value="3322544164",type="uint32_t"
220-var-evaluate-expression var40
(gdb) 
220^done,value="3322544164"
(gdb) 
221-var-create - * $r20
222-var-create - * $r20
221^done,name="var41",numchild="0",value="985345638",type="uint32_t"
(gdb) 
222^done,name="var42",numchild="0",value="985345638",type="uint32_t"
(gdb) 
223-var-evaluate-expression var42
223^done,value="985345638"
(gdb) 
224-var-create - * $r21
225-var-create - * $r21
224^done,name="var43",numchild="0",value="3077025006",type="uint32_t"
(gdb) 
225^done,name="var44",numchild="0",value="3077025006",type="uint32_t"
(gdb) 
226-var-evaluate-expression var44
226^done,value="3077025006"
(gdb) 
227-var-create - * $r22
228-var-create - * $r22
227^done,name="var45",numchild="0",value="2932338871",type="uint32_t"
(gdb) 
228^done,name="var46",numchild="0",value="2932338871",type="uint32_t"
(gdb) 
229-var-evaluate-expression var46
229^done,value="2932338871"
(gdb) 
230-var-create - * $r23
231-var-create - * $r23
230^done,name="var47",numchild="0",value="3377791364",type="uint32_t"
(gdb) 
231^done,name="var48",numchild="0",value="3377791364",type="uint32_t"
(gdb) 
232-var-evaluate-expression var48
232^done,value="3377791364"
(gdb) 
233-var-create - * $r24
234-var-create - * $r24
233^done,name="var49",numchild="0",value="3802415033",type="uint32_t"
(gdb) 
234^done,name="var50",numchild="0",value="3802415033",type="uint32_t"
(gdb) 
235-var-evaluate-expression var50
235^done,value="3802415033"
(gdb) 
236-var-create - * $r25
237-var-create - * $r25
236^done,name="var51",numchild="0",value="4135512758",type="uint32_t"
(gdb) 
237^done,name="var52",numchild="0",value="4135512758",type="uint32_t"
(gdb) 
238-var-evaluate-expression var52
238^done,value="4135512758"
(gdb) 
239-var-create - * $r26
240-var-create - * $r26
239^done,name="var53",numchild="0",value="3649688487",type="uint32_t"
(gdb) 
240^done,name="var54",numchild="0",value="3649688487",type="uint32_t"
(gdb) 
241-var-evaluate-expression var54
241^done,value="3649688487"
(gdb) 
242-var-create - * $r27
243-var-create - * $r27
242^done,name="var55",numchild="0",value="299088567",type="uint32_t"
(gdb) 
243^done,name="var56",numchild="0",value="299088567",type="uint32_t"
(gdb) 
244-var-evaluate-expression var56
244^done,value="299088567"
(gdb) 
245-var-create - * $r28
246-var-create - * $r28
245^done,name="var57",numchild="0",value="1152285890",type="uint32_t"
(gdb) 
246^done,name="var58",numchild="0",value="1152285890",type="uint32_t"
(gdb) 
247-var-evaluate-expression var58
247^done,value="1152285890"
(gdb) 
248-var-create - * $r29
249-var-create - * $r29
248^done,name="var59",numchild="0",value="2371506087",type="uint32_t"
(gdb) 
249^done,name="var60",numchild="0",value="2371506087",type="uint32_t"
(gdb) 
250-var-evaluate-expression var60
250^done,value="2371506087"
(gdb) 
251-var-create - * $r30
252-var-create - * $r30
251^done,name="var61",numchild="0",value="2768386730",type="uint32_t"
(gdb) 
252^done,name="var62",numchild="0",value="2768386730",type="uint32_t"
(gdb) 
253-var-evaluate-expression var62
253^done,value="2768386730"
(gdb) 
254-var-create - * $r31
255-var-create - * $r31
254^done,name="var63",numchild="0",value="1074007984",type="uint32_t"
(gdb) 
255^done,name="var64",numchild="0",value="1074007984",type="uint32_t"
(gdb) 
256-var-evaluate-expression var64
256^done,value="1074007984"
(gdb) 
257-var-create - * $pc
258-var-create - * $pc
257^done,name="var65",numchild="0",value="1073741860",type="uint32_t"
(gdb) 
258^done,name="var66",numchild="0",value="1073741860",type="uint32_t"
(gdb) 
259-var-evaluate-expression var66
259^done,value="1073741860"
(gdb) 
260-var-create - * $msr
261-var-create - * $msr
260^done,name="var67",numchild="0",value="33554432",type="uint32_t"
(gdb) 
261^done,name="var68",numchild="0",value="33554432",type="uint32_t"
(gdb) 
262-var-evaluate-expression var68
262^done,value="33554432"
(gdb) 
263-var-create - * $cr
264-var-create - * $cr
263^done,name="var69",numchild="0",value="2517016483",type="uint32_t"
(gdb) 
264^done,name="var70",numchild="0",value="2517016483",type="uint32_t"
(gdb) 
265-var-evaluate-expression var70
265^done,value="2517016483"
(gdb) 
266-var-create - * $lr
267-var-create - * $lr
266^done,name="var71",numchild="0",value="1073758820",type="uint32_t"
(gdb) 
267^done,name="var72",numchild="0",value="1073758820",type="uint32_t"
(gdb) 
268-var-evaluate-expression var72
268^done,value="1073758820"
(gdb) 
269-var-create - * $ctr
270-var-create - * $ctr
269^done,name="var73",numchild="0",value="0",type="uint32_t"
(gdb) 
270^done,name="var74",numchild="0",value="0",type="uint32_t"
(gdb) 
271-var-evaluate-expression var74
271^done,value="0"
(gdb) 
272-var-create - * $xer
273-var-create - * $xer
272^done,name="var75",numchild="0",value="3758096511",type="uint32_t"
(gdb) 
273^done,name="var76",numchild="0",value="3758096511",type="uint32_t"
(gdb) 
274-var-evaluate-expression var76
274^done,value="3758096511"
(gdb) 
275-var-create - * $acc
276-var-create - * $acc
275^done,name="var77",numchild="0",value="0",type="long long"
(gdb) 
276^done,name="var78",numchild="0",value="0",type="long long"
(gdb) 
277-var-evaluate-expression var78
277^done,value="0"
(gdb) 
278-var-create - * $spefscr
279-var-create - * $spefscr
278^done,name="var79",numchild="0",value="0",type="long"
(gdb) 
279^done,name="var80",numchild="0",value="0",type="long"
(gdb) 
280-var-evaluate-expression var80
280^done,value="0"
(gdb) 
281-var-create - * $ev0
282-var-create - * $ev0
281^done,name="var81",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
282^done,name="var82",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
283-var-evaluate-expression var82
283^done,value="{...}"
(gdb) 
284-var-create - * $ev1
285-var-create - * $ev1
284^done,name="var83",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
285^done,name="var84",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
286-var-evaluate-expression var84
286^done,value="{...}"
(gdb) 
287-var-create - * $ev2
288-var-create - * $ev2
287^done,name="var85",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
288^done,name="var86",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
289-var-evaluate-expression var86
289^done,value="{...}"
(gdb) 
290-var-create - * $ev3
291-var-create - * $ev3
290^done,name="var87",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
291^done,name="var88",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
292-var-evaluate-expression var88
292^done,value="{...}"
(gdb) 
293-var-create - * $ev4
294-var-create - * $ev4
293^done,name="var89",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
294^done,name="var90",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
295-var-evaluate-expression var90
295^done,value="{...}"
(gdb) 
296-var-create - * $ev5
297-var-create - * $ev5
296^done,name="var91",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
297^done,name="var92",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
298-var-evaluate-expression var92
298^done,value="{...}"
(gdb) 
299-var-create - * $ev6
300-var-create - * $ev6
299^done,name="var93",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
300^done,name="var94",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
301-var-evaluate-expression var94
301^done,value="{...}"
(gdb) 
302-var-create - * $ev7
303-var-create - * $ev7
302^done,name="var95",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
303^done,name="var96",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
304-var-evaluate-expression var96
304^done,value="{...}"
(gdb) 
305-var-create - * $ev8
306-var-create - * $ev8
305^done,name="var97",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
306^done,name="var98",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
307-var-evaluate-expression var98
307^done,value="{...}"
(gdb) 
308-var-create - * $ev9
309-var-create - * $ev9
308^done,name="var99",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
309^done,name="var100",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
310-var-evaluate-expression var100
310^done,value="{...}"
(gdb) 
311-var-create - * $ev10
312-var-create - * $ev10
311^done,name="var101",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
312^done,name="var102",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
313-var-evaluate-expression var102
313^done,value="{...}"
(gdb) 
314-var-create - * $ev11
315-var-create - * $ev11
314^done,name="var103",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
315^done,name="var104",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
316-var-evaluate-expression var104
316^done,value="{...}"
(gdb) 
317-var-create - * $ev12
318-var-create - * $ev12
317^done,name="var105",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
318^done,name="var106",numchild="5",value="{...}",type="ppc_builtin_type_vec64"
(gdb) 
319-var-evaluate-expression var106
319^done,value="{...}"
(gdb) 
320-var-list-children var82
320^done,numchild="5",children=[child={name="var82.uint64",exp="uint64",numchild="0",type="int64_t"},child={name="var82.v2_float",exp="v2_float",numchild="2",type="float [2]"},child={name="var82.v2_int32",exp="v2_int32",numchild="2",type="int32_t [2]"},child={name="var82.v4_int16",exp="v4_int16",numchild="4",type="int16_t [4]"},child={name="var82.v8_int8",exp="v8_int8",numchild="8",type="int8_t [8]"}]
(gdb) 
321-var-info-expression var82
321^done,lang="C",exp="$ev0"
(gdb) 
322-var-evaluate-expression var82.uint64
322^done,value="3326892466103140964"
(gdb) 
323-var-create - * &(($ev0).v2_float)
323^done,name="var107",numchild="1",value="",type="float (*)[2]"
(gdb) 
324-var-set-format var107 hexadecimal
324^done,format="hexadecimal",value=""
(gdb) 
325-var-evaluate-expression var107
325^done,value=""
(gdb) 
326-var-create - * &(($ev0).v2_int32)
326^done,name="var108",numchild="1",value="",type="int32_t (*)[2]"
(gdb) 
327-var-set-format var108 hexadecimal
327^done,format="hexadecimal",value=""
(gdb) 
328-var-evaluate-expression var108
328^done,value=""
(gdb) 
329-var-create - * &(($ev0).v4_int16)
329^done,name="var109",numchild="1",value="",type="int16_t (*)[4]"
(gdb) 
330-var-set-format var109 hexadecimal
330^done,format="hexadecimal",value=""
(gdb) 
331-var-evaluate-expression var109
331^done,value=""
(gdb) 
332-var-create - * &(($ev0).v8_int8)
332^done,name="var110",numchild="1",value="",type="int8_t (*)[8]"
(gdb) 
333-var-set-format var110 hexadecimal
333^done,format="hexadecimal",value=""
(gdb) 
334-var-evaluate-expression var110
334^done,value=""
(gdb) 
info reg all
335-interpreter-exec console "info reg all"
~"r0             0x40004264"
r0             0x40004264~"\t1073758820"
	1073758820~"\n"

~"r1             0x40040fb0"
r1             0x40040fb0~"\t1074007984"
	1074007984~"\n"

~"r2             0x40005dd8"
r2             0x40005dd8~"\t1073765848"
	1073765848~"\n"

~"r3             0x3"
r3             0x3~"\t3"
	3~"\n"

~"r4             0xfff80000"
r4             0xfff80000~"\t4294443008"
	4294443008~"\n"

~"r5             0x40"
r5             0x40~"\t64"
	64~"\n"

~"r6             0x40000010"
r6             0x40000010~"\t1073741840"
	1073741840~"\n"

~"r7             0x0"
r7             0x0~"\t0"
	0~"\n"

~"r8             0x3"
r8             0x3~"\t3"
	3~"\n"

~"r9             0xc3f8402c"
r9             0xc3f8402c~"\t3287826476"
	3287826476~"\n"

~"r10            0xfff80042"
r10            0xfff80042~"\t4294443074"
	4294443074~"\n"

~"r11            0x40040ff0"
r11            0x40040ff0~"\t1074008048"
	1074008048~"\n"

~"r12            0x98a5b7b1"
r12            0x98a5b7b1~"\t2560997297"
	2560997297~"\n"

~"r13            0x40005e60"
r13            0x40005e60~"\t1073765984"
	1073765984~"\n"

~"r14            0xbd1c7439"
r14            0xbd1c7439~"\t3172758585"
	3172758585~"\n"

~"r15            0x3a9165c4"
r15            0x3a9165c4~"\t982607300"
	982607300~"\n"

~"r16            0xf7be26e2"
r16            0xf7be26e2~"\t4156434146"
	4156434146~"\n"

~"r17            0x82e8490a"
r17            0x82e8490a~"\t2196261130"
	2196261130~"\n"

~"r18            0x51a0e316"
r18            0x51a0e316~"\t1369498390"
	1369498390~"\n"

~"r19            0xc60a0024"
r19            0xc60a0024~"\t3322544164"
	3322544164~"\n"

~"r20            0x3abb2e66"
r20            0x3abb2e66~"\t985345638"
	985345638~"\n"

~"r21            0xb767acee"
r21            0xb767acee~"\t3077025006"
	3077025006~"\n"

~"r22            0xaec7f0b7"
r22            0xaec7f0b7~"\t2932338871"
	2932338871~"\n"

~"r23            0xc9550184"
r23            0xc9550184~"\t3377791364"
	3377791364~"\n"

~"r24            0xe2a43fb9"
r24            0xe2a43fb9~"\t3802415033"
	3802415033~"\n"

~"r25            0xf67eeab6"
r25            0xf67eeab6~"\t4135512758"
	4135512758~"\n"

~"r26            0xd989d3a7"
r26            0xd989d3a7~"\t3649688487"
	3649688487~"\n"

~"r27            0x11d3bab7"
r27            0x11d3bab7~"\t299088567"
	299088567~"\n"

~"r28            0x44ae7cc2"
r28            0x44ae7cc2~"\t1152285890"
	1152285890~"\n"

~"r29            0x8d5a4fa7"
r29            0x8d5a4fa7~"\t2371506087"
	2371506087~"\n"

~"r30            0xa5023aaa"
r30            0xa5023aaa~"\t2768386730"
	2768386730~"\n"

~"r31            0x40040fb0"
r31            0x40040fb0~"\t1074007984"
	1074007984~"\n"

~"pc             0x40000024"
pc             0x40000024~"\t1073741860"
	1073741860~"\n"

~"msr            0x2000000"
msr            0x2000000~"\t33554432"
	33554432~"\n"

~"cr             0x96069fa3"
cr             0x96069fa3~"\t2517016483"
	2517016483~"\n"

~"lr             0x40004264"
lr             0x40004264~"\t1073758820"
	1073758820~"\n"

~"ctr            0x0"
ctr            0x0~"\t0"
	0~"\n"

~"xer            0xe000007f"
xer            0xe000007f~"\t3758096511"
	3758096511~"\n"

~"acc            0x0"
acc            0x0~"\t0"
	0~"\n"

~"spefscr        0x0"
spefscr        0x0~"\t0"
	0~"\n"

~"ev0            {uint64 = 0x2e2b7f1240004264"
ev0            {uint64 = 0x2e2b7f1240004264~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x2e2b7f12"
, v2_int32 = {0x2e2b7f12~", 0x40004264"
, 0x40004264~"}"
}~", v4_int16 = {0x2e2b"
, v4_int16 = {0x2e2b~", 0x7f12"
, 0x7f12~", 0x4000"
, 0x4000~", 0x4264"
, 0x4264~"}"
}~", v8_int8 = {0x2e"
, v8_int8 = {0x2e~", 0x2b"
, 0x2b~", 0x7f"
, 0x7f~", 0x12"
, 0x12~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x42"
, 0x42~", 0x64"
, 0x64~"}"
}~"}"
}~"\n"

~"ev1            {uint64 = 0xffd6c95e40040fb0"
ev1            {uint64 = 0xffd6c95e40040fb0~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0xffd6c95e"
, v2_int32 = {0xffd6c95e~", 0x40040fb0"
, 0x40040fb0~"}"
}~", v4_int16 = {0xffd6"
, v4_int16 = {0xffd6~", 0xc95e"
, 0xc95e~", 0x4004"
, 0x4004~", 0xfb0"
, 0xfb0~"}"
}~", v8_int8 = {0xff"
, v8_int8 = {0xff~", 0xd6"
, 0xd6~", 0xc9"
, 0xc9~", 0x5e"
, 0x5e~", 0x40"
, 0x40~", 0x4"
, 0x4~", 0xf"
, 0xf~", 0xb0"
, 0xb0~"}"
}~"}"
}~"\n"

~"ev2            {uint64 = 0x5d00f28040005dd8"
ev2            {uint64 = 0x5d00f28040005dd8~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x5d00f280"
, v2_int32 = {0x5d00f280~", 0x40005dd8"
, 0x40005dd8~"}"
}~", v4_int16 = {0x5d00"
, v4_int16 = {0x5d00~", 0xf280"
, 0xf280~", 0x4000"
, 0x4000~", 0x5dd8"
, 0x5dd8~"}"
}~", v8_int8 = {0x5d"
, v8_int8 = {0x5d~", 0x0"
, 0x0~", 0xf2"
, 0xf2~", 0x80"
, 0x80~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x5d"
, 0x5d~", 0xd8"
, 0xd8~"}"
}~"}"
}~"\n"

~"ev3            {uint64 = 0x9ef66d3f00000003"
ev3            {uint64 = 0x9ef66d3f00000003~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x9ef66d3f"
, v2_int32 = {0x9ef66d3f~", 0x3"
, 0x3~"}"
}~", v4_int16 = {0x9ef6"
, v4_int16 = {0x9ef6~", 0x6d3f"
, 0x6d3f~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~", v8_int8 = {0x9e"
, v8_int8 = {0x9e~", 0xf6"
, 0xf6~", 0x6d"
, 0x6d~", 0x3f"
, 0x3f~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~"}"
}~"\n"

~"ev4            {uint64 = 0x7bdffbd5fff80000"
ev4            {uint64 = 0x7bdffbd5fff80000~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x7bdffbd5"
, v2_int32 = {0x7bdffbd5~", 0xfff80000"
, 0xfff80000~"}"
}~", v4_int16 = {0x7bdf"
, v4_int16 = {0x7bdf~", 0xfbd5"
, 0xfbd5~", 0xfff8"
, 0xfff8~", 0x0"
, 0x0~"}"
}~", v8_int8 = {0x7b"
, v8_int8 = {0x7b~", 0xdf"
, 0xdf~", 0xfb"
, 0xfb~", 0xd5"
, 0xd5~", 0xff"
, 0xff~", 0xf8"
, 0xf8~", 0x0"
, 0x0~", 0x0"
, 0x0~"}"
}~"}"
}~"\n"

~"ev5            {uint64 = 0x37978bd400000040"
ev5            {uint64 = 0x37978bd400000040~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x37978bd4"
, v2_int32 = {0x37978bd4~", 0x40"
, 0x40~"}"
}~", v4_int16 = {0x3797"
, v4_int16 = {0x3797~", 0x8bd4"
, 0x8bd4~", 0x0"
, 0x0~", 0x40"
, 0x40~"}"
}~", v8_int8 = {0x37"
, v8_int8 = {0x37~", 0x97"
, 0x97~", 0x8b"
, 0x8b~", 0xd4"
, 0xd4~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x40"
, 0x40~"}"
}~"}"
}~"\n"

~"ev6            {uint64 = 0xae3ff54540000010"
ev6            {uint64 = 0xae3ff54540000010~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0xae3ff545"
, v2_int32 = {0xae3ff545~", 0x40000010"
, 0x40000010~"}"
}~", v4_int16 = {0xae3f"
, v4_int16 = {0xae3f~", 0xf545"
, 0xf545~", 0x4000"
, 0x4000~", 0x10"
, 0x10~"}"
}~", v8_int8 = {0xae"
, v8_int8 = {0xae~", 0x3f"
, 0x3f~", 0xf5"
, 0xf5~", 0x45"
, 0x45~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x10"
, 0x10~"}"
}~"}"
}~"\n"

~"ev7            {uint64 = 0xe4aa238c00000000"
ev7            {uint64 = 0xe4aa238c00000000~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xe4aa238c"
, v2_int32 = {0xe4aa238c~", 0x0"
, 0x0~"}"
}~", v4_int16 = {0xe4aa"
, v4_int16 = {0xe4aa~", 0x238c"
, 0x238c~", 0x0"
, 0x0~", 0x0"
, 0x0~"}"
}~", v8_int8 = {0xe4"
, v8_int8 = {0xe4~", 0xaa"
, 0xaa~", 0x23"
, 0x23~", 0x8c"
, 0x8c~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~"}"
}~"}"
}~"\n"

~"ev8            {uint64 = 0x5ffb3be200000003"
ev8            {uint64 = 0x5ffb3be200000003~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x5ffb3be2"
, v2_int32 = {0x5ffb3be2~", 0x3"
, 0x3~"}"
}~", v4_int16 = {0x5ffb"
, v4_int16 = {0x5ffb~", 0x3be2"
, 0x3be2~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~", v8_int8 = {0x5f"
, v8_int8 = {0x5f~", 0xfb"
, 0xfb~", 0x3b"
, 0x3b~", 0xe2"
, 0xe2~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~"}"
}~"\n"

~"ev9            {uint64 = 0xd47e914ac3f8402c"
ev9            {uint64 = 0xd47e914ac3f8402c~", v2_float = {0xbad80000"
, v2_float = {0xbad80000~", 0xfffffe10"
, 0xfffffe10~"}"
}~", v2_int32 = {0xd47e914a"
, v2_int32 = {0xd47e914a~", 0xc3f8402c"
, 0xc3f8402c~"}"
}~", v4_int16 = {0xd47e"
, v4_int16 = {0xd47e~", 0x914a"
, 0x914a~", 0xc3f8"
, 0xc3f8~", 0x402c"
, 0x402c~"}"
}~", v8_int8 = {0xd4"
, v8_int8 = {0xd4~", 0x7e"
, 0x7e~", 0x91"
, 0x91~", 0x4a"
, 0x4a~", 0xc3"
, 0xc3~", 0xf8"
, 0xf8~", 0x40"
, 0x40~", 0x2c"
, 0x2c~"}"
}~"}"
}~"\n"

~"ev10           {uint64 = 0x3420b874fff80042"
ev10           {uint64 = 0x3420b874fff80042~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x3420b874"
, v2_int32 = {0x3420b874~", 0xfff80042"
, 0xfff80042~"}"
}~", v4_int16 = {0x3420"
, v4_int16 = {0x3420~", 0xb874"
, 0xb874~", 0xfff8"
, 0xfff8~", 0x42"
, 0x42~"}"
}~", v8_int8 = {0x34"
, v8_int8 = {0x34~", 0x20"
, 0x20~", 0xb8"
, 0xb8~", 0x74"
, 0x74~", 0xff"
, 0xff~", 0xf8"
, 0xf8~", 0x0"
, 0x0~", 0x42"
, 0x42~"}"
}~"}"
}~"\n"

~"ev11           {uint64 = 0x265213b440040ff0"
ev11           {uint64 = 0x265213b440040ff0~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x265213b4"
, v2_int32 = {0x265213b4~", 0x40040ff0"
, 0x40040ff0~"}"
}~", v4_int16 = {0x2652"
, v4_int16 = {0x2652~", 0x13b4"
, 0x13b4~", 0x4004"
, 0x4004~", 0xff0"
, 0xff0~"}"
}~", v8_int8 = {0x26"
, v8_int8 = {0x26~", 0x52"
, 0x52~", 0x13"
, 0x13~", 0xb4"
, 0xb4~", 0x40"
, 0x40~", 0x4"
, 0x4~", 0xf"
, 0xf~", 0xf0"
, 0xf0~"}"
}~"}"
}~"\n"

~"ev12           {uint64 = 0x1ce0f79898a5b7b1"
ev12           {uint64 = 0x1ce0f79898a5b7b1~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x1ce0f798"
, v2_int32 = {0x1ce0f798~", 0x98a5b7b1"
, 0x98a5b7b1~"}"
}~", v4_int16 = {0x1ce0"
, v4_int16 = {0x1ce0~", 0xf798"
, 0xf798~", 0x98a5"
, 0x98a5~", 0xb7b1"
, 0xb7b1~"}"
}~", v8_int8 = {0x1c"
, v8_int8 = {0x1c~", 0xe0"
, 0xe0~", 0xf7"
, 0xf7~", 0x98"
, 0x98~", 0x98"
, 0x98~", 0xa5"
, 0xa5~", 0xb7"
, 0xb7~", 0xb1"
, 0xb1~"}"
}~"}"
}~"\n"

~"ev13           {uint64 = 0x65fad85b40005e60"
ev13           {uint64 = 0x65fad85b40005e60~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x65fad85b"
, v2_int32 = {0x65fad85b~", 0x40005e60"
, 0x40005e60~"}"
}~", v4_int16 = {0x65fa"
, v4_int16 = {0x65fa~", 0xd85b"
, 0xd85b~", 0x4000"
, 0x4000~", 0x5e60"
, 0x5e60~"}"
}~", v8_int8 = {0x65"
, v8_int8 = {0x65~", 0xfa"
, 0xfa~", 0xd8"
, 0xd8~", 0x5b"
, 0x5b~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x5e"
, 0x5e~", 0x60"
, 0x60~"}"
}~"}"
}~"\n"

~"ev14           {uint64 = 0x8df0a249bd1c7439"
ev14           {uint64 = 0x8df0a249bd1c7439~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x8df0a249"
, v2_int32 = {0x8df0a249~", 0xbd1c7439"
, 0xbd1c7439~"}"
}~", v4_int16 = {0x8df0"
, v4_int16 = {0x8df0~", 0xa249"
, 0xa249~", 0xbd1c"
, 0xbd1c~", 0x7439"
, 0x7439~"}"
}~", v8_int8 = {0x8d"
, v8_int8 = {0x8d~", 0xf0"
, 0xf0~", 0xa2"
, 0xa2~", 0x49"
, 0x49~", 0xbd"
, 0xbd~", 0x1c"
, 0x1c~", 0x74"
, 0x74~", 0x39"
, 0x39~"}"
}~"}"
}~"\n"

~"ev15           {uint64 = 0xc977cbef3a9165c4"
ev15           {uint64 = 0xc977cbef3a9165c4~", v2_float = {0xfff08342"
, v2_float = {0xfff08342~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xc977cbef"
, v2_int32 = {0xc977cbef~", 0x3a9165c4"
, 0x3a9165c4~"}"
}~", v4_int16 = {0xc977"
, v4_int16 = {0xc977~", 0xcbef"
, 0xcbef~", 0x3a91"
, 0x3a91~", 0x65c4"
, 0x65c4~"}"
}~", v8_int8 = {0xc9"
, v8_int8 = {0xc9~", 0x77"
, 0x77~", 0xcb"
, 0xcb~", 0xef"
, 0xef~", 0x3a"
, 0x3a~", 0x91"
, 0x91~", 0x65"
, 0x65~", 0xc4"
, 0xc4~"}"
}~"}"
}~"\n"

~"ev16           {uint64 = 0xe5497103f7be26e2"
ev16           {uint64 = 0xe5497103f7be26e2~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xe5497103"
, v2_int32 = {0xe5497103~", 0xf7be26e2"
, 0xf7be26e2~"}"
}~", v4_int16 = {0xe549"
, v4_int16 = {0xe549~", 0x7103"
, 0x7103~", 0xf7be"
, 0xf7be~", 0x26e2"
, 0x26e2~"}"
}~", v8_int8 = {0xe5"
, v8_int8 = {0xe5~", 0x49"
, 0x49~", 0x71"
, 0x71~", 0x3"
, 0x3~", 0xf7"
, 0xf7~", 0xbe"
, 0xbe~", 0x26"
, 0x26~", 0xe2"
, 0xe2~"}"
}~"}"
}~"\n"

~"ev17           {uint64 = 0x6892ab5582e8490a"
ev17           {uint64 = 0x6892ab5582e8490a~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x6892ab55"
, v2_int32 = {0x6892ab55~", 0x82e8490a"
, 0x82e8490a~"}"
}~", v4_int16 = {0x6892"
, v4_int16 = {0x6892~", 0xab55"
, 0xab55~", 0x82e8"
, 0x82e8~", 0x490a"
, 0x490a~"}"
}~", v8_int8 = {0x68"
, v8_int8 = {0x68~", 0x92"
, 0x92~", 0xab"
, 0xab~", 0x55"
, 0x55~", 0x82"
, 0x82~", 0xe8"
, 0xe8~", 0x49"
, 0x49~", 0xa"
, 0xa~"}"
}~"}"
}~"\n"

~"ev18           {uint64 = 0x7567ff9c51a0e316"
ev18           {uint64 = 0x7567ff9c51a0e316~", v2_float = {0x0"
, v2_float = {0x0~", 0x1c62c000"
, 0x1c62c000~"}"
}~", v2_int32 = {0x7567ff9c"
, v2_int32 = {0x7567ff9c~", 0x51a0e316"
, 0x51a0e316~"}"
}~", v4_int16 = {0x7567"
, v4_int16 = {0x7567~", 0xff9c"
, 0xff9c~", 0x51a0"
, 0x51a0~", 0xe316"
, 0xe316~"}"
}~", v8_int8 = {0x75"
, v8_int8 = {0x75~", 0x67"
, 0x67~", 0xff"
, 0xff~", 0x9c"
, 0x9c~", 0x51"
, 0x51~", 0xa0"
, 0xa0~", 0xe3"
, 0xe3~", 0x16"
, 0x16~"}"
}~"}"
}~"\n"

~"ev19           {uint64 = 0xf1f51d77c60a0024"
ev19           {uint64 = 0xf1f51d77c60a0024~", v2_float = {0x0"
, v2_float = {0x0~", 0xffffdd80"
, 0xffffdd80~"}"
}~", v2_int32 = {0xf1f51d77"
, v2_int32 = {0xf1f51d77~", 0xc60a0024"
, 0xc60a0024~"}"
}~", v4_int16 = {0xf1f5"
, v4_int16 = {0xf1f5~", 0x1d77"
, 0x1d77~", 0xc60a"
, 0xc60a~", 0x24"
, 0x24~"}"
}~", v8_int8 = {0xf1"
, v8_int8 = {0xf1~", 0xf5"
, 0xf5~", 0x1d"
, 0x1d~", 0x77"
, 0x77~", 0xc6"
, 0xc6~", 0xa"
, 0xa~", 0x0"
, 0x0~", 0x24"
, 0x24~"}"
}~"}"
}~"\n"

~"ev20           {uint64 = 0xc5eaf22e3abb2e66"
ev20           {uint64 = 0xc5eaf22e3abb2e66~", v2_float = {0xffffe2a2"
, v2_float = {0xffffe2a2~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xc5eaf22e"
, v2_int32 = {0xc5eaf22e~", 0x3abb2e66"
, 0x3abb2e66~"}"
}~", v4_int16 = {0xc5ea"
, v4_int16 = {0xc5ea~", 0xf22e"
, 0xf22e~", 0x3abb"
, 0x3abb~", 0x2e66"
, 0x2e66~"}"
}~", v8_int8 = {0xc5"
, v8_int8 = {0xc5~", 0xea"
, 0xea~", 0xf2"
, 0xf2~", 0x2e"
, 0x2e~", 0x3a"
, 0x3a~", 0xbb"
, 0xbb~", 0x2e"
, 0x2e~", 0x66"
, 0x66~"}"
}~"}"
}~"\n"

~"ev21           {uint64 = 0xfd37978db767acee"
ev21           {uint64 = 0xfd37978db767acee~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xfd37978d"
, v2_int32 = {0xfd37978d~", 0xb767acee"
, 0xb767acee~"}"
}~", v4_int16 = {0xfd37"
, v4_int16 = {0xfd37~", 0x978d"
, 0x978d~", 0xb767"
, 0xb767~", 0xacee"
, 0xacee~"}"
}~", v8_int8 = {0xfd"
, v8_int8 = {0xfd~", 0x37"
, 0x37~", 0x97"
, 0x97~", 0x8d"
, 0x8d~", 0xb7"
, 0xb7~", 0x67"
, 0x67~", 0xac"
, 0xac~", 0xee"
, 0xee~"}"
}~"}"
}~"\n"

~"ev22           {uint64 = 0xb92ac982aec7f0b7"
ev22           {uint64 = 0xb92ac982aec7f0b7~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xb92ac982"
, v2_int32 = {0xb92ac982~", 0xaec7f0b7"
, 0xaec7f0b7~"}"
}~", v4_int16 = {0xb92a"
, v4_int16 = {0xb92a~", 0xc982"
, 0xc982~", 0xaec7"
, 0xaec7~", 0xf0b7"
, 0xf0b7~"}"
}~", v8_int8 = {0xb9"
, v8_int8 = {0xb9~", 0x2a"
, 0x2a~", 0xc9"
, 0xc9~", 0x82"
, 0x82~", 0xae"
, 0xae~", 0xc7"
, 0xc7~", 0xf0"
, 0xf0~", 0xb7"
, 0xb7~"}"
}~"}"
}~"\n"

~"ev23           {uint64 = 0x82ce9e08c9550184"
ev23           {uint64 = 0x82ce9e08c9550184~", v2_float = {0x0"
, v2_float = {0x0~", 0xfff2afe8"
, 0xfff2afe8~"}"
}~", v2_int32 = {0x82ce9e08"
, v2_int32 = {0x82ce9e08~", 0xc9550184"
, 0xc9550184~"}"
}~", v4_int16 = {0x82ce"
, v4_int16 = {0x82ce~", 0x9e08"
, 0x9e08~", 0xc955"
, 0xc955~", 0x184"
, 0x184~"}"
}~", v8_int8 = {0x82"
, v8_int8 = {0x82~", 0xce"
, 0xce~", 0x9e"
, 0x9e~", 0x8"
, 0x8~", 0xc9"
, 0xc9~", 0x55"
, 0x55~", 0x1"
, 0x1~", 0x84"
, 0x84~"}"
}~"}"
}~"\n"

~"ev24           {uint64 = 0xfeba6398e2a43fb9"
ev24           {uint64 = 0xfeba6398e2a43fb9~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xfeba6398"
, v2_int32 = {0xfeba6398~", 0xe2a43fb9"
, 0xe2a43fb9~"}"
}~", v4_int16 = {0xfeba"
, v4_int16 = {0xfeba~", 0x6398"
, 0x6398~", 0xe2a4"
, 0xe2a4~", 0x3fb9"
, 0x3fb9~"}"
}~", v8_int8 = {0xfe"
, v8_int8 = {0xfe~", 0xba"
, 0xba~", 0x63"
, 0x63~", 0x98"
, 0x98~", 0xe2"
, 0xe2~", 0xa4"
, 0xa4~", 0x3f"
, 0x3f~", 0xb9"
, 0xb9~"}"
}~"}"
}~"\n"

~"ev25           {uint64 = 0xbce5912df67eeab6"
ev25           {uint64 = 0xbce5912df67eeab6~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xbce5912d"
, v2_int32 = {0xbce5912d~", 0xf67eeab6"
, 0xf67eeab6~"}"
}~", v4_int16 = {0xbce5"
, v4_int16 = {0xbce5~", 0x912d"
, 0x912d~", 0xf67e"
, 0xf67e~", 0xeab6"
, 0xeab6~"}"
}~", v8_int8 = {0xbc"
, v8_int8 = {0xbc~", 0xe5"
, 0xe5~", 0x91"
, 0x91~", 0x2d"
, 0x2d~", 0xf6"
, 0xf6~", 0x7e"
, 0x7e~", 0xea"
, 0xea~", 0xb6"
, 0xb6~"}"
}~"}"
}~"\n"

~"ev26           {uint64 = 0x1e6e17bfd989d3a7"
ev26           {uint64 = 0x1e6e17bfd989d3a7~", v2_float = {0x0"
, v2_float = {0x0~", 0x20000000"
, 0x20000000~"}"
}~", v2_int32 = {0x1e6e17bf"
, v2_int32 = {0x1e6e17bf~", 0xd989d3a7"
, 0xd989d3a7~"}"
}~", v4_int16 = {0x1e6e"
, v4_int16 = {0x1e6e~", 0x17bf"
, 0x17bf~", 0xd989"
, 0xd989~", 0xd3a7"
, 0xd3a7~"}"
}~", v8_int8 = {0x1e"
, v8_int8 = {0x1e~", 0x6e"
, 0x6e~", 0x17"
, 0x17~", 0xbf"
, 0xbf~", 0xd9"
, 0xd9~", 0x89"
, 0x89~", 0xd3"
, 0xd3~", 0xa7"
, 0xa7~"}"
}~"}"
}~"\n"

~"ev27           {uint64 = 0xfbea0df511d3bab7"
ev27           {uint64 = 0xfbea0df511d3bab7~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xfbea0df5"
, v2_int32 = {0xfbea0df5~", 0x11d3bab7"
, 0x11d3bab7~"}"
}~", v4_int16 = {0xfbea"
, v4_int16 = {0xfbea~", 0xdf5"
, 0xdf5~", 0x11d3"
, 0x11d3~", 0xbab7"
, 0xbab7~"}"
}~", v8_int8 = {0xfb"
, v8_int8 = {0xfb~", 0xea"
, 0xea~", 0xd"
, 0xd~", 0xf5"
, 0xf5~", 0x11"
, 0x11~", 0xd3"
, 0xd3~", 0xba"
, 0xba~", 0xb7"
, 0xb7~"}"
}~"}"
}~"\n"

~"ev28           {uint64 = 0x63c2757e44ae7cc2"
ev28           {uint64 = 0x63c2757e44ae7cc2~", v2_float = {0x0"
, v2_float = {0x0~", 0x573"
, 0x573~"}"
}~", v2_int32 = {0x63c2757e"
, v2_int32 = {0x63c2757e~", 0x44ae7cc2"
, 0x44ae7cc2~"}"
}~", v4_int16 = {0x63c2"
, v4_int16 = {0x63c2~", 0x757e"
, 0x757e~", 0x44ae"
, 0x44ae~", 0x7cc2"
, 0x7cc2~"}"
}~", v8_int8 = {0x63"
, v8_int8 = {0x63~", 0xc2"
, 0xc2~", 0x75"
, 0x75~", 0x7e"
, 0x7e~", 0x44"
, 0x44~", 0xae"
, 0xae~", 0x7c"
, 0x7c~", 0xc2"
, 0xc2~"}"
}~"}"
}~"\n"

~"ev29           {uint64 = 0x166e06588d5a4fa7"
ev29           {uint64 = 0x166e06588d5a4fa7~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x166e0658"
, v2_int32 = {0x166e0658~", 0x8d5a4fa7"
, 0x8d5a4fa7~"}"
}~", v4_int16 = {0x166e"
, v4_int16 = {0x166e~", 0x658"
, 0x658~", 0x8d5a"
, 0x8d5a~", 0x4fa7"
, 0x4fa7~"}"
}~", v8_int8 = {0x16"
, v8_int8 = {0x16~", 0x6e"
, 0x6e~", 0x6"
, 0x6~", 0x58"
, 0x58~", 0x8d"
, 0x8d~", 0x5a"
, 0x5a~", 0x4f"
, 0x4f~", 0xa7"
, 0xa7~"}"
}~"}"
}~"\n"

~"ev30           {uint64 = 0x6adefd28a5023aaa"
ev30           {uint64 = 0x6adefd28a5023aaa~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x6adefd28"
, v2_int32 = {0x6adefd28~", 0xa5023aaa"
, 0xa5023aaa~"}"
}~", v4_int16 = {0x6ade"
, v4_int16 = {0x6ade~", 0xfd28"
, 0xfd28~", 0xa502"
, 0xa502~", 0x3aaa"
, 0x3aaa~"}"
}~", v8_int8 = {0x6a"
, v8_int8 = {0x6a~", 0xde"
, 0xde~", 0xfd"
, 0xfd~", 0x28"
, 0x28~", 0xa5"
, 0xa5~", 0x2"
, 0x2~", 0x3a"
, 0x3a~", 0xaa"
, 0xaa~"}"
}~"}"
}~"\n"

~"ev31           {uint64 = 0xdae8560940040fb0"
ev31           {uint64 = 0xdae8560940040fb0~", v2_float = {0x80000000"
, v2_float = {0x80000000~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0xdae85609"
, v2_int32 = {0xdae85609~", 0x40040fb0"
, 0x40040fb0~"}"
}~", v4_int16 = {0xdae8"
, v4_int16 = {0xdae8~", 0x5609"
, 0x5609~", 0x4004"
, 0x4004~", 0xfb0"
, 0xfb0~"}"
}~", v8_int8 = {0xda"
, v8_int8 = {0xda~", 0xe8"
, 0xe8~", 0x56"
, 0x56~", 0x9"
, 0x9~", 0x40"
, 0x40~", 0x4"
, 0x4~", 0xf"
, 0xf~", 0xb0"
, 0xb0~"}"
}~"}"
}~"\n"

335^done
(gdb) 
364 whatis $r0
&"whatis $r0\n"
~"type = uint32_t\n"
364^done
(gdb) 
365 whatis $r1
&"whatis $r1\n"
~"type = uint32_t\n"
365^done
(gdb) 
366 whatis $r2
&"whatis $r2\n"
~"type = uint32_t\n"
366^done
(gdb) 
367 whatis $r3
&"whatis $r3\n"
~"type = uint32_t\n"
367^done
368 whatis $r4
(gdb) 
&"whatis $r4\n"
~"type = uint32_t\n"
368^done
(gdb) 
369 whatis $r5
&"whatis $r5\n"
~"type = uint32_t\n"
369^done
(gdb) 
370 whatis $r6
&"whatis $r6\n"
~"type = uint32_t\n"
370^done
(gdb) 
371 whatis $r7
&"whatis $r7\n"
~"type = uint32_t\n"
371^done
(gdb) 
372 whatis $r8
&"whatis $r8\n"
~"type = uint32_t\n"
372^done
(gdb) 
373 whatis $r9
&"whatis $r9\n"
~"type = uint32_t\n"
373^done
(gdb) 
374 whatis $r10
&"whatis $r10\n"
~"type = uint32_t\n"
374^done
(gdb) 
375 whatis $r11
&"whatis $r11\n"
~"type = uint32_t\n"
375^done
(gdb) 
376 whatis $r12
&"whatis $r12\n"
~"type = uint32_t\n"
376^done
(gdb) 
377 whatis $r13
&"whatis $r13\n"
~"type = uint32_t\n"
377^done
(gdb) 
378 whatis $r14
&"whatis $r14\n"
~"type = uint32_t\n"
378^done
(gdb) 
379 whatis $r15
&"whatis $r15\n"
~"type = uint32_t\n"
379^done
(gdb) 
380 whatis $r16
&"whatis $r16\n"
~"type = uint32_t\n"
380^done
(gdb) 
381 whatis $r17
&"whatis $r17\n"
~"type = uint32_t\n"
381^done
(gdb) 
382 whatis $r18
&"whatis $r18\n"
~"type = uint32_t\n"
382^done
(gdb) 
383 whatis $r19
&"whatis $r19\n"
~"type = uint32_t\n"
383^done
384 whatis $r20
(gdb) 
&"whatis $r20\n"
~"type = uint32_t\n"
384^done
(gdb) 
385 whatis $r21
&"whatis $r21\n"
~"type = uint32_t\n"
385^done
(gdb) 
386 whatis $r22
&"whatis $r22\n"
~"type = uint32_t\n"
386^done
(gdb) 
387 whatis $r23
&"whatis $r23\n"
~"type = uint32_t\n"
387^done
(gdb) 
388 whatis $r24
&"whatis $r24\n"
~"type = uint32_t\n"
388^done
(gdb) 
389 whatis $r25
&"whatis $r25\n"
~"type = uint32_t\n"
389^done
(gdb) 
390 whatis $r26
&"whatis $r26\n"
~"type = uint32_t\n"
390^done
(gdb) 
391 whatis $r27
&"whatis $r27\n"
~"type = uint32_t\n"
391^done
(gdb) 
392 whatis $r28
&"whatis $r28\n"
~"type = uint32_t\n"
392^done
(gdb) 
393 whatis $r29
&"whatis $r29\n"
~"type = uint32_t\n"
393^done
(gdb) 
394 whatis $r30
&"whatis $r30\n"
~"type = uint32_t\n"
394^done
(gdb) 
395 whatis $r31
&"whatis $r31\n"
~"type = uint32_t\n"
395^done
(gdb) 
396 whatis $pc
&"whatis $pc\n"
~"type = uint32_t\n"
396^done
(gdb) 
397 whatis $ps
&"whatis $ps\n"
~"type = uint32_t\n"
397^done
(gdb) 
398 whatis $cr
&"whatis $cr\n"
~"type = uint32_t\n"
398^done
(gdb) 
399 whatis $lr
&"whatis $lr\n"
~"type = uint32_t\n"
399^done
(gdb) 
400 whatis $ctr
&"whatis $ctr\n"
~"type = uint32_t\n"
400^done
(gdb) 
401 whatis $xer
&"whatis $xer\n"
~"type = uint32_t\n"
401^done
(gdb) 
402 whatis $acc
&"whatis $acc\n"
~"type = uint64_t\n"
402^done
(gdb) 
403 whatis $spefscr
&"whatis $spefscr\n"
~"type = uint32_t\n"
403^done
(gdb) 
404 whatis $ev0
&"whatis $ev0\n"
~"type = builtin_type_vec64\n"
404^done
(gdb) 
405 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
405^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
406 ptype $ev0
&"ptype $ev0\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
406^done
(gdb) 
407 whatis $ev1
&"whatis $ev1\n"
~"type = builtin_type_vec64\n"
407^done
(gdb) 
408 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
408^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
409 ptype $ev1
&"ptype $ev1\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
409^done
(gdb) 
410 whatis $ev2
&"whatis $ev2\n"
~"type = builtin_type_vec64\n"
410^done
(gdb) 
411 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
411^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
412 ptype $ev2
&"ptype $ev2\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
412^done
(gdb) 
413 whatis $ev3
&"whatis $ev3\n"
~"type = builtin_type_vec64\n"
413^done
(gdb) 
414 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
414^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
415 ptype $ev3
&"ptype $ev3\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
415^done
(gdb) 
416 whatis $ev4
&"whatis $ev4\n"
~"type = builtin_type_vec64\n"
416^done
(gdb) 
417 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
417^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
418 ptype $ev4
&"ptype $ev4\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
418^done
(gdb) 
419 whatis $ev5
&"whatis $ev5\n"
~"type = builtin_type_vec64\n"
419^done
(gdb) 
420 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
420^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
421 ptype $ev5
&"ptype $ev5\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
421^done
(gdb) 
422 whatis $ev6
&"whatis $ev6\n"
~"type = builtin_type_vec64\n"
422^done
(gdb) 
423 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
423^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
424 ptype $ev6
&"ptype $ev6\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
424^done
(gdb) 
425 whatis $ev7
&"whatis $ev7\n"
~"type = builtin_type_vec64\n"
425^done
(gdb) 
426 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
426^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
427 ptype $ev7
&"ptype $ev7\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
427^done
(gdb) 
428 whatis $ev8
&"whatis $ev8\n"
~"type = builtin_type_vec64\n"
428^done
(gdb) 
429 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
429^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
430 ptype $ev8
&"ptype $ev8\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
430^done
(gdb) 
431 whatis $ev9
&"whatis $ev9\n"
~"type = builtin_type_vec64\n"
431^done
(gdb) 
432 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
432^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
433 ptype $ev9
&"ptype $ev9\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
433^done
(gdb) 
434 whatis $ev10
&"whatis $ev10\n"
~"type = builtin_type_vec64\n"
434^done
(gdb) 
435 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
435^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
436 ptype $ev10
&"ptype $ev10\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
436^done
(gdb) 
437 whatis $ev11
&"whatis $ev11\n"
~"type = builtin_type_vec64\n"
437^done
(gdb) 
438 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
438^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
439 ptype $ev11
&"ptype $ev11\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
439^done
(gdb) 
440 whatis $ev12
&"whatis $ev12\n"
~"type = builtin_type_vec64\n"
440^done
(gdb) 
441 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
441^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
442 ptype $ev12
&"ptype $ev12\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
442^done
(gdb) 
443 whatis $ev13
&"whatis $ev13\n"
~"type = builtin_type_vec64\n"
443^done
(gdb) 
444 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
444^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
445 ptype $ev13
&"ptype $ev13\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
445^done
(gdb) 
446 whatis $ev14
&"whatis $ev14\n"
~"type = builtin_type_vec64\n"
446^done
(gdb) 
447 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
447^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
448 ptype $ev14
&"ptype $ev14\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
448^done
(gdb) 
449 whatis $ev15
&"whatis $ev15\n"
~"type = builtin_type_vec64\n"
449^done
(gdb) 
450 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
450^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
451 ptype $ev15
&"ptype $ev15\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
451^done
(gdb) 
452 whatis $ev16
&"whatis $ev16\n"
~"type = builtin_type_vec64\n"
452^done
(gdb) 
453 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
453^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
454 ptype $ev16
&"ptype $ev16\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
454^done
(gdb) 
455 whatis $ev17
&"whatis $ev17\n"
~"type = builtin_type_vec64\n"
455^done
(gdb) 
456 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
456^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
457 ptype $ev17
&"ptype $ev17\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
457^done
(gdb) 
458 whatis $ev18
&"whatis $ev18\n"
~"type = builtin_type_vec64\n"
458^done
(gdb) 
459 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
459^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
460 ptype $ev18
&"ptype $ev18\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
460^done
(gdb) 
461 whatis $ev19
&"whatis $ev19\n"
~"type = builtin_type_vec64\n"
461^done
(gdb) 
462 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
462^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
463 ptype $ev19
&"ptype $ev19\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
463^done
(gdb) 
464 whatis $ev20
&"whatis $ev20\n"
~"type = builtin_type_vec64\n"
464^done
(gdb) 
465 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
465^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
466 ptype $ev20
&"ptype $ev20\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
466^done
(gdb) 
467 whatis $ev21
&"whatis $ev21\n"
~"type = builtin_type_vec64\n"
467^done
(gdb) 
468 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
468^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
469 ptype $ev21
&"ptype $ev21\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
469^done
(gdb) 
470 whatis $ev22
&"whatis $ev22\n"
~"type = builtin_type_vec64\n"
470^done
(gdb) 
471 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
471^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
472 ptype $ev22
&"ptype $ev22\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
472^done
(gdb) 
473 whatis $ev23
&"whatis $ev23\n"
~"type = builtin_type_vec64\n"
473^done
(gdb) 
474 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
474^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
475 ptype $ev23
&"ptype $ev23\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
475^done
(gdb) 
476 whatis $ev24
&"whatis $ev24\n"
~"type = builtin_type_vec64\n"
476^done
(gdb) 
477 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
477^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
478 ptype $ev24
&"ptype $ev24\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
478^done
(gdb) 
479 whatis $ev25
&"whatis $ev25\n"
~"type = builtin_type_vec64\n"
479^done
(gdb) 
480 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
480^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
481 ptype $ev25
&"ptype $ev25\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
481^done
(gdb) 
482 whatis $ev26
&"whatis $ev26\n"
~"type = builtin_type_vec64\n"
482^done
(gdb) 
483 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
483^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
484 ptype $ev26
&"ptype $ev26\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
484^done
(gdb) 
485 whatis $ev27
&"whatis $ev27\n"
~"type = builtin_type_vec64\n"
485^done
(gdb) 
486 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
486^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
487 ptype $ev27
&"ptype $ev27\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
487^done
(gdb) 
488 whatis $ev28
&"whatis $ev28\n"
~"type = builtin_type_vec64\n"
488^done
(gdb) 
489 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
489^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
490 ptype $ev28
&"ptype $ev28\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
490^done
(gdb) 
491 whatis $ev29
&"whatis $ev29\n"
~"type = builtin_type_vec64\n"
491^done
(gdb) 
492 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
492^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
493 ptype $ev29
&"ptype $ev29\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
493^done
(gdb) 
494 whatis $ev30
&"whatis $ev30\n"
~"type = builtin_type_vec64\n"
494^done
495 ptype builtin_type_vec64
(gdb) 
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
495^error,msg="No symbol \"builtin_type_vec64\" in current context."
496 ptype $ev30
(gdb) 
&"ptype $ev30\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
496^done
(gdb) 
497 whatis $ev31
&"whatis $ev31\n"
~"type = builtin_type_vec64\n"
497^done
(gdb) 
498 ptype builtin_type_vec64
&"ptype builtin_type_vec64\n"
&"No symbol \"builtin_type_vec64\" in current context.\n"
498^error,msg="No symbol \"builtin_type_vec64\" in current context."
(gdb) 
499 ptype $ev31
&"ptype $ev31\n"
~"type = union __gdb_builtin_type_vec64 {\n"
~"    int64_t uint64;\n"
~"    float v2_float[2];\n"
~"    int32_t v2_int32[2];\n"
~"    int16_t v4_int16[4];\n"
~"    int8_t v8_int8[8];\n"
~"}\n"
499^done
(gdb) 
500-var-create - * $r0
501-var-create - * $r0
500^done,name="var2",numchild="0",type="uint32_t"
(gdb) 
501^done,name="var3",numchild="0",type="uint32_t"
(gdb) 
502-var-evaluate-expression var3
502^done,value="1073758820"
(gdb) 
503-var-create - * $r1
504-var-create - * $r1
503^done,name="var4",numchild="0",type="uint32_t"
(gdb) 
504^done,name="var5",numchild="0",type="uint32_t"
(gdb) 
505-var-create - * $r2
506-var-create - * $r2
505^done,name="var6",numchild="0",type="uint32_t"
(gdb) 
506^done,name="var7",numchild="0",type="uint32_t"
(gdb) 
507-var-evaluate-expression var5
507^done,value="1074007984"
(gdb) 
508-var-evaluate-expression var7
508^done,value="1073765848"
(gdb) 
509-var-create - * $r3
510-var-create - * $r3
509^done,name="var8",numchild="0",type="uint32_t"
(gdb) 
510^done,name="var9",numchild="0",type="uint32_t"
(gdb) 
511-var-create - * $r4
512-var-create - * $r4
511^done,name="var10",numchild="0",type="uint32_t"
(gdb) 
512^done,name="var11",numchild="0",type="uint32_t"
(gdb) 
513-var-create - * $r5
514-var-create - * $r5
513^done,name="var12",numchild="0",type="uint32_t"
(gdb) 
514^done,name="var13",numchild="0",type="uint32_t"
(gdb) 
515-var-create - * $r6
516-var-create - * $r6
515^done,name="var14",numchild="0",type="uint32_t"
(gdb) 
516^done,name="var15",numchild="0",type="uint32_t"
(gdb) 
517-var-create - * $r7
518-var-create - * $r7
517^done,name="var16",numchild="0",type="uint32_t"
(gdb) 
518^done,name="var17",numchild="0",type="uint32_t"
(gdb) 
519-var-create - * $r8
520-var-create - * $r8
519^done,name="var18",numchild="0",type="uint32_t"
(gdb) 
520^done,name="var19",numchild="0",type="uint32_t"
521-var-create - * $r9
522-var-create - * $r9
(gdb) 
521^done,name="var20",numchild="0",type="uint32_t"
(gdb) 
522^done,name="var21",numchild="0",type="uint32_t"
(gdb) 
523-var-create - * $r10
524-var-create - * $r10
523^done,name="var22",numchild="0",type="uint32_t"
(gdb) 
524^done,name="var23",numchild="0",type="uint32_t"
(gdb) 
525-var-create - * $r11
526-var-create - * $r11
525^done,name="var24",numchild="0",type="uint32_t"
(gdb) 
526^done,name="var25",numchild="0",type="uint32_t"
(gdb) 
527-var-evaluate-expression var9
527^done,value="3"
(gdb) 
528-var-evaluate-expression var11
528^done,value="4294443008"
(gdb) 
529-var-evaluate-expression var13
529^done,value="64"
(gdb) 
530-var-evaluate-expression var15
530^done,value="1073741840"
(gdb) 
531-var-evaluate-expression var17
531^done,value="0"
(gdb) 
532-var-evaluate-expression var19
532^done,value="3"
(gdb) 
533-var-evaluate-expression var21
533^done,value="3287826476"
(gdb) 
534-var-evaluate-expression var23
534^done,value="4294443074"
(gdb) 
535-var-evaluate-expression var25
535^done,value="1074008048"
(gdb) 
536-var-create - * $r12
537-var-create - * $r12
536^done,name="var26",numchild="0",type="uint32_t"
(gdb) 
537^done,name="var27",numchild="0",type="uint32_t"
(gdb) 
538-var-evaluate-expression var27
538^done,value="2560997297"
(gdb) 
539-var-create - * $r13
540-var-create - * $r13
539^done,name="var28",numchild="0",type="uint32_t"
(gdb) 
540^done,name="var29",numchild="0",type="uint32_t"
(gdb) 
541-var-evaluate-expression var29
541^done,value="1073765984"
(gdb) 
542-var-create - * $r14
543-var-create - * $r14
542^done,name="var30",numchild="0",type="uint32_t"
(gdb) 
543^done,name="var31",numchild="0",type="uint32_t"
(gdb) 
544-var-create - * $r15
545-var-evaluate-expression var31
544^done,name="var32",numchild="0",type="uint32_t"
(gdb) 
545^done,value="3172758585"
(gdb) 
546-var-create - * $r16
547-var-create - * $r15
546^done,name="var33",numchild="0",type="uint32_t"
(gdb) 
547^done,name="var34",numchild="0",type="uint32_t"
(gdb) 
548-var-create - * $r16
548^done,name="var35",numchild="0",type="uint32_t"
(gdb) 
549-var-evaluate-expression var34
549^done,value="982607300"
(gdb) 
550-var-evaluate-expression var35
550^done,value="4156434146"
(gdb) 
551-var-create - * $r17
552-var-create - * $r17
551^done,name="var36",numchild="0",type="uint32_t"
(gdb) 
552^done,name="var37",numchild="0",type="uint32_t"
(gdb) 
553-var-evaluate-expression var37
553^done,value="2196261130"
(gdb) 
554-var-create - * $r18
555-var-create - * $r18
554^done,name="var38",numchild="0",type="uint32_t"
(gdb) 
555^done,name="var39",numchild="0",type="uint32_t"
(gdb) 
556-var-evaluate-expression var39
556^done,value="1369498390"
(gdb) 
557-var-create - * $r19
558-var-create - * $r19
557^done,name="var40",numchild="0",type="uint32_t"
(gdb) 
558^done,name="var41",numchild="0",type="uint32_t"
559-var-evaluate-expression var41
(gdb) 
559^done,value="3322544164"
560-var-create - * $r20
561-var-create - * $r20
(gdb) 
560^done,name="var42",numchild="0",type="uint32_t"
(gdb) 
561^done,name="var43",numchild="0",type="uint32_t"
(gdb) 
562-var-create - * $r22
563-var-create - * $r22
562^done,name="var44",numchild="0",type="uint32_t"
(gdb) 
563^done,name="var45",numchild="0",type="uint32_t"
(gdb) 
564-var-create - * $r23
565-var-create - * $r23
564^done,name="var46",numchild="0",type="uint32_t"
(gdb) 
565^done,name="var47",numchild="0",type="uint32_t"
(gdb) 
566-var-create - * $r24
567-var-create - * $r24
566^done,name="var48",numchild="0",type="uint32_t"
(gdb) 
567^done,name="var49",numchild="0",type="uint32_t"
(gdb) 
568-var-create - * $r25
569-var-create - * $r21
570-var-create - * $r21
568^done,name="var50",numchild="0",type="uint32_t"
(gdb) 
569^done,name="var51",numchild="0",type="uint32_t"
(gdb) 
570^done,name="var52",numchild="0",type="uint32_t"
(gdb) 
571-var-evaluate-expression var43
571^done,value="985345638"
(gdb) 
572-var-evaluate-expression var52
572^done,value="3077025006"
(gdb) 
573-var-evaluate-expression var45
573^done,value="2932338871"
(gdb) 
574-var-evaluate-expression var47
574^done,value="3377791364"
(gdb) 
575-var-evaluate-expression var49
575^done,value="3802415033"
(gdb) 
576-var-create - * $r25
576^done,name="var53",numchild="0",type="uint32_t"
(gdb) 
577-var-evaluate-expression var53
577^done,value="4135512758"
(gdb) 
578-var-create - * $r26
579-var-create - * $r26
578^done,name="var54",numchild="0",type="uint32_t"
(gdb) 
579^done,name="var55",numchild="0",type="uint32_t"
580-var-evaluate-expression var55
(gdb) 
580^done,value="3649688487"
(gdb) 
581-var-create - * $r27
582-var-create - * $r27
581^done,name="var56",numchild="0",type="uint32_t"
(gdb) 
582^done,name="var57",numchild="0",type="uint32_t"
(gdb) 
583-var-evaluate-expression var57
583^done,value="299088567"
(gdb) 
584-var-create - * $r28
585-var-create - * $r28
584^done,name="var58",numchild="0",type="uint32_t"
(gdb) 
585^done,name="var59",numchild="0",type="uint32_t"
(gdb) 
586-var-evaluate-expression var59
586^done,value="1152285890"
(gdb) 
587-var-create - * $r29
588-var-create - * $r29
587^done,name="var60",numchild="0",type="uint32_t"
(gdb) 
588^done,name="var61",numchild="0",type="uint32_t"
(gdb) 
589-var-evaluate-expression var61
589^done,value="2371506087"
(gdb) 
590-var-create - * $r30
591-var-create - * $r30
590^done,name="var62",numchild="0",type="uint32_t"
(gdb) 
591^done,name="var63",numchild="0",type="uint32_t"
(gdb) 
592-var-evaluate-expression var63
592^done,value="2768386730"
(gdb) 
593-var-create - * $r31
594-var-create - * $r31
593^done,name="var64",numchild="0",type="uint32_t"
(gdb) 
594^done,name="var65",numchild="0",type="uint32_t"
(gdb) 
595-var-evaluate-expression var65
595^done,value="1074007984"
(gdb) 
596-var-create - * $pc
597-var-create - * $pc
596^done,name="var66",numchild="0",type="uint32_t"
(gdb) 
597^done,name="var67",numchild="0",type="uint32_t"
598-var-evaluate-expression var67
(gdb) 
598^done,value="1073741864"
(gdb) 
599-var-create - * $ps
600-var-create - * $ps
599^done,name="var68",numchild="0",type="uint32_t"
(gdb) 
600^done,name="var69",numchild="0",type="uint32_t"
(gdb) 
601-var-evaluate-expression var69
601^done,value="33554432"
(gdb) 
602-var-create - * $cr
603-var-create - * $cr
602^done,name="var70",numchild="0",type="uint32_t"
(gdb) 
603^done,name="var71",numchild="0",type="uint32_t"
(gdb) 
604-var-evaluate-expression var71
604^done,value="2517016483"
(gdb) 
605-var-create - * $lr
606-var-create - * $lr
605^done,name="var72",numchild="0",type="uint32_t"
(gdb) 
606^done,name="var73",numchild="0",type="uint32_t"
(gdb) 
607-var-evaluate-expression var73
607^done,value="1073741864"
(gdb) 
608-var-create - * $ctr
609-var-create - * $ctr
608^done,name="var74",numchild="0",type="uint32_t"
(gdb) 
609^done,name="var75",numchild="0",type="uint32_t"
(gdb) 
610-var-evaluate-expression var75
610^done,value="0"
(gdb) 
611-var-create - * $xer
612-var-create - * $xer
611^done,name="var76",numchild="0",type="uint32_t"
(gdb) 
612^done,name="var77",numchild="0",type="uint32_t"
(gdb) 
613-var-evaluate-expression var77
613^done,value="3758096511"
(gdb) 
614-var-create - * $acc
615-var-create - * $acc
614^done,name="var78",numchild="0",type="uint64_t"
(gdb) 
615^done,name="var79",numchild="0",type="uint64_t"
(gdb) 
616-var-evaluate-expression var79
616^done,value="2869334396"
(gdb) 
617-var-create - * $spefscr
618-var-create - * $spefscr
617^done,name="var80",numchild="0",type="uint32_t"
(gdb) 
618^done,name="var81",numchild="0",type="uint32_t"
(gdb) 
619-var-evaluate-expression var81
619^done,value="0"
(gdb) 
620-var-create - * $ev0
621-var-create - * $ev0
620^done,name="var82",numchild="5",type="builtin_type_vec64"
(gdb) 
621^done,name="var83",numchild="5",type="builtin_type_vec64"
(gdb) 
622-var-evaluate-expression var83
622^done,value="{...}"
(gdb) 
623-var-create - * $ev1
624-var-create - * $ev1
623^done,name="var84",numchild="5",type="builtin_type_vec64"
(gdb) 
624^done,name="var85",numchild="5",type="builtin_type_vec64"
(gdb) 
625-var-evaluate-expression var85
625^done,value="{...}"
(gdb) 
626-var-create - * $ev2
627-var-create - * $ev2
626^done,name="var86",numchild="5",type="builtin_type_vec64"
(gdb) 
627^done,name="var87",numchild="5",type="builtin_type_vec64"
(gdb) 
628-var-create - * $ev3
629-var-create - * $ev3
628^done,name="var88",numchild="5",type="builtin_type_vec64"
(gdb) 
629^done,name="var89",numchild="5",type="builtin_type_vec64"
(gdb) 
630-var-create - * $ev4
631-var-create - * $ev4
630^done,name="var90",numchild="5",type="builtin_type_vec64"
(gdb) 
631^done,name="var91",numchild="5",type="builtin_type_vec64"
(gdb) 
632-var-create - * $ev5
633-var-create - * $ev5
632^done,name="var92",numchild="5",type="builtin_type_vec64"
(gdb) 
633^done,name="var93",numchild="5",type="builtin_type_vec64"
(gdb) 
634-var-evaluate-expression var87
634^done,value="{...}"
(gdb) 
635-var-evaluate-expression var89
635^done,value="{...}"
(gdb) 
636-var-evaluate-expression var91
636^done,value="{...}"
(gdb) 
637-var-evaluate-expression var93
637^done,value="{...}"
(gdb) 
638-var-create - * $ev6
639-var-create - * $ev6
638^done,name="var94",numchild="5",type="builtin_type_vec64"
(gdb) 
639^done,name="var95",numchild="5",type="builtin_type_vec64"
(gdb) 
640-var-evaluate-expression var95
640^done,value="{...}"
(gdb) 
641-var-create - * $ev7
642-var-create - * $ev7
641^done,name="var96",numchild="5",type="builtin_type_vec64"
(gdb) 
642^done,name="var97",numchild="5",type="builtin_type_vec64"
(gdb) 
643-var-evaluate-expression var97
643^done,value="{...}"
(gdb) 
644-var-create - * $ev8
645-var-create - * $ev8
644^done,name="var98",numchild="5",type="builtin_type_vec64"
(gdb) 
645^done,name="var99",numchild="5",type="builtin_type_vec64"
(gdb) 
646-var-evaluate-expression var99
646^done,value="{...}"
(gdb) 
647-var-create - * $ev9
648-var-create - * $ev9
647^done,name="var100",numchild="5",type="builtin_type_vec64"
(gdb) 
648^done,name="var101",numchild="5",type="builtin_type_vec64"
(gdb) 
649-var-evaluate-expression var101
649^done,value="{...}"
(gdb) 
650-var-create - * $ev10
651-var-create - * $ev10
650^done,name="var102",numchild="5",type="builtin_type_vec64"
(gdb) 
651^done,name="var103",numchild="5",type="builtin_type_vec64"
(gdb) 
652-var-evaluate-expression var103
652^done,value="{...}"
(gdb) 
653-var-create - * $ev11
654-var-create - * $ev11
653^done,name="var104",numchild="5",type="builtin_type_vec64"
(gdb) 
654^done,name="var105",numchild="5",type="builtin_type_vec64"
(gdb) 
655-var-evaluate-expression var105
655^done,value="{...}"
(gdb) 
656-var-create - * $ev12
657-var-create - * $ev12
656^done,name="var106",numchild="5",type="builtin_type_vec64"
(gdb) 
657^done,name="var107",numchild="5",type="builtin_type_vec64"
(gdb) 
658-var-evaluate-expression var107
658^done,value="{...}"
(gdb) 
659-var-create - * $ev13
660-var-create - * $ev13
659^done,name="var108",numchild="5",type="builtin_type_vec64"
(gdb) 
660^done,name="var109",numchild="5",type="builtin_type_vec64"
(gdb) 
661-var-evaluate-expression var109
661^done,value="{...}"
(gdb) 
662-var-create - * $ev14
663-var-create - * $ev14
662^done,name="var110",numchild="5",type="builtin_type_vec64"
(gdb) 
663^done,name="var111",numchild="5",type="builtin_type_vec64"
(gdb) 
664-var-evaluate-expression var111
664^done,value="{...}"
(gdb) 
665-var-create - * $ev15
666-var-create - * $ev15
665^done,name="var112",numchild="5",type="builtin_type_vec64"
(gdb) 
666^done,name="var113",numchild="5",type="builtin_type_vec64"
(gdb) 
667-var-evaluate-expression var113
667^done,value="{...}"
(gdb) 
668-var-create - * $ev16
669-var-create - * $ev16
668^done,name="var114",numchild="5",type="builtin_type_vec64"
(gdb) 
669^done,name="var115",numchild="5",type="builtin_type_vec64"
(gdb) 
670-var-evaluate-expression var115
670^done,value="{...}"
(gdb) 
671-var-create - * $ev17
672-var-create - * $ev17
671^done,name="var116",numchild="5",type="builtin_type_vec64"
(gdb) 
672^done,name="var117",numchild="5",type="builtin_type_vec64"
(gdb) 
673-var-evaluate-expression var117
673^done,value="{...}"
(gdb) 
674-var-list-children var83
674^done,numchild="5",children=[child={name="var83.uint64",exp="uint64",numchild="0",type="int64_t"},child={name="var83.v2_float",exp="v2_float",numchild="2",type="float [2]"},child={name="var83.v2_int32",exp="v2_int32",numchild="2",type="int32_t [2]"},child={name="var83.v4_int16",exp="v4_int16",numchild="4",type="int16_t [4]"},child={name="var83.v8_int8",exp="v8_int8",numchild="8",type="int8_t [8]"}]
(gdb) 
675-var-info-expression var83
675^done,lang="C",exp="$ev0"
(gdb) 
676-var-evaluate-expression var83.uint64
676^done,value="3326892466103140964"
(gdb) 
677-var-create - * &(($ev0).v2_float)
677^done,name="var118",numchild="1",type="float (*)[2]"
(gdb) 
678-var-set-format var118 hexadecimal
678^done,format="hexadecimal"
(gdb) 
679-var-evaluate-expression var118
679^done,value="0x0"
(gdb) 
680-var-create - * &(($ev0).v2_int32)
680^done,name="var119",numchild="1",type="int32_t (*)[2]"
(gdb) 
681-var-set-format var119 hexadecimal
681^done,format="hexadecimal"
682-var-evaluate-expression var119
(gdb) 
682^done,value="0x0"
(gdb) 
683-var-create - * &(($ev0).v4_int16)
683^done,name="var120",numchild="1",type="int16_t (*)[4]"
(gdb) 
684-var-set-format var120 hexadecimal
684^done,format="hexadecimal"
(gdb) 
685-var-evaluate-expression var120
685^done,value="0x0"
(gdb) 
686-var-create - * &(($ev0).v8_int8)
686^done,name="var121",numchild="1",type="int8_t (*)[8]"
(gdb) 
687-var-set-format var121 hexadecimal
687^done,format="hexadecimal"
(gdb) 
688-var-evaluate-expression var121
688^done,value="0x0"
(gdb) 
info reg all
689-interpreter-exec console "info reg all"
~"r0             0x40004264"
r0             0x40004264~"\t1073758820"
	1073758820~"\n"

~"r1             0x40040fb0"
r1             0x40040fb0~"\t1074007984"
	1074007984~"\n"

~"r2             0x40005dd8"
r2             0x40005dd8~"\t1073765848"
	1073765848~"\n"

~"r3             0x3"
r3             0x3~"\t3"
	3~"\n"

~"r4             0xfff80000"
r4             0xfff80000~"\t4294443008"
	4294443008~"\n"

~"r5             0x40"
r5             0x40~"\t64"
	64~"\n"

~"r6             0x40000010"
r6             0x40000010~"\t1073741840"
	1073741840~"\n"

~"r7             0x0"
r7             0x0~"\t0"
	0~"\n"

~"r8             0x3"
r8             0x3~"\t3"
	3~"\n"

~"r9             0xc3f8402c"
r9             0xc3f8402c~"\t3287826476"
	3287826476~"\n"

~"r10            0xfff80042"
r10            0xfff80042~"\t4294443074"
	4294443074~"\n"

~"r11            0x40040ff0"
r11            0x40040ff0~"\t1074008048"
	1074008048~"\n"

~"r12            0x98a5b7b1"
r12            0x98a5b7b1~"\t2560997297"
	2560997297~"\n"

~"r13            0x40005e60"
r13            0x40005e60~"\t1073765984"
	1073765984~"\n"

~"r14            0xbd1c7439"
r14            0xbd1c7439~"\t3172758585"
	3172758585~"\n"

~"r15            0x3a9165c4"
r15            0x3a9165c4~"\t982607300"
	982607300~"\n"

~"r16            0xf7be26e2"
r16            0xf7be26e2~"\t4156434146"
	4156434146~"\n"

~"r17            0x82e8490a"
r17            0x82e8490a~"\t2196261130"
	2196261130~"\n"

~"r18            0x51a0e316"
r18            0x51a0e316~"\t1369498390"
	1369498390~"\n"

~"r19            0xc60a0024"
r19            0xc60a0024~"\t3322544164"
	3322544164~"\n"

~"r20            0x3abb2e66"
r20            0x3abb2e66~"\t985345638"
	985345638~"\n"

~"r21            0xb767acee"
r21            0xb767acee~"\t3077025006"
	3077025006~"\n"

~"r22            0xaec7f0b7"
r22            0xaec7f0b7~"\t2932338871"
	2932338871~"\n"

~"r23            0xc9550184"
r23            0xc9550184~"\t3377791364"
	3377791364~"\n"

~"r24            0xe2a43fb9"
r24            0xe2a43fb9~"\t3802415033"
	3802415033~"\n"

~"r25            0xf67eeab6"
r25            0xf67eeab6~"\t4135512758"
	4135512758~"\n"

~"r26            0xd989d3a7"
r26            0xd989d3a7~"\t3649688487"
	3649688487~"\n"

~"r27            0x11d3bab7"
r27            0x11d3bab7~"\t299088567"
	299088567~"\n"

~"r28            0x44ae7cc2"
r28            0x44ae7cc2~"\t1152285890"
	1152285890~"\n"

~"r29            0x8d5a4fa7"
r29            0x8d5a4fa7~"\t2371506087"
	2371506087~"\n"

~"r30            0xa5023aaa"
r30            0xa5023aaa~"\t2768386730"
	2768386730~"\n"

~"r31            0x40040fb0"
r31            0x40040fb0~"\t1074007984"
	1074007984~"\n"

~"pc             0x40000028"
pc             0x40000028~"\t1073741864"
	1073741864~"\n"

~"ps             0x2000000"
ps             0x2000000~"\t33554432"
	33554432~"\n"

~"cr             0x96069fa3"
cr             0x96069fa3~"\t2517016483"
	2517016483~"\n"

~"lr             0x40000028"
lr             0x40000028~"\t1073741864"
	1073741864~"\n"

~"ctr            0x0"
ctr            0x0~"\t0"
	0~"\n"

~"xer            0xe000007f"
xer            0xe000007f~"\t3758096511"
	3758096511~"\n"

~"acc            0xab06917c"
acc            0xab06917c~"\t2869334396"
	2869334396~"\n"

~"spefscr        0x0"
spefscr        0x0~"\t0"
	0~"\n"

~"ev0            {uint64 = 0x2e2b7f1240004264"
ev0            {uint64 = 0x2e2b7f1240004264~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x2e2b7f12"
, v2_int32 = {0x2e2b7f12~", 0x40004264"
, 0x40004264~"}"
}~", v4_int16 = {0x2e2b"
, v4_int16 = {0x2e2b~", 0x7f12"
, 0x7f12~", 0x4000"
, 0x4000~", 0x4264"
, 0x4264~"}"
}~", v8_int8 = {0x2e"
, v8_int8 = {0x2e~", 0x2b"
, 0x2b~", 0x7f"
, 0x7f~", 0x12"
, 0x12~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x42"
, 0x42~", 0x64"
, 0x64~"}"
}~"}"
}~"\n"

~"ev1            {uint64 = 0xffd6c95e40040fb0"
ev1            {uint64 = 0xffd6c95e40040fb0~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0xffd6c95e"
, v2_int32 = {0xffd6c95e~", 0x40040fb0"
, 0x40040fb0~"}"
}~", v4_int16 = {0xffd6"
, v4_int16 = {0xffd6~", 0xc95e"
, 0xc95e~", 0x4004"
, 0x4004~", 0xfb0"
, 0xfb0~"}"
}~", v8_int8 = {0xff"
, v8_int8 = {0xff~", 0xd6"
, 0xd6~", 0xc9"
, 0xc9~", 0x5e"
, 0x5e~", 0x40"
, 0x40~", 0x4"
, 0x4~", 0xf"
, 0xf~", 0xb0"
, 0xb0~"}"
}~"}"
}~"\n"

~"ev2            {uint64 = 0x5d00f28040005dd8"
ev2            {uint64 = 0x5d00f28040005dd8~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x5d00f280"
, v2_int32 = {0x5d00f280~", 0x40005dd8"
, 0x40005dd8~"}"
}~", v4_int16 = {0x5d00"
, v4_int16 = {0x5d00~", 0xf280"
, 0xf280~", 0x4000"
, 0x4000~", 0x5dd8"
, 0x5dd8~"}"
}~", v8_int8 = {0x5d"
, v8_int8 = {0x5d~", 0x0"
, 0x0~", 0xf2"
, 0xf2~", 0x80"
, 0x80~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x5d"
, 0x5d~", 0xd8"
, 0xd8~"}"
}~"}"
}~"\n"

~"ev3            {uint64 = 0x9ef66d3f00000003"
ev3            {uint64 = 0x9ef66d3f00000003~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x9ef66d3f"
, v2_int32 = {0x9ef66d3f~", 0x3"
, 0x3~"}"
}~", v4_int16 = {0x9ef6"
, v4_int16 = {0x9ef6~", 0x6d3f"
, 0x6d3f~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~", v8_int8 = {0x9e"
, v8_int8 = {0x9e~", 0xf6"
, 0xf6~", 0x6d"
, 0x6d~", 0x3f"
, 0x3f~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~"}"
}~"\n"

~"ev4            {uint64 = 0x7bdffbd5fff80000"
ev4            {uint64 = 0x7bdffbd5fff80000~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x7bdffbd5"
, v2_int32 = {0x7bdffbd5~", 0xfff80000"
, 0xfff80000~"}"
}~", v4_int16 = {0x7bdf"
, v4_int16 = {0x7bdf~", 0xfbd5"
, 0xfbd5~", 0xfff8"
, 0xfff8~", 0x0"
, 0x0~"}"
}~", v8_int8 = {0x7b"
, v8_int8 = {0x7b~", 0xdf"
, 0xdf~", 0xfb"
, 0xfb~", 0xd5"
, 0xd5~", 0xff"
, 0xff~", 0xf8"
, 0xf8~", 0x0"
, 0x0~", 0x0"
, 0x0~"}"
}~"}"
}~"\n"

~"ev5            {uint64 = 0x37978bd400000040"
ev5            {uint64 = 0x37978bd400000040~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x37978bd4"
, v2_int32 = {0x37978bd4~", 0x40"
, 0x40~"}"
}~", v4_int16 = {0x3797"
, v4_int16 = {0x3797~", 0x8bd4"
, 0x8bd4~", 0x0"
, 0x0~", 0x40"
, 0x40~"}"
}~", v8_int8 = {0x37"
, v8_int8 = {0x37~", 0x97"
, 0x97~", 0x8b"
, 0x8b~", 0xd4"
, 0xd4~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x40"
, 0x40~"}"
}~"}"
}~"\n"

~"ev6            {uint64 = 0xae3ff54540000010"
ev6            {uint64 = 0xae3ff54540000010~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0xae3ff545"
, v2_int32 = {0xae3ff545~", 0x40000010"
, 0x40000010~"}"
}~", v4_int16 = {0xae3f"
, v4_int16 = {0xae3f~", 0xf545"
, 0xf545~", 0x4000"
, 0x4000~", 0x10"
, 0x10~"}"
}~", v8_int8 = {0xae"
, v8_int8 = {0xae~", 0x3f"
, 0x3f~", 0xf5"
, 0xf5~", 0x45"
, 0x45~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x10"
, 0x10~"}"
}~"}"
}~"\n"

~"ev7            {uint64 = 0xe4aa238c00000000"
ev7            {uint64 = 0xe4aa238c00000000~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xe4aa238c"
, v2_int32 = {0xe4aa238c~", 0x0"
, 0x0~"}"
}~", v4_int16 = {0xe4aa"
, v4_int16 = {0xe4aa~", 0x238c"
, 0x238c~", 0x0"
, 0x0~", 0x0"
, 0x0~"}"
}~", v8_int8 = {0xe4"
, v8_int8 = {0xe4~", 0xaa"
, 0xaa~", 0x23"
, 0x23~", 0x8c"
, 0x8c~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~"}"
}~"}"
}~"\n"

~"ev8            {uint64 = 0x5ffb3be200000003"
ev8            {uint64 = 0x5ffb3be200000003~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x5ffb3be2"
, v2_int32 = {0x5ffb3be2~", 0x3"
, 0x3~"}"
}~", v4_int16 = {0x5ffb"
, v4_int16 = {0x5ffb~", 0x3be2"
, 0x3be2~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~", v8_int8 = {0x5f"
, v8_int8 = {0x5f~", 0xfb"
, 0xfb~", 0x3b"
, 0x3b~", 0xe2"
, 0xe2~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x3"
, 0x3~"}"
}~"}"
}~"\n"

~"ev9            {uint64 = 0xd47e914ac3f8402c"
ev9            {uint64 = 0xd47e914ac3f8402c~", v2_float = {0xbad80000"
, v2_float = {0xbad80000~", 0xfffffe10"
, 0xfffffe10~"}"
}~", v2_int32 = {0xd47e914a"
, v2_int32 = {0xd47e914a~", 0xc3f8402c"
, 0xc3f8402c~"}"
}~", v4_int16 = {0xd47e"
, v4_int16 = {0xd47e~", 0x914a"
, 0x914a~", 0xc3f8"
, 0xc3f8~", 0x402c"
, 0x402c~"}"
}~", v8_int8 = {0xd4"
, v8_int8 = {0xd4~", 0x7e"
, 0x7e~", 0x91"
, 0x91~", 0x4a"
, 0x4a~", 0xc3"
, 0xc3~", 0xf8"
, 0xf8~", 0x40"
, 0x40~", 0x2c"
, 0x2c~"}"
}~"}"
}~"\n"

~"ev10           {uint64 = 0x3420b874fff80042"
ev10           {uint64 = 0x3420b874fff80042~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x3420b874"
, v2_int32 = {0x3420b874~", 0xfff80042"
, 0xfff80042~"}"
}~", v4_int16 = {0x3420"
, v4_int16 = {0x3420~", 0xb874"
, 0xb874~", 0xfff8"
, 0xfff8~", 0x42"
, 0x42~"}"
}~", v8_int8 = {0x34"
, v8_int8 = {0x34~", 0x20"
, 0x20~", 0xb8"
, 0xb8~", 0x74"
, 0x74~", 0xff"
, 0xff~", 0xf8"
, 0xf8~", 0x0"
, 0x0~", 0x42"
, 0x42~"}"
}~"}"
}~"\n"

~"ev11           {uint64 = 0x265213b440040ff0"
ev11           {uint64 = 0x265213b440040ff0~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x265213b4"
, v2_int32 = {0x265213b4~", 0x40040ff0"
, 0x40040ff0~"}"
}~", v4_int16 = {0x2652"
, v4_int16 = {0x2652~", 0x13b4"
, 0x13b4~", 0x4004"
, 0x4004~", 0xff0"
, 0xff0~"}"
}~", v8_int8 = {0x26"
, v8_int8 = {0x26~", 0x52"
, 0x52~", 0x13"
, 0x13~", 0xb4"
, 0xb4~", 0x40"
, 0x40~", 0x4"
, 0x4~", 0xf"
, 0xf~", 0xf0"
, 0xf0~"}"
}~"}"
}~"\n"

~"ev12           {uint64 = 0x1ce0f79898a5b7b1"
ev12           {uint64 = 0x1ce0f79898a5b7b1~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x1ce0f798"
, v2_int32 = {0x1ce0f798~", 0x98a5b7b1"
, 0x98a5b7b1~"}"
}~", v4_int16 = {0x1ce0"
, v4_int16 = {0x1ce0~", 0xf798"
, 0xf798~", 0x98a5"
, 0x98a5~", 0xb7b1"
, 0xb7b1~"}"
}~", v8_int8 = {0x1c"
, v8_int8 = {0x1c~", 0xe0"
, 0xe0~", 0xf7"
, 0xf7~", 0x98"
, 0x98~", 0x98"
, 0x98~", 0xa5"
, 0xa5~", 0xb7"
, 0xb7~", 0xb1"
, 0xb1~"}"
}~"}"
}~"\n"

~"ev13           {uint64 = 0x65fad85b40005e60"
ev13           {uint64 = 0x65fad85b40005e60~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x65fad85b"
, v2_int32 = {0x65fad85b~", 0x40005e60"
, 0x40005e60~"}"
}~", v4_int16 = {0x65fa"
, v4_int16 = {0x65fa~", 0xd85b"
, 0xd85b~", 0x4000"
, 0x4000~", 0x5e60"
, 0x5e60~"}"
}~", v8_int8 = {0x65"
, v8_int8 = {0x65~", 0xfa"
, 0xfa~", 0xd8"
, 0xd8~", 0x5b"
, 0x5b~", 0x40"
, 0x40~", 0x0"
, 0x0~", 0x5e"
, 0x5e~", 0x60"
, 0x60~"}"
}~"}"
}~"\n"

~"ev14           {uint64 = 0x8df0a249bd1c7439"
ev14           {uint64 = 0x8df0a249bd1c7439~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x8df0a249"
, v2_int32 = {0x8df0a249~", 0xbd1c7439"
, 0xbd1c7439~"}"
}~", v4_int16 = {0x8df0"
, v4_int16 = {0x8df0~", 0xa249"
, 0xa249~", 0xbd1c"
, 0xbd1c~", 0x7439"
, 0x7439~"}"
}~", v8_int8 = {0x8d"
, v8_int8 = {0x8d~", 0xf0"
, 0xf0~", 0xa2"
, 0xa2~", 0x49"
, 0x49~", 0xbd"
, 0xbd~", 0x1c"
, 0x1c~", 0x74"
, 0x74~", 0x39"
, 0x39~"}"
}~"}"
}~"\n"

~"ev15           {uint64 = 0xc977cbef3a9165c4"
ev15           {uint64 = 0xc977cbef3a9165c4~", v2_float = {0xfff08342"
, v2_float = {0xfff08342~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xc977cbef"
, v2_int32 = {0xc977cbef~", 0x3a9165c4"
, 0x3a9165c4~"}"
}~", v4_int16 = {0xc977"
, v4_int16 = {0xc977~", 0xcbef"
, 0xcbef~", 0x3a91"
, 0x3a91~", 0x65c4"
, 0x65c4~"}"
}~", v8_int8 = {0xc9"
, v8_int8 = {0xc9~", 0x77"
, 0x77~", 0xcb"
, 0xcb~", 0xef"
, 0xef~", 0x3a"
, 0x3a~", 0x91"
, 0x91~", 0x65"
, 0x65~", 0xc4"
, 0xc4~"}"
}~"}"
}~"\n"

~"ev16           {uint64 = 0xe5497103f7be26e2"
ev16           {uint64 = 0xe5497103f7be26e2~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xe5497103"
, v2_int32 = {0xe5497103~", 0xf7be26e2"
, 0xf7be26e2~"}"
}~", v4_int16 = {0xe549"
, v4_int16 = {0xe549~", 0x7103"
, 0x7103~", 0xf7be"
, 0xf7be~", 0x26e2"
, 0x26e2~"}"
}~", v8_int8 = {0xe5"
, v8_int8 = {0xe5~", 0x49"
, 0x49~", 0x71"
, 0x71~", 0x3"
, 0x3~", 0xf7"
, 0xf7~", 0xbe"
, 0xbe~", 0x26"
, 0x26~", 0xe2"
, 0xe2~"}"
}~"}"
}~"\n"

~"ev17           {uint64 = 0x6892ab5582e8490a"
ev17           {uint64 = 0x6892ab5582e8490a~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x6892ab55"
, v2_int32 = {0x6892ab55~", 0x82e8490a"
, 0x82e8490a~"}"
}~", v4_int16 = {0x6892"
, v4_int16 = {0x6892~", 0xab55"
, 0xab55~", 0x82e8"
, 0x82e8~", 0x490a"
, 0x490a~"}"
}~", v8_int8 = {0x68"
, v8_int8 = {0x68~", 0x92"
, 0x92~", 0xab"
, 0xab~", 0x55"
, 0x55~", 0x82"
, 0x82~", 0xe8"
, 0xe8~", 0x49"
, 0x49~", 0xa"
, 0xa~"}"
}~"}"
}~"\n"

~"ev18           {uint64 = 0x7567ff9c51a0e316"
ev18           {uint64 = 0x7567ff9c51a0e316~", v2_float = {0x0"
, v2_float = {0x0~", 0x1c62c000"
, 0x1c62c000~"}"
}~", v2_int32 = {0x7567ff9c"
, v2_int32 = {0x7567ff9c~", 0x51a0e316"
, 0x51a0e316~"}"
}~", v4_int16 = {0x7567"
, v4_int16 = {0x7567~", 0xff9c"
, 0xff9c~", 0x51a0"
, 0x51a0~", 0xe316"
, 0xe316~"}"
}~", v8_int8 = {0x75"
, v8_int8 = {0x75~", 0x67"
, 0x67~", 0xff"
, 0xff~", 0x9c"
, 0x9c~", 0x51"
, 0x51~", 0xa0"
, 0xa0~", 0xe3"
, 0xe3~", 0x16"
, 0x16~"}"
}~"}"
}~"\n"

~"ev19           {uint64 = 0xf1f51d77c60a0024"
ev19           {uint64 = 0xf1f51d77c60a0024~", v2_float = {0x0"
, v2_float = {0x0~", 0xffffdd80"
, 0xffffdd80~"}"
}~", v2_int32 = {0xf1f51d77"
, v2_int32 = {0xf1f51d77~", 0xc60a0024"
, 0xc60a0024~"}"
}~", v4_int16 = {0xf1f5"
, v4_int16 = {0xf1f5~", 0x1d77"
, 0x1d77~", 0xc60a"
, 0xc60a~", 0x24"
, 0x24~"}"
}~", v8_int8 = {0xf1"
, v8_int8 = {0xf1~", 0xf5"
, 0xf5~", 0x1d"
, 0x1d~", 0x77"
, 0x77~", 0xc6"
, 0xc6~", 0xa"
, 0xa~", 0x0"
, 0x0~", 0x24"
, 0x24~"}"
}~"}"
}~"\n"

~"ev20           {uint64 = 0xc5eaf22e3abb2e66"
ev20           {uint64 = 0xc5eaf22e3abb2e66~", v2_float = {0xffffe2a2"
, v2_float = {0xffffe2a2~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xc5eaf22e"
, v2_int32 = {0xc5eaf22e~", 0x3abb2e66"
, 0x3abb2e66~"}"
}~", v4_int16 = {0xc5ea"
, v4_int16 = {0xc5ea~", 0xf22e"
, 0xf22e~", 0x3abb"
, 0x3abb~", 0x2e66"
, 0x2e66~"}"
}~", v8_int8 = {0xc5"
, v8_int8 = {0xc5~", 0xea"
, 0xea~", 0xf2"
, 0xf2~", 0x2e"
, 0x2e~", 0x3a"
, 0x3a~", 0xbb"
, 0xbb~", 0x2e"
, 0x2e~", 0x66"
, 0x66~"}"
}~"}"
}~"\n"

~"ev21           {uint64 = 0xfd37978db767acee"
ev21           {uint64 = 0xfd37978db767acee~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xfd37978d"
, v2_int32 = {0xfd37978d~", 0xb767acee"
, 0xb767acee~"}"
}~", v4_int16 = {0xfd37"
, v4_int16 = {0xfd37~", 0x978d"
, 0x978d~", 0xb767"
, 0xb767~", 0xacee"
, 0xacee~"}"
}~", v8_int8 = {0xfd"
, v8_int8 = {0xfd~", 0x37"
, 0x37~", 0x97"
, 0x97~", 0x8d"
, 0x8d~", 0xb7"
, 0xb7~", 0x67"
, 0x67~", 0xac"
, 0xac~", 0xee"
, 0xee~"}"
}~"}"
}~"\n"

~"ev22           {uint64 = 0xb92ac982aec7f0b7"
ev22           {uint64 = 0xb92ac982aec7f0b7~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xb92ac982"
, v2_int32 = {0xb92ac982~", 0xaec7f0b7"
, 0xaec7f0b7~"}"
}~", v4_int16 = {0xb92a"
, v4_int16 = {0xb92a~", 0xc982"
, 0xc982~", 0xaec7"
, 0xaec7~", 0xf0b7"
, 0xf0b7~"}"
}~", v8_int8 = {0xb9"
, v8_int8 = {0xb9~", 0x2a"
, 0x2a~", 0xc9"
, 0xc9~", 0x82"
, 0x82~", 0xae"
, 0xae~", 0xc7"
, 0xc7~", 0xf0"
, 0xf0~", 0xb7"
, 0xb7~"}"
}~"}"
}~"\n"

~"ev23           {uint64 = 0x82ce9e08c9550184"
ev23           {uint64 = 0x82ce9e08c9550184~", v2_float = {0x0"
, v2_float = {0x0~", 0xfff2afe8"
, 0xfff2afe8~"}"
}~", v2_int32 = {0x82ce9e08"
, v2_int32 = {0x82ce9e08~", 0xc9550184"
, 0xc9550184~"}"
}~", v4_int16 = {0x82ce"
, v4_int16 = {0x82ce~", 0x9e08"
, 0x9e08~", 0xc955"
, 0xc955~", 0x184"
, 0x184~"}"
}~", v8_int8 = {0x82"
, v8_int8 = {0x82~", 0xce"
, 0xce~", 0x9e"
, 0x9e~", 0x8"
, 0x8~", 0xc9"
, 0xc9~", 0x55"
, 0x55~", 0x1"
, 0x1~", 0x84"
, 0x84~"}"
}~"}"
}~"\n"

~"ev24           {uint64 = 0xfeba6398e2a43fb9"
ev24           {uint64 = 0xfeba6398e2a43fb9~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xfeba6398"
, v2_int32 = {0xfeba6398~", 0xe2a43fb9"
, 0xe2a43fb9~"}"
}~", v4_int16 = {0xfeba"
, v4_int16 = {0xfeba~", 0x6398"
, 0x6398~", 0xe2a4"
, 0xe2a4~", 0x3fb9"
, 0x3fb9~"}"
}~", v8_int8 = {0xfe"
, v8_int8 = {0xfe~", 0xba"
, 0xba~", 0x63"
, 0x63~", 0x98"
, 0x98~", 0xe2"
, 0xe2~", 0xa4"
, 0xa4~", 0x3f"
, 0x3f~", 0xb9"
, 0xb9~"}"
}~"}"
}~"\n"

~"ev25           {uint64 = 0xbce5912df67eeab6"
ev25           {uint64 = 0xbce5912df67eeab6~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xbce5912d"
, v2_int32 = {0xbce5912d~", 0xf67eeab6"
, 0xf67eeab6~"}"
}~", v4_int16 = {0xbce5"
, v4_int16 = {0xbce5~", 0x912d"
, 0x912d~", 0xf67e"
, 0xf67e~", 0xeab6"
, 0xeab6~"}"
}~", v8_int8 = {0xbc"
, v8_int8 = {0xbc~", 0xe5"
, 0xe5~", 0x91"
, 0x91~", 0x2d"
, 0x2d~", 0xf6"
, 0xf6~", 0x7e"
, 0x7e~", 0xea"
, 0xea~", 0xb6"
, 0xb6~"}"
}~"}"
}~"\n"

~"ev26           {uint64 = 0x1e6e17bfd989d3a7"
ev26           {uint64 = 0x1e6e17bfd989d3a7~", v2_float = {0x0"
, v2_float = {0x0~", 0x20000000"
, 0x20000000~"}"
}~", v2_int32 = {0x1e6e17bf"
, v2_int32 = {0x1e6e17bf~", 0xd989d3a7"
, 0xd989d3a7~"}"
}~", v4_int16 = {0x1e6e"
, v4_int16 = {0x1e6e~", 0x17bf"
, 0x17bf~", 0xd989"
, 0xd989~", 0xd3a7"
, 0xd3a7~"}"
}~", v8_int8 = {0x1e"
, v8_int8 = {0x1e~", 0x6e"
, 0x6e~", 0x17"
, 0x17~", 0xbf"
, 0xbf~", 0xd9"
, 0xd9~", 0x89"
, 0x89~", 0xd3"
, 0xd3~", 0xa7"
, 0xa7~"}"
}~"}"
}~"\n"

~"ev27           {uint64 = 0xfbea0df511d3bab7"
ev27           {uint64 = 0xfbea0df511d3bab7~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0xfbea0df5"
, v2_int32 = {0xfbea0df5~", 0x11d3bab7"
, 0x11d3bab7~"}"
}~", v4_int16 = {0xfbea"
, v4_int16 = {0xfbea~", 0xdf5"
, 0xdf5~", 0x11d3"
, 0x11d3~", 0xbab7"
, 0xbab7~"}"
}~", v8_int8 = {0xfb"
, v8_int8 = {0xfb~", 0xea"
, 0xea~", 0xd"
, 0xd~", 0xf5"
, 0xf5~", 0x11"
, 0x11~", 0xd3"
, 0xd3~", 0xba"
, 0xba~", 0xb7"
, 0xb7~"}"
}~"}"
}~"\n"

~"ev28           {uint64 = 0x63c2757e44ae7cc2"
ev28           {uint64 = 0x63c2757e44ae7cc2~", v2_float = {0x0"
, v2_float = {0x0~", 0x573"
, 0x573~"}"
}~", v2_int32 = {0x63c2757e"
, v2_int32 = {0x63c2757e~", 0x44ae7cc2"
, 0x44ae7cc2~"}"
}~", v4_int16 = {0x63c2"
, v4_int16 = {0x63c2~", 0x757e"
, 0x757e~", 0x44ae"
, 0x44ae~", 0x7cc2"
, 0x7cc2~"}"
}~", v8_int8 = {0x63"
, v8_int8 = {0x63~", 0xc2"
, 0xc2~", 0x75"
, 0x75~", 0x7e"
, 0x7e~", 0x44"
, 0x44~", 0xae"
, 0xae~", 0x7c"
, 0x7c~", 0xc2"
, 0xc2~"}"
}~"}"
}~"\n"

~"ev29           {uint64 = 0x166e06588d5a4fa7"
ev29           {uint64 = 0x166e06588d5a4fa7~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x166e0658"
, v2_int32 = {0x166e0658~", 0x8d5a4fa7"
, 0x8d5a4fa7~"}"
}~", v4_int16 = {0x166e"
, v4_int16 = {0x166e~", 0x658"
, 0x658~", 0x8d5a"
, 0x8d5a~", 0x4fa7"
, 0x4fa7~"}"
}~", v8_int8 = {0x16"
, v8_int8 = {0x16~", 0x6e"
, 0x6e~", 0x6"
, 0x6~", 0x58"
, 0x58~", 0x8d"
, 0x8d~", 0x5a"
, 0x5a~", 0x4f"
, 0x4f~", 0xa7"
, 0xa7~"}"
}~"}"
}~"\n"

~"ev30           {uint64 = 0x6adefd28a5023aaa"
ev30           {uint64 = 0x6adefd28a5023aaa~", v2_float = {0x0"
, v2_float = {0x0~", 0x0"
, 0x0~"}"
}~", v2_int32 = {0x6adefd28"
, v2_int32 = {0x6adefd28~", 0xa5023aaa"
, 0xa5023aaa~"}"
}~", v4_int16 = {0x6ade"
, v4_int16 = {0x6ade~", 0xfd28"
, 0xfd28~", 0xa502"
, 0xa502~", 0x3aaa"
, 0x3aaa~"}"
}~", v8_int8 = {0x6a"
, v8_int8 = {0x6a~", 0xde"
, 0xde~", 0xfd"
, 0xfd~", 0x28"
, 0x28~", 0xa5"
, 0xa5~", 0x2"
, 0x2~", 0x3a"
, 0x3a~", 0xaa"
, 0xaa~"}"
}~"}"
}~"\n"

~"ev31           {uint64 = 0x40040fb0"
ev31           {uint64 = 0x40040fb0~", v2_float = {0x0"
, v2_float = {0x0~", 0x2"
, 0x2~"}"
}~", v2_int32 = {0x0"
, v2_int32 = {0x0~", 0x40040fb0"
, 0x40040fb0~"}"
}~", v4_int16 = {0x0"
, v4_int16 = {0x0~", 0x0"
, 0x0~", 0x4004"
, 0x4004~", 0xfb0"
, 0xfb0~"}"
}~", v8_int8 = {0x0"
, v8_int8 = {0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x0"
, 0x0~", 0x40"
, 0x40~", 0x4"
, 0x4~", 0xf"
, 0xf~", 0xb0"
, 0xb0~"}"
}~"}"
}~"\n"

689^done
(gdb) 

Back to the top