Last active
September 4, 2022 07:27
-
-
Save matteyeux/6cc0429c29667a65c3516af72f3cb3c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| λ ~/dev/openocd(tamarin*) » sudo ./src/openocd -f tcl/interface/tamarin.cfg -f t8010.cfg -d3 | |
| Open On-Chip Debugger 0.10.0+dev-g88a95648-dirty (2022-08-26-21:17) | |
| Licensed under GNU GPL v2 | |
| For bug reports, read | |
| http://openocd.org/doc/doxygen/bugs.html | |
| User : 13 1 options.c:60 configuration_output_handler(): debug_level: 3 | |
| User : 14 1 options.c:60 configuration_output_handler(): | |
| Debug: 15 1 options.c:184 add_default_dirs(): bindir=/usr/local/bin | |
| Debug: 16 1 options.c:185 add_default_dirs(): pkgdatadir=/usr/local/share/openocd | |
| Debug: 17 1 options.c:186 add_default_dirs(): exepath=/home/mathieu/dev/openocd/src | |
| Debug: 18 1 options.c:187 add_default_dirs(): bin2data=../share/openocd | |
| Debug: 19 1 configuration.c:42 add_script_search_dir(): adding /root/.openocd | |
| Debug: 20 1 configuration.c:42 add_script_search_dir(): adding /home/mathieu/dev/openocd/src/../share/openocd/site | |
| Debug: 21 1 configuration.c:42 add_script_search_dir(): adding /home/mathieu/dev/openocd/src/../share/openocd/scripts | |
| Debug: 22 1 configuration.c:97 find_file(): found tcl/interface/tamarin.cfg | |
| Debug: 23 2 command.c:143 script_debug(): command - interface interface tamarin | |
| Info : 25 2 transport.c:117 allow_transports(): only one transport option; autoselect 'swd' | |
| Debug: 26 2 command.c:355 register_command_handler(): registering 'swd'... | |
| Debug: 27 2 command.c:143 script_debug(): command - transport transport select swd | |
| Warn : 28 2 transport.c:297 jim_transport_select(): Transport "swd" was already selected | |
| Debug: 29 2 command.c:143 script_debug(): command - adapter_khz adapter_khz 5000 | |
| Debug: 31 2 core.c:1636 jtag_config_khz(): handle jtag khz | |
| Debug: 32 2 core.c:1599 adapter_khz_to_speed(): convert khz to interface specific speed value | |
| Debug: 33 2 core.c:1599 adapter_khz_to_speed(): convert khz to interface specific speed value | |
| User : 34 2 options.c:60 configuration_output_handler(): adapter speed: 5000 kHz | |
| User : 35 2 options.c:60 configuration_output_handler(): | |
| Debug: 36 2 configuration.c:97 find_file(): found ../openocd/t8010.cfg | |
| Debug: 37 2 command.c:143 script_debug(): command - interface interface bonobo | |
| Warn : 39 2 adapter.c:108 handle_interface_command(): Interface already configured, ignoring | |
| Debug: 40 2 command.c:143 script_debug(): command - transport transport select swd | |
| Warn : 41 2 transport.c:297 jim_transport_select(): Transport "swd" was already selected | |
| Debug: 42 2 command.c:143 script_debug(): command - adapter_khz adapter_khz 10000 | |
| Debug: 44 2 core.c:1636 jtag_config_khz(): handle jtag khz | |
| Debug: 45 2 core.c:1599 adapter_khz_to_speed(): convert khz to interface specific speed value | |
| Debug: 46 2 core.c:1599 adapter_khz_to_speed(): convert khz to interface specific speed value | |
| Debug: 47 2 command.c:143 script_debug(): command - reset_config reset_config srst_only | |
| Debug: 49 2 configuration.c:97 find_file(): found tcl/target/swj-dp.tcl | |
| Debug: 50 2 command.c:143 script_debug(): command - transport transport select | |
| Debug: 51 2 command.c:143 script_debug(): command - transport transport select | |
| Debug: 52 2 command.c:143 script_debug(): command - transport transport select | |
| Debug: 53 2 command.c:143 script_debug(): command - transport transport select | |
| Debug: 54 2 command.c:143 script_debug(): command - transport transport select | |
| Debug: 55 2 command.c:143 script_debug(): command - swd swd newdap iphone cpu -irlen 6 -ircapture 0x1 -irmask 0xf -expected-id 0x4ba02477 | |
| Debug: 56 2 tcl.c:566 jim_newtap_cmd(): Creating New Tap, Chip: iphone, Tap: cpu, Dotted: iphone.cpu, 8 params | |
| Debug: 57 2 core.c:1300 jtag_tap_init(): Created Tap: iphone.cpu @ abs position 0, irlen 0, capture: 0x0 mask: 0x0 | |
| Debug: 58 2 command.c:143 script_debug(): command - dap dap create iphone.dap -chain-position iphone.cpu | |
| Debug: 59 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 60 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 61 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 62 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 63 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 64 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 65 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 66 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 67 2 command.c:355 register_command_handler(): registering 'iphone.dap'... | |
| Debug: 68 2 command.c:143 script_debug(): command - target target create iphone.dbg mem_ap -endian little -dap iphone.dap -ap-num 1 | |
| Debug: 69 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 70 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 71 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 72 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 73 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 74 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 75 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 76 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 77 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 78 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 79 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 80 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 81 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 82 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 83 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 84 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 85 2 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 86 3 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 87 3 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 88 3 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 89 3 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 90 3 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 91 3 command.c:355 register_command_handler(): registering 'iphone.dbg'... | |
| Debug: 92 3 command.c:143 script_debug(): command - target target create iphone.mem mem_ap -endian little -dap iphone.dap -ap-num 4 | |
| Debug: 93 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 94 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 95 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 96 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 97 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 98 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 99 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 100 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 101 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 102 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 103 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 104 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 105 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 106 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 107 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 108 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 109 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 110 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 111 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 112 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 113 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 114 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 115 3 command.c:355 register_command_handler(): registering 'iphone.mem'... | |
| Debug: 116 3 command.c:143 script_debug(): command - cti cti create iphone.cpu0.cti -dap iphone.dap -ap-num 1 -ctibase 0xc2020000 | |
| Debug: 117 3 command.c:355 register_command_handler(): registering 'iphone.cpu0.cti'... | |
| Debug: 118 3 command.c:355 register_command_handler(): registering 'iphone.cpu0.cti'... | |
| Debug: 119 3 command.c:355 register_command_handler(): registering 'iphone.cpu0.cti'... | |
| Debug: 120 3 command.c:355 register_command_handler(): registering 'iphone.cpu0.cti'... | |
| Debug: 121 3 command.c:355 register_command_handler(): registering 'iphone.cpu0.cti'... | |
| Debug: 122 3 command.c:143 script_debug(): command - target target create iphone.cpu0 aarch64 -endian little -dap iphone.dap -ap-num 1 -dbgbase 0xc2010000 -cti iphone.cpu0.cti -coreid 0 -apple-utt 4 0x202040000 64 | |
| Debug: 123 3 command.c:355 register_command_handler(): registering 'catch_exc'... | |
| Debug: 124 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 125 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 126 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 127 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 128 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 129 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 130 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 131 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 132 3 command.c:355 register_command_handler(): registering 'aarch64'... | |
| Debug: 133 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 134 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 135 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 136 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 137 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 138 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 139 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 140 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 141 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 142 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 143 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 144 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 145 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 146 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 147 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 148 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 149 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 150 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 151 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 152 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 153 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 154 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 155 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 156 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 157 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 158 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 159 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 160 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 161 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 162 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 163 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 164 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 165 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 166 3 command.c:355 register_command_handler(): registering 'iphone.cpu0'... | |
| Debug: 167 3 command.c:143 script_debug(): command - cti cti create iphone.cpu1.cti -dap iphone.dap -ap-num 1 -ctibase 0xc2120000 | |
| Debug: 168 3 command.c:355 register_command_handler(): registering 'iphone.cpu1.cti'... | |
| Debug: 169 3 command.c:355 register_command_handler(): registering 'iphone.cpu1.cti'... | |
| Debug: 170 3 command.c:355 register_command_handler(): registering 'iphone.cpu1.cti'... | |
| Debug: 171 3 command.c:355 register_command_handler(): registering 'iphone.cpu1.cti'... | |
| Debug: 172 3 command.c:355 register_command_handler(): registering 'iphone.cpu1.cti'... | |
| Debug: 173 3 command.c:143 script_debug(): command - target target create iphone.cpu1 aarch64 -endian little -dap iphone.dap -ap-num 1 -dbgbase 0xc2110000 -cti iphone.cpu1.cti -coreid 1 -apple-utt 4 0x202140000 64 | |
| Debug: 174 3 command.c:376 register_command(): command 'catch_exc' is already registered in '<global>' context | |
| Debug: 175 3 command.c:376 register_command(): command 'aarch64' is already registered in '<global>' context | |
| Debug: 176 3 command.c:376 register_command(): command 'cache_info' is already registered in 'aarch64' context | |
| Debug: 177 3 command.c:376 register_command(): command 'dbginit' is already registered in 'aarch64' context | |
| Debug: 178 3 command.c:376 register_command(): command 'maskisr' is already registered in 'aarch64' context | |
| Debug: 179 3 command.c:376 register_command(): command 'mcr' is already registered in 'aarch64' context | |
| Debug: 180 3 command.c:376 register_command(): command 'mrc' is already registered in 'aarch64' context | |
| Debug: 181 4 command.c:376 register_command(): command 'smp' is already registered in 'aarch64' context | |
| Debug: 182 4 command.c:376 register_command(): command 'smp_on' is already registered in 'aarch64' context | |
| Debug: 183 4 command.c:376 register_command(): command 'smp_off' is already registered in 'aarch64' context | |
| Debug: 184 4 command.c:376 register_command(): command 'smp_gdb' is already registered in 'aarch64' context | |
| Debug: 185 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 186 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 187 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 188 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 189 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 190 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 191 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 192 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 193 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 194 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 195 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 196 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 197 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 198 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 199 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 200 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 201 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 202 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 203 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 204 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 205 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 206 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 207 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 208 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 209 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 210 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 211 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 212 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 213 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 214 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 215 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 216 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 217 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 218 4 command.c:355 register_command_handler(): registering 'iphone.cpu1'... | |
| Debug: 219 4 command.c:143 script_debug(): command - target target smp iphone.cpu0 iphone.cpu1 | |
| Debug: 220 4 target.c:5658 jim_target_smp(): 3 | |
| Debug: 221 4 target.c:5668 jim_target_smp(): iphone.cpu0 | |
| Debug: 222 4 target.c:5668 jim_target_smp(): iphone.cpu1 | |
| Debug: 223 4 command.c:143 script_debug(): command - target target create iphone.sep cortex_a -endian little -dap iphone.dap -ap-num 1 -dbgbase 0xcda20000 | |
| Debug: 224 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 225 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 226 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 227 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 228 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 229 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 230 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 231 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 232 4 command.c:355 register_command_handler(): registering 'arm'... | |
| Debug: 233 4 command.c:355 register_command_handler(): registering 'cache_config'... | |
| Debug: 234 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 235 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 236 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 237 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 238 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 239 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 240 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 241 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 242 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 243 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 244 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 245 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 246 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 247 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 248 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 249 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 250 4 command.c:355 register_command_handler(): registering 'cache'... | |
| Debug: 251 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 252 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 253 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 254 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 255 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 256 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 257 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 258 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 259 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 260 4 command.c:355 register_command_handler(): registering 'cortex_a'... | |
| Debug: 261 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 262 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 263 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 264 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 265 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 266 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 267 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 268 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 269 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 270 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 271 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 272 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 273 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 274 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 275 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 276 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 277 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 278 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 279 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 280 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 281 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 282 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 283 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 284 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 285 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 286 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 287 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 288 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 289 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 290 4 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 291 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 292 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 293 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 294 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 295 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 296 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 297 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 298 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 299 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 300 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 301 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 302 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 303 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 304 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 305 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 306 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 307 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 308 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 309 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 310 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 311 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 312 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 313 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 314 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 315 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 316 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 317 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 318 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 319 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 320 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 321 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 322 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 323 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 324 5 command.c:355 register_command_handler(): registering 'iphone.sep'... | |
| Debug: 325 5 command.c:143 script_debug(): command - init init | |
| Debug: 327 5 command.c:143 script_debug(): command - target target init | |
| Debug: 329 5 command.c:143 script_debug(): command - target target names | |
| Debug: 330 5 command.c:143 script_debug(): command - iphone.dbg iphone.dbg cget -event gdb-flash-erase-start | |
| Debug: 331 5 command.c:143 script_debug(): command - iphone.dbg iphone.dbg configure -event gdb-flash-erase-start reset init | |
| Debug: 332 5 command.c:143 script_debug(): command - iphone.dbg iphone.dbg cget -event gdb-flash-write-end | |
| Debug: 333 5 command.c:143 script_debug(): command - iphone.dbg iphone.dbg configure -event gdb-flash-write-end reset halt | |
| Debug: 334 5 command.c:143 script_debug(): command - iphone.dbg iphone.dbg cget -event gdb-attach | |
| Debug: 335 5 command.c:143 script_debug(): command - iphone.dbg iphone.dbg configure -event gdb-attach halt | |
| Debug: 336 5 command.c:143 script_debug(): command - iphone.mem iphone.mem cget -event gdb-flash-erase-start | |
| Debug: 337 5 command.c:143 script_debug(): command - iphone.mem iphone.mem configure -event gdb-flash-erase-start reset init | |
| Debug: 338 5 command.c:143 script_debug(): command - iphone.mem iphone.mem cget -event gdb-flash-write-end | |
| Debug: 339 5 command.c:143 script_debug(): command - iphone.mem iphone.mem configure -event gdb-flash-write-end reset halt | |
| Debug: 340 5 command.c:143 script_debug(): command - iphone.mem iphone.mem cget -event gdb-attach | |
| Debug: 341 5 command.c:143 script_debug(): command - iphone.mem iphone.mem configure -event gdb-attach halt | |
| Debug: 342 5 command.c:143 script_debug(): command - iphone.cpu0 iphone.cpu0 cget -event gdb-flash-erase-start | |
| Debug: 343 5 command.c:143 script_debug(): command - iphone.cpu0 iphone.cpu0 configure -event gdb-flash-erase-start reset init | |
| Debug: 344 5 command.c:143 script_debug(): command - iphone.cpu0 iphone.cpu0 cget -event gdb-flash-write-end | |
| Debug: 345 5 command.c:143 script_debug(): command - iphone.cpu0 iphone.cpu0 configure -event gdb-flash-write-end reset halt | |
| Debug: 346 5 command.c:143 script_debug(): command - iphone.cpu0 iphone.cpu0 cget -event gdb-attach | |
| Debug: 347 5 command.c:143 script_debug(): command - iphone.cpu0 iphone.cpu0 configure -event gdb-attach halt | |
| Debug: 348 5 command.c:143 script_debug(): command - iphone.cpu1 iphone.cpu1 cget -event gdb-flash-erase-start | |
| Debug: 349 5 command.c:143 script_debug(): command - iphone.cpu1 iphone.cpu1 configure -event gdb-flash-erase-start reset init | |
| Debug: 350 5 command.c:143 script_debug(): command - iphone.cpu1 iphone.cpu1 cget -event gdb-flash-write-end | |
| Debug: 351 5 command.c:143 script_debug(): command - iphone.cpu1 iphone.cpu1 configure -event gdb-flash-write-end reset halt | |
| Debug: 352 5 command.c:143 script_debug(): command - iphone.cpu1 iphone.cpu1 cget -event gdb-attach | |
| Debug: 353 5 command.c:143 script_debug(): command - iphone.cpu1 iphone.cpu1 configure -event gdb-attach halt | |
| Debug: 354 5 command.c:143 script_debug(): command - iphone.sep iphone.sep cget -event gdb-flash-erase-start | |
| Debug: 355 5 command.c:143 script_debug(): command - iphone.sep iphone.sep configure -event gdb-flash-erase-start reset init | |
| Debug: 356 5 command.c:143 script_debug(): command - iphone.sep iphone.sep cget -event gdb-flash-write-end | |
| Debug: 357 5 command.c:143 script_debug(): command - iphone.sep iphone.sep configure -event gdb-flash-write-end reset halt | |
| Debug: 358 5 command.c:143 script_debug(): command - iphone.sep iphone.sep cget -event gdb-attach | |
| Debug: 359 5 command.c:143 script_debug(): command - iphone.sep iphone.sep configure -event gdb-attach halt | |
| Debug: 360 5 target.c:1424 handle_target_init_command(): Initializing targets... | |
| Debug: 361 5 mem_ap.c:63 mem_ap_init_target(): mem_ap_init_target | |
| Debug: 362 5 mem_ap.c:63 mem_ap_init_target(): mem_ap_init_target | |
| Debug: 363 5 semihosting_common.c:97 semihosting_common_init(): | |
| Debug: 364 5 semihosting_common.c:97 semihosting_common_init(): | |
| Debug: 365 5 semihosting_common.c:97 semihosting_common_init(): | |
| Debug: 366 5 command.c:355 register_command_handler(): registering 'target_request'... | |
| Debug: 367 5 command.c:355 register_command_handler(): registering 'trace'... | |
| Debug: 368 5 command.c:355 register_command_handler(): registering 'trace'... | |
| Debug: 369 5 command.c:355 register_command_handler(): registering 'fast_load_image'... | |
| Debug: 370 6 command.c:355 register_command_handler(): registering 'fast_load'... | |
| Debug: 371 6 command.c:355 register_command_handler(): registering 'profile'... | |
| Debug: 372 6 command.c:355 register_command_handler(): registering 'virt2phys'... | |
| Debug: 373 6 command.c:355 register_command_handler(): registering 'reg'... | |
| Debug: 374 6 command.c:355 register_command_handler(): registering 'poll'... | |
| Debug: 375 6 command.c:355 register_command_handler(): registering 'wait_halt'... | |
| Debug: 376 6 command.c:355 register_command_handler(): registering 'halt'... | |
| Debug: 377 6 command.c:355 register_command_handler(): registering 'resume'... | |
| Debug: 378 6 command.c:355 register_command_handler(): registering 'reset'... | |
| Debug: 379 6 command.c:355 register_command_handler(): registering 'soft_reset_halt'... | |
| Debug: 380 6 command.c:355 register_command_handler(): registering 'step'... | |
| Debug: 381 6 command.c:355 register_command_handler(): registering 'mdd'... | |
| Debug: 382 6 command.c:355 register_command_handler(): registering 'mdw'... | |
| Debug: 383 6 command.c:355 register_command_handler(): registering 'mdh'... | |
| Debug: 384 6 command.c:355 register_command_handler(): registering 'mdb'... | |
| Debug: 385 6 command.c:355 register_command_handler(): registering 'mwd'... | |
| Debug: 386 6 command.c:355 register_command_handler(): registering 'mww'... | |
| Debug: 387 6 command.c:355 register_command_handler(): registering 'mwh'... | |
| Debug: 388 6 command.c:355 register_command_handler(): registering 'mwb'... | |
| Debug: 389 6 command.c:355 register_command_handler(): registering 'bp'... | |
| Debug: 390 6 command.c:355 register_command_handler(): registering 'rbp'... | |
| Debug: 391 6 command.c:355 register_command_handler(): registering 'wp'... | |
| Debug: 392 6 command.c:355 register_command_handler(): registering 'rwp'... | |
| Debug: 393 6 command.c:355 register_command_handler(): registering 'load_image'... | |
| Debug: 394 6 command.c:355 register_command_handler(): registering 'dump_image'... | |
| Debug: 395 6 command.c:355 register_command_handler(): registering 'verify_image_checksum'... | |
| Debug: 396 6 command.c:355 register_command_handler(): registering 'verify_image'... | |
| Debug: 397 6 command.c:355 register_command_handler(): registering 'test_image'... | |
| Debug: 398 6 command.c:355 register_command_handler(): registering 'reset_nag'... | |
| Debug: 399 6 command.c:355 register_command_handler(): registering 'ps'... | |
| Debug: 400 6 command.c:355 register_command_handler(): registering 'test_mem_access'... | |
| Debug: 401 11 core.c:1599 adapter_khz_to_speed(): convert khz to interface specific speed value | |
| Debug: 402 11 core.c:1603 adapter_khz_to_speed(): have interface set up | |
| Debug: 403 11 tamarin.c:245 tamarin_set_frequency(): Enqueue set frequency: 10000 | |
| Debug: 404 11 core.c:1599 adapter_khz_to_speed(): convert khz to interface specific speed value | |
| Debug: 405 11 core.c:1603 adapter_khz_to_speed(): have interface set up | |
| Info : 406 11 core.c:1381 adapter_init(): clock speed 10000 kHz | |
| Debug: 407 11 openocd.c:143 handle_init_command(): Debug Adapter init complete | |
| Debug: 408 11 command.c:143 script_debug(): command - transport transport init | |
| Debug: 410 11 transport.c:239 handle_transport_init(): handle_transport_init | |
| Debug: 411 11 command.c:143 script_debug(): command - dap dap init | |
| Debug: 413 11 arm_dap.c:105 dap_init_all(): Initializing all DAPs ... | |
| Debug: 414 11 tamarin.c:318 tamarin_swd_switch_seq(): JTAG-to-SWD | |
| Debug: 415 11 tamarin.c:301 tamarin_line_reset(): Enqueue line reset / SWD-to-JTAG sequence | |
| Debug: 416 11 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x24 | |
| Debug: 417 11 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x00 - 0x0000001E | |
| Info : 418 13 adi_v5_swd.c:136 swd_connect(): SWD DPIDR 0x03000067 | |
| Debug: 419 13 arm_adi_v5.c:725 dap_dp_init(): iphone.dap | |
| Debug: 420 13 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x00000000 | |
| Debug: 421 13 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x0C | |
| Debug: 422 15 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x28 - 0x50000020 | |
| Debug: 423 15 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x0C | |
| Debug: 424 15 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x28 - 0x50000000 | |
| Debug: 425 15 arm_adi_v5.c:770 dap_dp_init(): DAP: wait CDBGPWRUPACK | |
| Debug: 426 15 arm_adi_v5.h:481 dap_dp_poll_register(): DAP: poll 4, mask 0x20000000, value 0x20000000 | |
| Debug: 427 15 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x0C | |
| Debug: 428 17 arm_adi_v5.c:778 dap_dp_init(): DAP: wait CSYSPWRUPACK | |
| Debug: 429 17 arm_adi_v5.h:481 dap_dp_poll_register(): DAP: poll 4, mask 0x80000000, value 0x80000000 | |
| Debug: 430 17 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x0C | |
| Debug: 431 18 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x0C | |
| Debug: 432 18 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x28 - 0x50000001 | |
| Debug: 433 18 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x0C | |
| Debug: 434 20 openocd.c:160 handle_init_command(): Examining targets... | |
| Debug: 435 20 target.c:1610 target_call_event_callbacks(): target event 17 (examine-start) for core iphone.dbg | |
| Debug: 436 20 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 437 20 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000020 | |
| Debug: 438 20 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0x00000000 | |
| Debug: 439 20 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 440 20 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 441 20 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x010000F0 | |
| Debug: 442 20 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 443 20 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 444 25 arm_adi_v5.c:848 mem_ap_init(): MEM_AP Packed Transfers: disabled | |
| Debug: 445 25 arm_adi_v5.c:859 mem_ap_init(): MEM_AP CFG: large data 0, long address 0, big-endian 0 | |
| Debug: 446 25 target.c:1610 target_call_event_callbacks(): target event 18 (examine-end) for core iphone.dbg | |
| Debug: 447 25 target.c:1610 target_call_event_callbacks(): target event 17 (examine-start) for core iphone.mem | |
| Debug: 448 25 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x04000000 | |
| Debug: 449 25 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000020 | |
| Debug: 450 25 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0x00000000 | |
| Debug: 451 25 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 452 25 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 453 25 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x040000F0 | |
| Debug: 454 25 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 455 25 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 456 30 arm_adi_v5.c:848 mem_ap_init(): MEM_AP Packed Transfers: disabled | |
| Debug: 457 30 arm_adi_v5.c:859 mem_ap_init(): MEM_AP CFG: large data 1, long address 0, big-endian 0 | |
| Debug: 458 30 target.c:1610 target_call_event_callbacks(): target event 18 (examine-end) for core iphone.mem | |
| Debug: 459 30 target.c:1610 target_call_event_callbacks(): target event 17 (examine-start) for core iphone.cpu0 | |
| Debug: 460 30 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 461 30 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000020 | |
| Debug: 462 30 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0x00000000 | |
| Debug: 463 30 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 464 30 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 465 30 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x010000F0 | |
| Debug: 466 30 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 467 30 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 468 35 arm_adi_v5.c:848 mem_ap_init(): MEM_AP Packed Transfers: disabled | |
| Debug: 469 35 arm_adi_v5.c:859 mem_ap_init(): MEM_AP CFG: large data 0, long address 0, big-endian 0 | |
| Debug: 470 35 aarch64.c:2329 aarch64_examine_first(): utt: ap 4, base: 0000000202040000, width 64 | |
| Debug: 471 35 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 472 35 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 473 35 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000022 | |
| Debug: 474 35 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010300 | |
| Debug: 475 35 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 476 35 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000000 | |
| Debug: 477 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 478 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010D00 | |
| Debug: 479 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 480 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 481 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 482 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 483 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010D30 | |
| Debug: 484 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 485 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x36 | |
| Debug: 486 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x1E | |
| Debug: 487 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 488 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 489 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010D20 | |
| Debug: 490 38 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 491 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x36 | |
| Debug: 492 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x1E | |
| Debug: 493 38 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 494 49 aarch64.c:2376 aarch64_examine_first(): cpuid = 0x401e0041 | |
| Debug: 495 49 aarch64.c:2377 aarch64_examine_first(): ttypr = 0xe0000001 | |
| Debug: 496 49 aarch64.c:2378 aarch64_examine_first(): debug = 0x00201e04 | |
| Debug: 497 49 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 498 49 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010310 | |
| Debug: 499 49 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 500 50 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 501 50 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Info : 502 53 armv8_dpm.c:1480 armv8_dpm_setup(): iphone.cpu0: hardware has 2 breakpoints, 3 watchpoints | |
| Debug: 503 53 armv8_dpm.c:483 dpmv8_bpwp_disable(): A: bpwp disable, cr c2010408 | |
| Debug: 504 53 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 505 53 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 506 53 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010400 | |
| Debug: 507 53 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 508 53 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x12 - 0x00000000 | |
| Debug: 509 56 armv8_dpm.c:483 dpmv8_bpwp_disable(): A: bpwp disable, cr c2010418 | |
| Debug: 510 56 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 511 56 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 512 56 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010410 | |
| Debug: 513 56 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 514 56 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x12 - 0x00000000 | |
| Debug: 515 58 armv8_dpm.c:483 dpmv8_bpwp_disable(): A: bpwp disable, cr c2010808 | |
| Debug: 516 58 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 517 59 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 518 59 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010800 | |
| Debug: 519 59 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 520 59 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x12 - 0x00000000 | |
| Debug: 521 61 armv8_dpm.c:483 dpmv8_bpwp_disable(): A: bpwp disable, cr c2010818 | |
| Debug: 522 61 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 523 61 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 524 61 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010810 | |
| Debug: 525 61 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 526 61 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x12 - 0x00000000 | |
| Debug: 527 64 armv8_dpm.c:483 dpmv8_bpwp_disable(): A: bpwp disable, cr c2010828 | |
| Debug: 528 64 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 529 64 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 530 64 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010820 | |
| Debug: 531 64 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 532 64 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x12 - 0x00000000 | |
| Debug: 533 66 aarch64.c:2421 aarch64_examine_first(): Configured 2 hw breakpoints | |
| Debug: 534 66 aarch64.c:219 aarch64_init_debug_access(): iphone.cpu0 | |
| Debug: 535 66 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 536 66 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 537 66 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010300 | |
| Debug: 538 66 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 539 66 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000000 | |
| Debug: 540 69 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 541 69 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010310 | |
| Debug: 542 69 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 543 69 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 544 69 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 545 72 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 546 72 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 547 72 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2020000 | |
| Debug: 548 72 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 549 72 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000001 | |
| Debug: 550 74 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 551 74 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 552 74 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2020140 | |
| Debug: 553 74 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 554 74 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000000 | |
| Debug: 555 77 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 556 77 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 557 77 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC20200A0 | |
| Debug: 558 77 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 559 77 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000001 | |
| Debug: 560 79 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 561 79 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0x00000002 | |
| Debug: 562 80 target.c:1610 target_call_event_callbacks(): target event 18 (examine-end) for core iphone.cpu0 | |
| Debug: 563 80 target.c:1610 target_call_event_callbacks(): target event 17 (examine-start) for core iphone.cpu1 | |
| Debug: 564 80 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 565 80 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000020 | |
| Debug: 566 80 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0x00000000 | |
| Debug: 567 80 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 568 80 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 569 80 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x010000F0 | |
| Debug: 570 80 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 571 80 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 572 85 arm_adi_v5.c:848 mem_ap_init(): MEM_AP Packed Transfers: disabled | |
| Debug: 573 85 arm_adi_v5.c:859 mem_ap_init(): MEM_AP CFG: large data 0, long address 0, big-endian 0 | |
| Debug: 574 85 aarch64.c:2329 aarch64_examine_first(): utt: ap 4, base: 0000000202140000, width 64 | |
| Debug: 575 85 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 576 85 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 577 85 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000022 | |
| Debug: 578 85 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2110300 | |
| Debug: 579 85 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 580 85 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000000 | |
| Debug: 581 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 582 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2110D00 | |
| Debug: 583 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 584 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 585 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 586 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 587 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2110D30 | |
| Debug: 588 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 589 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x36 | |
| Debug: 590 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x1E | |
| Debug: 591 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 592 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 593 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2110D20 | |
| Debug: 594 88 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 595 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x36 | |
| Debug: 596 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x1E | |
| Debug: 597 88 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 598 98 aarch64.c:2376 aarch64_examine_first(): cpuid = 0x401e0041 | |
| Debug: 599 98 aarch64.c:2377 aarch64_examine_first(): ttypr = 0xe0000001 | |
| Debug: 600 98 aarch64.c:2378 aarch64_examine_first(): debug = 0x00201e04 | |
| Debug: 601 98 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 602 98 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2110310 | |
| Debug: 603 98 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 604 99 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 605 99 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Error: 606 102 aarch64.c:2395 aarch64_examine_first(): iphone.cpu1 powered down! | |
| Debug: 607 102 aarch64.c:219 aarch64_init_debug_access(): iphone.cpu1 | |
| Debug: 608 102 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 609 102 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 610 102 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2110300 | |
| Debug: 611 102 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 612 102 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000000 | |
| Debug: 613 104 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 614 104 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2110310 | |
| Debug: 615 104 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 616 104 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 617 104 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 618 107 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 619 107 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 620 107 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2120000 | |
| Debug: 621 107 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 622 107 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000001 | |
| Debug: 623 110 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 624 110 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 625 110 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2120140 | |
| Debug: 626 110 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 627 110 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000000 | |
| Debug: 628 112 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 629 112 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 630 112 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC21200A0 | |
| Debug: 631 112 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 632 112 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000001 | |
| Debug: 633 115 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 634 115 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0x00000002 | |
| Debug: 635 115 target.c:1610 target_call_event_callbacks(): target event 18 (examine-end) for core iphone.cpu1 | |
| Debug: 636 115 target.c:1610 target_call_event_callbacks(): target event 17 (examine-start) for core iphone.sep | |
| Debug: 637 115 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 638 115 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000020 | |
| Debug: 639 115 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0x00000000 | |
| Debug: 640 115 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 641 116 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 642 116 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x010000F0 | |
| Debug: 643 116 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 644 116 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 645 121 arm_adi_v5.c:848 mem_ap_init(): MEM_AP Packed Transfers: disabled | |
| Debug: 646 121 arm_adi_v5.c:859 mem_ap_init(): MEM_AP CFG: large data 0, long address 0, big-endian 0 | |
| Debug: 647 121 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 648 121 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000022 | |
| Debug: 649 121 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xCDA20000 | |
| Debug: 650 121 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 651 121 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 652 121 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 653 124 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 654 124 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xCDA20D00 | |
| Debug: 655 124 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 656 124 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 657 124 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 658 127 cortex_a.c:2684 cortex_a_examine_first(): didr = 0x2001e001 | |
| Debug: 659 127 cortex_a.c:2685 cortex_a_examine_first(): cpuid = 0x00000000 | |
| Debug: 660 127 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 661 127 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xCDA20310 | |
| Debug: 662 127 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 663 127 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 664 127 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 665 131 cortex_a.c:2694 cortex_a_examine_first(): target->coreid 0 DBGPRSR 0x0 | |
| Error: 666 131 cortex_a.c:2697 cortex_a_examine_first(): target->coreid 0 powered down! | |
| Debug: 667 131 openocd.c:162 handle_init_command(): target examination failed | |
| Debug: 668 131 command.c:143 script_debug(): command - flash flash init | |
| Debug: 669 131 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 670 131 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010310 | |
| Debug: 671 131 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 672 131 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 673 131 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 674 134 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 675 134 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 677 135 tcl.c:1222 handle_flash_init_command(): Initializing flash devices... | |
| Debug: 678 135 command.c:143 script_debug(): command - nand nand init | |
| Debug: 679 135 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 680 135 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 681 136 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 682 136 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 684 138 tcl.c:498 handle_nand_init_command(): Initializing NAND devices... | |
| Debug: 685 138 command.c:143 script_debug(): command - pld pld init | |
| Debug: 686 138 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 687 138 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 688 139 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 689 139 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 691 140 pld.c:206 handle_pld_init_command(): Initializing PLDs... | |
| Debug: 692 140 gdb_server.c:3430 gdb_target_add_one(): skip gdb server for target iphone.dbg | |
| Debug: 693 140 gdb_server.c:3430 gdb_target_add_one(): skip gdb server for target iphone.mem | |
| Debug: 694 140 gdb_server.c:3397 gdb_target_start(): starting gdb server for iphone.cpu0 on 3333 | |
| Info : 695 140 server.c:310 add_service(): Listening on port 3333 for gdb connections | |
| Debug: 696 140 gdb_server.c:3397 gdb_target_start(): starting gdb server for iphone.sep on 3334 | |
| Info : 697 140 server.c:310 add_service(): Listening on port 3334 for gdb connections | |
| Info : 698 140 server.c:310 add_service(): Listening on port 6666 for tcl connections | |
| Info : 699 140 server.c:310 add_service(): Listening on port 4444 for telnet connections | |
| Debug: 700 140 command.c:143 script_debug(): command - init init | |
| Debug: 701 140 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 702 140 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 703 141 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 704 141 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 706 243 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 707 243 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 708 245 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 709 245 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 710 347 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 711 347 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 712 348 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 713 348 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 714 450 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 715 450 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 716 451 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 717 452 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 718 555 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 719 555 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 720 556 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 721 556 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 722 658 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 723 658 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 724 659 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 725 659 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 726 761 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 727 761 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 728 763 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 729 763 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 730 865 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 731 865 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 732 866 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 733 866 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 734 968 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 735 968 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 736 969 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 737 970 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 738 1071 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 739 1071 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 740 1073 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 741 1073 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 742 1175 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 743 1175 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 744 1176 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 745 1177 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 746 1278 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 747 1278 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 748 1280 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 749 1280 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 750 1381 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 751 1381 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 752 1382 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 753 1382 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 754 1484 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 755 1484 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 756 1485 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 757 1485 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 758 1587 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 759 1587 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 760 1589 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 761 1589 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 762 1691 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 763 1691 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 764 1692 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 765 1692 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 766 1794 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 767 1794 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 768 1795 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 769 1795 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 770 1897 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 771 1897 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 772 1899 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 773 1899 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 774 2000 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 775 2000 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 776 2002 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 777 2002 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 778 2104 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 779 2104 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 780 2105 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 781 2105 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 782 2207 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 783 2207 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 784 2209 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 785 2209 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 786 2311 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 787 2311 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 788 2312 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 789 2312 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 790 2414 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 791 2414 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 792 2415 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 793 2415 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 794 2517 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 795 2518 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 796 2519 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 797 2519 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 798 2621 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 799 2621 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 800 2623 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 801 2623 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 802 2725 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 803 2725 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 804 2726 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 805 2726 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Info : 806 2800 server.c:100 add_connection(): accepting 'telnet' connection on tcp/4444 | |
| Debug: 807 2901 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 808 2901 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 809 2902 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 810 2902 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 811 3004 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 812 3004 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 813 3005 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 814 3005 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 815 3107 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 816 3107 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 817 3109 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 818 3109 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 819 3211 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 820 3211 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 821 3213 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 822 3213 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 823 3362 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 824 3362 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 825 3363 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 826 3363 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 827 3525 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 828 3525 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 829 3526 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 830 3527 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 831 3667 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 832 3667 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 833 3668 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 834 3668 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 835 3771 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 836 3771 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 837 3772 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 838 3773 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 839 3878 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 840 3878 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 841 3879 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 842 3879 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 843 4000 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 844 4001 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 845 4002 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 846 4002 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 847 4104 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 848 4104 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 849 4105 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 850 4105 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 851 4207 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 852 4207 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 853 4209 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 854 4209 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 855 4310 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 856 4310 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 857 4311 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 858 4312 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 859 4413 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 860 4413 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 861 4415 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 862 4415 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 863 4515 command.c:143 script_debug(): command - targets targets | |
| Debug: 864 4515 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 865 4515 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 866 4516 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 867 4517 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 869 4619 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 870 4619 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 871 4621 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 872 4621 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 873 4723 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 874 4723 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 875 4724 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 876 4724 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 877 4826 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 878 4827 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 879 4828 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 880 4828 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 881 4930 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 882 4930 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 883 4931 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 884 4932 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 885 5033 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 886 5033 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 887 5035 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 888 5035 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 889 5137 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 890 5137 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 891 5138 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 892 5138 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 893 5240 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 894 5240 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 895 5242 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 896 5242 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 897 5344 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 898 5344 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 899 5345 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 900 5345 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 901 5447 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 902 5447 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 903 5449 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 904 5449 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 905 5551 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 906 5551 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 907 5553 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 908 5553 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 909 5655 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 910 5655 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 911 5657 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 912 5657 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 913 5759 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 914 5759 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 915 5761 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 916 5761 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 917 5862 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 918 5862 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 919 5864 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 920 5864 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 921 5966 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 922 5966 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 923 5967 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 924 5968 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 925 6069 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 926 6069 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 927 6071 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 928 6071 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 929 6192 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 930 6192 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 931 6194 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 932 6194 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 933 6359 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 934 6359 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 935 6360 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 936 6360 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 937 6496 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 938 6496 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 939 6498 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 940 6498 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 941 6600 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 942 6600 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 943 6601 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 944 6602 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 945 6734 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 946 6734 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 947 6735 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 948 6735 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 949 6841 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 950 6841 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 951 6843 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 952 6843 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 953 6945 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 954 6945 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 955 6946 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 956 6946 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 957 7129 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 958 7129 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 959 7130 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 960 7130 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 961 7252 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 962 7252 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 963 7253 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 964 7253 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 965 7403 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 966 7403 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 967 7405 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 968 7405 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 969 7590 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 970 7591 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 971 7592 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 972 7593 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 973 7695 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 974 7695 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 975 7696 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 976 7696 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 977 7822 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 978 7822 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 979 7823 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 980 7823 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 981 7969 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 982 7969 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 983 7971 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 984 7971 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 985 8159 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 986 8159 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 987 8161 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 988 8161 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 989 8343 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 990 8343 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 991 8345 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 992 8345 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 993 8454 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 994 8454 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 995 8456 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 996 8456 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 997 8647 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 998 8647 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 999 8648 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1000 8648 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1001 8750 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1002 8750 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1003 8752 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1004 8752 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1005 8853 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1006 8853 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1007 8855 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1008 8855 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1009 8956 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1010 8956 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1011 8958 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1012 8958 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1013 9080 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1014 9081 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1015 9082 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1016 9082 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1017 9184 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1018 9184 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1019 9185 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1020 9185 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1021 9287 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1022 9287 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1023 9289 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1024 9289 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1025 9321 command.c:143 script_debug(): command - targets targets iphone.cpu0 | |
| Debug: 1026 9321 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1027 9321 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1028 9322 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1029 9322 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1031 9424 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1032 9424 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1033 9426 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1034 9426 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1035 9528 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1036 9528 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1037 9530 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1038 9530 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1039 9698 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1040 9698 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1041 9700 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1042 9700 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1043 9828 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1044 9828 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1045 9829 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1046 9829 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1047 9977 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1048 9977 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1049 9979 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1050 9979 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1051 10095 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1052 10096 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1053 10097 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1054 10097 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1055 10199 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1056 10199 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1057 10201 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1058 10201 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1059 10303 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1060 10303 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1061 10305 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1062 10305 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1063 10407 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1064 10407 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1065 10408 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1066 10408 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1067 10416 command.c:143 script_debug(): command - halt halt | |
| Debug: 1068 10416 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1069 10416 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1070 10417 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1071 10417 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1073 10419 target.c:3049 handle_halt_command(): - | |
| Debug: 1074 10419 aarch64.c:349 aarch64_prepare_halt_smp(): target iphone.cpu0 exc 0 | |
| Debug: 1075 10419 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 1076 10419 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2020140 | |
| Debug: 1077 10419 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 1078 10419 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x06 | |
| Debug: 1079 10419 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1080 10423 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 1081 10423 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0x00000001 | |
| Debug: 1082 10424 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 1083 10425 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010080 | |
| Debug: 1084 10425 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 1085 10425 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x36 | |
| Debug: 1086 10425 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1087 10428 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 1088 10428 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x12 - 0x00007800 | |
| Debug: 1089 10429 aarch64.c:373 aarch64_prepare_halt_smp(): target iphone.cpu0 prepared | |
| Debug: 1090 10429 aarch64.c:394 aarch64_halt_one(): iphone.cpu0 | |
| Debug: 1091 10429 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x36 | |
| Debug: 1092 10429 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1093 10431 arm_adi_v5.c:307 mem_ap_write_u32(): Setup transfer | |
| Debug: 1094 10431 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x12 - 0x00007800 | |
| Debug: 1095 10432 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x04000000 | |
| Debug: 1096 10432 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x22 - 0xA2000013 | |
| Debug: 1097 10432 command.c:629 run_command(): Command 'halt' failed with error code -1601 | |
| User : 1098 10432 command.c:695 command_run_line(): | |
| Debug: 1099 10534 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000000 | |
| Debug: 1100 10534 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x0A - 0xC2010310 | |
| Debug: 1101 10534 tamarin.c:225 tamarin_swd_write_reg(): Enqueue write: 0x30 - 0x01000010 | |
| Debug: 1102 10534 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1103 10534 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1104 10539 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1105 10539 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1106 10641 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1107 10641 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1108 10642 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1109 10642 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1110 10744 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1111 10744 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1112 10746 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1113 10746 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1114 10848 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1115 10848 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1116 10850 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1117 10850 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1118 10952 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1119 10952 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1120 10953 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1121 10953 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1122 11055 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1123 11055 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1124 11057 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1125 11057 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1126 11159 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1127 11159 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1128 11160 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1129 11160 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1130 11262 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1131 11262 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1132 11264 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1133 11264 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1134 11366 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1135 11366 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1136 11367 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1137 11368 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1138 11469 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1139 11469 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1140 11471 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1141 11471 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1142 11573 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1143 11573 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1144 11574 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1145 11574 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1146 11676 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1147 11677 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1148 11678 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1149 11678 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1150 11780 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1151 11780 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1152 11781 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1153 11781 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1154 11883 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1155 11883 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1156 11885 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1157 11885 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1158 11987 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1159 11987 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1160 11988 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1161 11988 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1162 12090 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1163 12090 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1164 12092 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1165 12092 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1166 12194 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1167 12195 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1168 12196 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1169 12196 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1170 12298 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1171 12298 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1172 12299 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1173 12300 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1174 12402 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1175 12402 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1176 12403 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1177 12403 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1178 12505 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1179 12505 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1180 12506 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1181 12507 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1182 12608 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1183 12608 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1184 12610 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1185 12610 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1186 12711 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1187 12711 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1188 12713 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1189 12713 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1190 12815 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1191 12815 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1192 12816 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1193 12816 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1194 12918 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1195 12918 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1196 12920 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1197 12920 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1198 13021 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1199 13021 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1200 13023 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1201 13023 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1202 13124 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1203 13124 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1204 13126 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1205 13126 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| ^CDebug: 1206 13192 server.c:609 sig_handler(): Terminating on Signal 2 | |
| Debug: 1207 13192 command.c:143 script_debug(): command - shutdown shutdown | |
| Debug: 1208 13192 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1209 13192 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| Debug: 1210 13193 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x2E | |
| Debug: 1211 13193 tamarin.c:202 tamarin_swd_read_reg(): Enqueue read: 0x3C | |
| User : 1213 13195 server.c:742 handle_shutdown_command(): shutdown command invoked | |
| Debug: 1214 13196 target.c:1962 target_free_all_working_areas_restore(): freeing all working areas | |
| Debug: 1215 13196 target.c:1962 target_free_all_working_areas_restore(): freeing all working areas | |
| Debug: 1216 13196 target.c:1962 target_free_all_working_areas_restore(): freeing all working areas | |
| Debug: 1217 13196 target.c:1962 target_free_all_working_areas_restore(): freeing all working areas | |
| Debug: 1218 13196 target.c:1962 target_free_all_working_areas_restore(): freeing all working areas | |
| Debug: 1219 13196 tamarin.c:323 tamarin_swd_switch_seq(): SWD-to-JTAG | |
| Debug: 1220 13196 tamarin.c:324 tamarin_swd_switch_seq(): NOT IMPLEMENTED | |
| openocd: src/jtag/drivers/tamarin.c:325: tamarin_swd_switch_seq: Assertion `false' failed. | |
| Debug: 1221 13196 server.c:611 sig_handler(): Ignored extra Signal 6 | |
| [1] 54393 IOT instruction sudo ./src/openocd -f tcl/interface/tamarin.cfg -f ../openocd/t8010.cfg -d3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment