| 1 | GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
|
|---|
| 2 | Copyright (C) 2018 Free Software Foundation, Inc.
|
|---|
| 3 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
|---|
| 4 | This is free software: you are free to change and redistribute it.
|
|---|
| 5 | There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
|---|
| 6 | and "show warranty" for details.
|
|---|
| 7 | This GDB was configured as "x86_64-linux-gnu".
|
|---|
| 8 | Type "show configuration" for configuration details.
|
|---|
| 9 | For bug reporting instructions, please see:
|
|---|
| 10 | <http://www.gnu.org/software/gdb/bugs/>.
|
|---|
| 11 | Find the GDB manual and other documentation resources online at:
|
|---|
| 12 | <http://www.gnu.org/software/gdb/documentation/>.
|
|---|
| 13 | For help, type "help".
|
|---|
| 14 | Type "apropos word" to search for commands related to "word"...
|
|---|
| 15 | Reading symbols from ../ffmpeg/ffmpeg_g...done.
|
|---|
| 16 | (gdb) b ffmpeg_opt.c:2778
|
|---|
| 17 | Breakpoint 1 at 0x449889: file fftools/ffmpeg_opt.c, line 2778.
|
|---|
| 18 | (gdb) r
|
|---|
| 19 | Starting program: ffmpeg_g -loglevel 99 -y -r 45 -i samples/ogv/audio-overhang.ogv -target dv -map 0 -c copy -c: v:59 dvbsub -disposition: a:9 xwd -disposition: a:66 targa -vframes 98 -ab 815k -strict 2 output/tmp.xbin
|
|---|
| 20 | [Thread debugging using libthread_db enabled]
|
|---|
| 21 | Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
|
|---|
| 22 | ffmpeg version N-94906-gcb8d6a4e3e Copyright (c) 2000-2019 the FFmpeg developers
|
|---|
| 23 | built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
|
|---|
| 24 | configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-usan
|
|---|
| 25 | libavutil 56. 35.100 / 56. 35.100
|
|---|
| 26 | libavcodec 58. 56.101 / 58. 56.101
|
|---|
| 27 | libavformat 58. 32.104 / 58. 32.104
|
|---|
| 28 | libavdevice 58. 9.100 / 58. 9.100
|
|---|
| 29 | libavfilter 7. 58.102 / 7. 58.102
|
|---|
| 30 | libswscale 5. 6.100 / 5. 6.100
|
|---|
| 31 | libswresample 3. 6.100 / 3. 6.100
|
|---|
| 32 | Splitting the commandline.
|
|---|
| 33 | Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
|
|---|
| 34 | Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
|
|---|
| 35 | Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '45'.
|
|---|
| 36 | Reading option '-i' ... matched as input url with argument 'samples/ogv/audio-overhang.ogv'.
|
|---|
| 37 | Reading option '-target' ... matched as option 'target' (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument 'dv'.
|
|---|
| 38 | Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
|
|---|
| 39 | Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
|
|---|
| 40 | Reading option '-c:' ... matched as option 'c' (codec name) with argument 'v:59'.
|
|---|
| 41 | Reading option 'dvbsub' ... matched as output url.
|
|---|
| 42 | Reading option '-disposition:' ... matched as option 'disposition' (disposition) with argument 'a:9'.
|
|---|
| 43 | Reading option 'xwd' ... matched as output url.
|
|---|
| 44 | Reading option '-disposition:' ... matched as option 'disposition' (disposition) with argument 'a:66'.
|
|---|
| 45 | Reading option 'targa' ... matched as output url.
|
|---|
| 46 | Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '98'.
|
|---|
| 47 | Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '815k'.
|
|---|
| 48 | Reading option '-strict' ...Routing option strict to both codec and muxer layer
|
|---|
| 49 | matched as AVOption 'strict' with argument '2'.
|
|---|
| 50 | Reading option 'output/tmp.xbin' ... matched as output url.
|
|---|
| 51 | Finished splitting the commandline.
|
|---|
| 52 | Parsing a group of options: global .
|
|---|
| 53 | Applying option loglevel (set logging level) with argument 99.
|
|---|
| 54 | Applying option y (overwrite output files) with argument 1.
|
|---|
| 55 | Successfully parsed a group of options.
|
|---|
| 56 | Parsing a group of options: input url samples/ogv/audio-overhang.ogv.
|
|---|
| 57 | Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 45.
|
|---|
| 58 | Successfully parsed a group of options.
|
|---|
| 59 | Opening an input file: samples/ogv/audio-overhang.ogv.
|
|---|
| 60 | [NULL @ 0x922df80] Opening 'samples/ogv/audio-overhang.ogv' for reading
|
|---|
| 61 | [file @ 0x922eac0] Setting default whitelist 'file,crypto'
|
|---|
| 62 | Probing ogg score:100 size:2048
|
|---|
| 63 | [ogg @ 0x922df80] Format ogg probed with size=2048 and score=100
|
|---|
| 64 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 65 | [ogg @ 0x922df80] ogg_packet: idx=0 pstart=0 psize=0 segp=0 nsegs=1
|
|---|
| 66 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 67 | [ogg @ 0x922df80] ogg_packet: idx=1 pstart=0 psize=0 segp=0 nsegs=1
|
|---|
| 68 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 69 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=0 segp=0 nsegs=1
|
|---|
| 70 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 71 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=42 psize=0 segp=0 nsegs=12
|
|---|
| 72 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 73 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=92 psize=0 segp=1 nsegs=12
|
|---|
| 74 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 75 | [ogg @ 0x922df80] ogg_packet: idx=0 pstart=64 psize=0 segp=0 nsegs=1
|
|---|
| 76 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 77 | [ogg @ 0x922df80] ogg_packet: idx=0 pstart=145 psize=0 segp=0 nsegs=1
|
|---|
| 78 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 79 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=2729 psize=0 segp=0 nsegs=17
|
|---|
| 80 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=4335 segp=0 nsegs=18
|
|---|
| 81 | [ogg @ 0x922df80] found headers
|
|---|
| 82 | [ogg @ 0x922df80] Headers mismatch for stream 1: expected 3 received 1.
|
|---|
| 83 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 84 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=0 segp=0 nsegs=17
|
|---|
| 85 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=4335 segp=0 nsegs=18
|
|---|
| 86 | [ogg @ 0x922df80] Before avformat_find_stream_info() pos: 11849 bytes read:78231 seeks:2 nb_streams:3
|
|---|
| 87 | [vorbis @ 0x9230d80] Extradata missing.
|
|---|
| 88 | [ogg @ 0x922df80] Failed to open codec in avformat_find_stream_info
|
|---|
| 89 | [theora @ 0x9232280] Theora bitstream version 30200
|
|---|
| 90 | [theora @ 0x9232280] 7 bits left in packet 82
|
|---|
| 91 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 92 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=4335 segp=0 nsegs=18
|
|---|
| 93 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 94 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=6382 psize=0 segp=9 nsegs=18
|
|---|
| 95 | [ogg @ 0x922df80] ogg_packet: idx=1 pstart=30 psize=0 segp=0 nsegs=14
|
|---|
| 96 | [ogg @ 0x922df80] ogg_packet: curidx=1
|
|---|
| 97 | [ogg @ 0x922df80] ogg_packet: idx=1 pstart=46 psize=0 segp=1 nsegs=14
|
|---|
| 98 | [ogg @ 0x922df80] ogg_packet: curidx=-1
|
|---|
| 99 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=2295 segp=0 nsegs=17
|
|---|
| 100 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 101 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=4974 psize=0 segp=11 nsegs=17
|
|---|
| 102 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=1530 segp=0 nsegs=17
|
|---|
| 103 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 104 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=2254 psize=0 segp=3 nsegs=17
|
|---|
| 105 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 106 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=4484 psize=0 segp=12 nsegs=17
|
|---|
| 107 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=1275 segp=0 nsegs=17
|
|---|
| 108 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 109 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=2223 psize=0 segp=4 nsegs=17
|
|---|
| 110 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 111 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=4482 psize=0 segp=13 nsegs=17
|
|---|
| 112 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=0 psize=1020 segp=0 nsegs=18
|
|---|
| 113 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 114 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=2300 psize=0 segp=6 nsegs=18
|
|---|
| 115 | [ogg @ 0x922df80] ogg_packet: curidx=2
|
|---|
| 116 | [ogg @ 0x922df80] ogg_packet: idx=2 pstart=4564 psize=0 segp=15 nsegs=18
|
|---|
| 117 | [ogg @ 0x922df80] ogg_packet: idx=1 pstart=3288 psize=0 segp=0 nsegs=19
|
|---|
| 118 | [ogg @ 0x922df80] ogg_packet: curidx=1
|
|---|
| 119 | [ogg @ 0x922df80] ogg_packet: idx=1 pstart=3288 psize=0 segp=0 nsegs=19
|
|---|
| 120 | [vorbis @ 0x9230d80] Extradata missing.
|
|---|
| 121 | [ogg @ 0x922df80] All info found
|
|---|
| 122 | [ogg @ 0x922df80] stream 0: start_time: 0.000 duration: 2.301
|
|---|
| 123 | [ogg @ 0x922df80] stream 1: start_time: 0.000 duration: 2.301
|
|---|
| 124 | [ogg @ 0x922df80] stream 2: start_time: 0.033 duration: 0.233
|
|---|
| 125 | [ogg @ 0x922df80] format: start_time: 0.000 duration: 2.301 bitrate=158 kb/s
|
|---|
| 126 | [ogg @ 0x922df80] After avformat_find_stream_info() pos: 36578 bytes read:87843 seeks:2 frames:9
|
|---|
| 127 | Guessed Channel Layout for Input Stream #0.1 : stereo
|
|---|
| 128 | Input #0, ogg, from 'samples/ogv/audio-overhang.ogv':
|
|---|
| 129 | Duration: 00:00:02.30, start: 0.000000, bitrate: 158 kb/s
|
|---|
| 130 | Stream #0:0, 0, 1/1000000: Data: none, 0/1
|
|---|
| 131 | Stream #0:1, 1, 1/11127: Audio: vorbis, 11127 Hz, stereo, fltp
|
|---|
| 132 | Stream #0:2, 8, 1000000/30000299: Video: theora, 1 reference frame, yuv420p(center), 320x240, 0/1, 30 fps, 30 tbr, 30 tbn, 30 tbc
|
|---|
| 133 | Successfully opened the file.
|
|---|
| 134 | Parsing a group of options: output url dvbsub.
|
|---|
| 135 | Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument dv.
|
|---|
| 136 |
|
|---|
| 137 | Breakpoint 1, opt_target (optctx=<optimized out>, opt=<optimized out>,
|
|---|
| 138 | arg=0x7fffffffe5ee "dv") at fftools/ffmpeg_opt.c:2778
|
|---|
| 139 | 2778 fr = st->time_base.den * 1000 / st->time_base.num;
|
|---|
| 140 | (gdb) n
|
|---|
| 141 | fftools/ffmpeg_opt.c:2778:44: runtime error: signed integer overflow: 30000299 * 1000 cannot be represented in type 'int'
|
|---|
| 142 | 2779 if (fr == 25000) {
|
|---|
| 143 | (gdb) bt
|
|---|
| 144 | #0 opt_target (optctx=<optimized out>, opt=<optimized out>, arg=0x7fffffffe5ee "dv")
|
|---|
| 145 | at fftools/ffmpeg_opt.c:2779
|
|---|
| 146 | #1 0x000000000047751e in write_option (optctx=<optimized out>, po=<optimized out>,
|
|---|
| 147 | opt=<optimized out>, arg=<optimized out>) at fftools/cmdutils.c:336
|
|---|
| 148 | #2 0x0000000000478762 in parse_optgroup (optctx=0x7fffffffdbd8, g=<optimized out>)
|
|---|
| 149 | at fftools/cmdutils.c:437
|
|---|
| 150 | #3 0x000000000042fad3 in open_files (l=0x922d2c0, inout=0x5ae05a3 "output",
|
|---|
| 151 | open_file=0x435830 <open_output_file>) at fftools/ffmpeg_opt.c:3267
|
|---|
| 152 | #4 0x000000000042f8f7 in ffmpeg_parse_options (argc=<optimized out>, argv=<optimized out>)
|
|---|
| 153 | at fftools/ffmpeg_opt.c:3329
|
|---|
| 154 | #5 0x0000000000489a24 in main (argc=30, argv=0x7fffffffe218) at fftools/ffmpeg.c:4872
|
|---|
| 155 | (gdb) disass $pc-32,$pc+32
|
|---|
| 156 | Dump of assembler code from 0x4498e7 to 0x449927:
|
|---|
| 157 | 0x00000000004498e7 <opt_target+631>: mov %ebx,%ecx
|
|---|
| 158 | 0x00000000004498e9 <opt_target+633>: not %ecx
|
|---|
| 159 | 0x00000000004498eb <opt_target+635>: or %eax,%ecx
|
|---|
| 160 | 0x00000000004498ed <opt_target+637>: setne %al
|
|---|
| 161 | 0x00000000004498f0 <opt_target+640>: test %rbx,%rbx
|
|---|
| 162 | 0x00000000004498f3 <opt_target+643>: je 0x449c7a <opt_target+1546>
|
|---|
| 163 | 0x00000000004498f9 <opt_target+649>: test %al,%al
|
|---|
| 164 | 0x00000000004498fb <opt_target+651>: je 0x449c7a <opt_target+1546>
|
|---|
| 165 | 0x0000000000449901 <opt_target+657>: mov %r12d,%eax
|
|---|
| 166 | 0x0000000000449904 <opt_target+660>: cltd
|
|---|
| 167 | 0x0000000000449905 <opt_target+661>: idiv %ebx
|
|---|
| 168 | => 0x0000000000449907 <opt_target+663>: cmp $0x5da8,%eax
|
|---|
| 169 | 0x000000000044990c <opt_target+668>: je 0x449d51 <opt_target+1761>
|
|---|
| 170 | 0x0000000000449912 <opt_target+674>: cmp $0x61a8,%eax
|
|---|
| 171 | 0x0000000000449917 <opt_target+679>: je 0x449d84 <opt_target+1812>
|
|---|
| 172 | 0x000000000044991d <opt_target+685>: cmp $0x7512,%eax
|
|---|
| 173 | 0x0000000000449922 <opt_target+690>: jne 0x449720 <opt_target+176>
|
|---|
| 174 | End of assembler dump.
|
|---|
| 175 | (gdb) info all-registers
|
|---|
| 176 | rax 0xffffffc0 4294967232
|
|---|
| 177 | rbx 0xf4240 1000000
|
|---|
| 178 | rcx 0xfff8bfff 4294492159
|
|---|
| 179 | rdx 0xfff8cbf8 4294495224
|
|---|
| 180 | rsi 0x7fffffffd9d0 140737488345552
|
|---|
| 181 | rdi 0x0 0
|
|---|
| 182 | rbp 0x0 0x0
|
|---|
| 183 | rsp 0x7fffffffd9e0 0x7fffffffd9e0
|
|---|
| 184 | r8 0x0 0
|
|---|
| 185 | r9 0x0 0
|
|---|
| 186 | r10 0x0 0
|
|---|
| 187 | r11 0x206 518
|
|---|
| 188 | r12 0xfc283bf8 4230495224
|
|---|
| 189 | r13 0x9231858 153294936
|
|---|
| 190 | r14 0x2 2
|
|---|
| 191 | r15 0x7fffffffdb01 140737488345857
|
|---|
| 192 | rip 0x449907 0x449907 <opt_target+663>
|
|---|
| 193 | eflags 0x202 [ IF ]
|
|---|
| 194 | cs 0x33 51
|
|---|
| 195 | ss 0x2b 43
|
|---|
| 196 | ds 0x0 0
|
|---|
| 197 | es 0x0 0
|
|---|
| 198 | fs 0x0 0
|
|---|
| 199 | gs 0x0 0
|
|---|
| 200 | st0 0 (raw 0x00000000000000000000)
|
|---|
| 201 | st1 0 (raw 0x00000000000000000000)
|
|---|
| 202 | st2 0 (raw 0x00000000000000000000)
|
|---|
| 203 | st3 0 (raw 0x00000000000000000000)
|
|---|
| 204 | st4 0 (raw 0x00000000000000000000)
|
|---|
| 205 | st5 0 (raw 0x00000000000000000000)
|
|---|
| 206 | st6 0 (raw 0x00000000000000000000)
|
|---|
| 207 | st7 0 (raw 0x00000000000000000000)
|
|---|
| 208 | fctrl 0xffff 65535
|
|---|
| 209 | fstat 0xffff 65535
|
|---|
| 210 | ftag 0xaaaa 43690
|
|---|
| 211 | fiseg 0x1 1
|
|---|
| 212 | fioff 0x0 0
|
|---|
| 213 | foseg 0x55fd 22013
|
|---|
| 214 | fooff 0xa 10
|
|---|
| 215 | fop 0x7ff 2047
|
|---|
| 216 | mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ]
|
|---|
| 217 | bndcfgu {raw = 0x0, config = {base = 0x0, reserved = 0x0, preserved = 0x0,
|
|---|
| 218 | enabled = 0x0}} {raw = 0x0, config = {base = 0, reserved = 0, preserved = 0,
|
|---|
| 219 | enabled = 0}}
|
|---|
| 220 | bndstatus {raw = 0x0, status = {bde = 0x0, error = 0x0}} {raw = 0x0, status = {
|
|---|
| 221 | bde = 0, error = 0}}
|
|---|
| 222 | ymm0 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 223 | 0x0, 0x0}, v32_int8 = {0x8, 0x0, 0x0, 0x0, 0x30, 0x0, 0x0, 0x0, 0x70, 0xd6, 0xff, 0xff,
|
|---|
| 224 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 225 | 0xff, 0x7f, 0x0 <repeats 18 times>}, v16_int16 = {0x8, 0x0, 0x30, 0x0, 0xd670, 0xffff,
|
|---|
| 226 | 0x7fff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x8, 0x30, 0xffffd670,
|
|---|
| 227 | 0x7fff, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x3000000008, 0x7fffffffd670, 0x0, 0x0},
|
|---|
| 228 | v2_int128 = {0x7fffffffd6700000003000000008, 0x0}}
|
|---|
| 229 | ymm1 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 230 | 0x0, 0x0}, v32_int8 = {0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x1, 0x0, 0x0, 0x1,
|
|---|
| 231 | 0x0 <repeats 19 times>}, v16_int16 = {0x0, 0x1, 0x0, 0x100, 0x100, 0x0, 0x1, 0x0, 0x0,
|
|---|
| 232 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x10000, 0x1000000, 0x100, 0x1, 0x0,
|
|---|
| 233 | 0x0, 0x0, 0x0}, v4_int64 = {0x100000000010000, 0x100000100, 0x0, 0x0}, v2_int128 = {
|
|---|
| 234 | 0x1000001000100000000010000, 0x0}}
|
|---|
| 235 | ymm2 {v8_float = {0xffffffff, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 236 | v4_double = {0x7fffffffffffffff, 0x0, 0x0, 0x0}, v32_int8 = {0x66, 0x69, 0x6c, 0x6d, 0x2d,
|
|---|
| 237 | 0x0, 0x41, 0x73, 0x73, 0x75, 0x6d, 0x69, 0x6e, 0x67, 0x20, 0x25,
|
|---|
| 238 | 0x0 <repeats 16 times>}, v16_int16 = {0x6966, 0x6d6c, 0x2d, 0x7341, 0x7573, 0x696d,
|
|---|
| 239 | 0x676e, 0x2520, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x6d6c6966,
|
|---|
| 240 | 0x7341002d, 0x696d7573, 0x2520676e, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x7341002d6d6c6966,
|
|---|
| 241 | 0x2520676e696d7573, 0x0, 0x0}, v2_int128 = {0x2520676e696d75737341002d6d6c6966, 0x0}}
|
|---|
| 242 | ymm3 {v8_float = {0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0,
|
|---|
| 243 | 0x0}, v4_double = {0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x6f,
|
|---|
| 244 | 0x6e, 0x61, 0x6c, 0x20, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x65, 0x73, 0x20, 0x22,
|
|---|
| 245 | 0x70, 0x0 <repeats 16 times>}, v16_int16 = {0x6e6f, 0x6c61, 0x7020, 0x6572, 0x6966,
|
|---|
| 246 | 0x6578, 0x2073, 0x7022, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x6c616e6f,
|
|---|
| 247 | 0x65727020, 0x65786966, 0x70222073, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x657270206c616e6f,
|
|---|
| 248 | 0x7022207365786966, 0x0, 0x0}, v2_int128 = {0x7022207365786966657270206c616e6f, 0x0}}
|
|---|
| 249 | ymm4 {v8_float = {0x0, 0xffffffff, 0x0, 0xffffffff, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 250 | v4_double = {0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x20, 0x6f,
|
|---|
| 251 | 0x72, 0x20, 0x22, 0x66, 0x69, 0x6c, 0x6d, 0x2d, 0x22, 0x29, 0x29, 0x20, 0x77, 0x69,
|
|---|
| 252 | 0x0 <repeats 16 times>}, v16_int16 = {0x6f20, 0x2072, 0x6622, 0x6c69, 0x2d6d, 0x2922,
|
|---|
| 253 | 0x2029, 0x6977, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x20726f20,
|
|---|
| 254 | 0x6c696622, 0x29222d6d, 0x69772029, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x6c69662220726f20,
|
|---|
| 255 | 0x6977202929222d6d, 0x0, 0x0}, v2_int128 = {0x6977202929222d6d6c69662220726f20, 0x0}}
|
|---|
| 256 | ymm5 {v8_float = {0xffffffff, 0x0, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 257 | v4_double = {0x0, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x70, 0x74, 0x69, 0x6f, 0x6e,
|
|---|
| 258 | 0x61, 0x6c, 0x20, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x65, 0x73,
|
|---|
| 259 | 0x0 <repeats 16 times>}, v16_int16 = {0x7470, 0x6f69, 0x616e, 0x206c, 0x7270, 0x6665,
|
|---|
| 260 | 0x7869, 0x7365, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x6f697470,
|
|---|
| 261 | 0x206c616e, 0x66657270, 0x73657869, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x206c616e6f697470,
|
|---|
| 262 | 0x7365786966657270, 0x0, 0x0}, v2_int128 = {0x7365786966657270206c616e6f697470, 0x0}}
|
|---|
| 263 | ymm6 {v8_float = {0x0, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {
|
|---|
| 264 | 0x7fffffffffffffff, 0x0, 0x0, 0x0}, v32_int8 = {0x64, 0x22, 0x2c, 0x20, 0x22, 0x64,
|
|---|
| 265 | 0x76, 0x64, 0x22, 0x2c, 0x20, 0x22, 0x64, 0x76, 0x22, 0x20, 0x0 <repeats 16 times>},
|
|---|
| 266 | v16_int16 = {0x2264, 0x202c, 0x6422, 0x6476, 0x2c22, 0x2220, 0x7664, 0x2022, 0x0, 0x0,
|
|---|
| 267 | 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x202c2264, 0x64766422, 0x22202c22,
|
|---|
| 268 | 0x20227664, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x64766422202c2264, 0x2022766422202c22,
|
|---|
| 269 | 0x0, 0x0}, v2_int128 = {0x2022766422202c2264766422202c2264, 0x0}}
|
|---|
| 270 | ymm7 {v8_float = {0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x0, 0x0, 0x0,
|
|---|
| 271 | 0x0}, v4_double = {0x7fffffffffffffff, 0x7fffffffffffffff, 0x0, 0x0}, v32_int8 = {0x66,
|
|---|
| 272 | 0x79, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x20, 0x66, 0x69, 0x6c, 0x65, 0x20,
|
|---|
| 273 | ---Type <return> to continue, or q <return> to quit---
|
|---|
| 274 | 0x74, 0x0 <repeats 16 times>}, v16_int16 = {0x7966, 0x7420, 0x7261, 0x6567, 0x2074,
|
|---|
| 275 | 0x6966, 0x656c, 0x7420, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int32 = {0x74207966,
|
|---|
| 276 | 0x65677261, 0x69662074, 0x7420656c, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x6567726174207966,
|
|---|
| 277 | 0x7420656c69662074, 0x0, 0x0}, v2_int128 = {0x7420656c696620746567726174207966, 0x0}}
|
|---|
| 278 | ymm8 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 279 | 0x0, 0x0}, v32_int8 = {0x0, 0x1b, 0x5b, 0x34, 0x38, 0x3b, 0x35, 0x3b, 0x25, 0x75, 0x6d,
|
|---|
| 280 | 0x1b, 0x5b, 0x33, 0x38, 0x3b, 0x0 <repeats 16 times>}, v16_int16 = {0x1b00, 0x345b,
|
|---|
| 281 | 0x3b38, 0x3b35, 0x7525, 0x1b6d, 0x335b, 0x3b38, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 282 | v8_int32 = {0x345b1b00, 0x3b353b38, 0x1b6d7525, 0x3b38335b, 0x0, 0x0, 0x0, 0x0},
|
|---|
| 283 | v4_int64 = {0x3b353b38345b1b00, 0x3b38335b1b6d7525, 0x0, 0x0}, v2_int128 = {
|
|---|
| 284 | 0x3b38335b1b6d75253b353b38345b1b00, 0x0}}
|
|---|
| 285 | ymm9 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 286 | 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
|
|---|
| 287 | v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
|
|---|
| 288 | v2_int128 = {0x0, 0x0}}
|
|---|
| 289 | ymm10 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 290 | 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
|
|---|
| 291 | v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
|
|---|
| 292 | v2_int128 = {0x0, 0x0}}
|
|---|
| 293 | ymm11 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 294 | 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
|
|---|
| 295 | v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
|
|---|
| 296 | v2_int128 = {0x0, 0x0}}
|
|---|
| 297 | ymm12 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 298 | 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
|
|---|
| 299 | v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
|
|---|
| 300 | v2_int128 = {0x0, 0x0}}
|
|---|
| 301 | ymm13 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 302 | 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
|
|---|
| 303 | v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
|
|---|
| 304 | v2_int128 = {0x0, 0x0}}
|
|---|
| 305 | ymm14 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 306 | 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
|
|---|
| 307 | v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
|
|---|
| 308 | v2_int128 = {0x0, 0x0}}
|
|---|
| 309 | ymm15 {v8_float = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_double = {0x0, 0x0,
|
|---|
| 310 | 0x0, 0x0}, v32_int8 = {0x0 <repeats 32 times>}, v16_int16 = {0x0 <repeats 16 times>},
|
|---|
| 311 | v8_int32 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int64 = {0x0, 0x0, 0x0, 0x0},
|
|---|
| 312 | v2_int128 = {0x0, 0x0}}
|
|---|
| 313 | bnd0 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 314 | bnd1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 315 | bnd2 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 316 | bnd3 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1 {lbound = 0x0, ubound = 0xffffffffffffffff} : size -1
|
|---|
| 317 |
|
|---|