I have been trying to get OpenOCD working with my STM32F4Discovery board
but have been stumped by the fact that is stops at this point:

Debug: 327 382 stm32_stlink.c:404 stm32_stlink_poll(): halted: PC:
0x0800422c
Debug: 328 382 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_stm32f4x.cpu curstate
Debug: 329 382 command.c:145 script_debug(): command - ocd_stm32f4x.cpu
ocd_stm32f4x.cpu curstate
Debug: 330 382 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_stm32f4x.cpu invoke-event reset-end
Debug: 331 382 command.c:145 script_debug(): command - ocd_stm32f4x.cpu
ocd_stm32f4x.cpu invoke-event reset-end
Debug: 332 384 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_init
Debug: 333 384 command.c:145 script_debug(): command - init ocd_init

Control-c is the only way out.

I cloned the repository Master on July 26.

I built OpenOCD with:
cd /u01/development/openocd/openocd-0.6.0
sudo ./bootstrap
sudo ./configure --enable-maintainer-mode --disable-werror
--enable-stlink --enable-ft2232_ftd2xx
--with-ftd2xx-linux-tardir="../libftd2xx/release"
sudo make -j 5
sudo make install

And start it with:

sudo openocd -f interface/stlink-v2.cfg -f target/stm32f4x_stlink.cfg
-c init -c "reset halt" -d 3

Does anyone know if I missed something or what?

Attached is the full console output.

Regards, Herb

 sudo openocd -f interface/stlink-v2.cfg -f target/stm32f4x_stlink.cfg  -c init 
-c "reset halt" -d 3
Open On-Chip Debugger 0.6.0-dev-00626-g10fd274 (2012-07-28-09:16)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.sourceforge.net/doc/doxygen/bugs.html
User : 11 2 command.c:547 command_print(): debug_level: 3
Debug: 12 2 configuration.c:45 add_script_search_dir(): adding 
/home/herbr/.openocd
Debug: 13 2 configuration.c:45 add_script_search_dir(): adding 
/usr/local/share/openocd/site
Debug: 14 2 configuration.c:45 add_script_search_dir(): adding 
/usr/local/share/openocd/scripts
Debug: 15 2 configuration.c:86 find_file(): found 
/usr/local/share/openocd/scripts/interface/stlink-v2.cfg
Debug: 16 2 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_interface stlink
Debug: 17 2 command.c:145 script_debug(): command - interface ocd_interface 
stlink
Debug: 19 2 command.c:367 register_command_handler(): registering 
'ocd_stlink_device_desc'...
Debug: 20 2 command.c:367 register_command_handler(): registering 
'ocd_stlink_serial'...
Debug: 21 2 command.c:367 register_command_handler(): registering 
'ocd_stlink_layout'...
Debug: 22 2 command.c:367 register_command_handler(): registering 
'ocd_stlink_vid_pid'...
Debug: 23 2 command.c:367 register_command_handler(): registering 
'ocd_stlink_api'...
Debug: 24 2 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stlink_layout usb
Debug: 25 2 command.c:145 script_debug(): command - stlink_layout 
ocd_stlink_layout usb
Debug: 27 2 stlink_interface.c:161 stlink_interface_handle_layout_command(): 
stlink_interface_handle_layout_command
Debug: 28 2 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stlink_device_desc ST-LINK/V2
Debug: 29 2 command.c:145 script_debug(): command - stlink_device_desc 
ocd_stlink_device_desc ST-LINK/V2
Debug: 31 2 stlink_interface.c:133 
stlink_interface_handle_device_desc_command(): 
stlink_interface_handle_device_desc_command
Debug: 32 2 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stlink_vid_pid 0x0483 0x3748
Debug: 33 2 command.c:145 script_debug(): command - stlink_vid_pid 
ocd_stlink_vid_pid 0x0483 0x3748
Debug: 35 2 stlink_interface.c:189 stlink_interface_handle_vid_pid_command(): 
stlink_interface_handle_vid_pid_command
Debug: 36 2 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_adapter_khz 1000
Debug: 37 2 command.c:145 script_debug(): command - adapter_khz ocd_adapter_khz 
1000
Debug: 39 2 core.c:1625 jtag_config_khz(): handle jtag khz
Debug: 40 2 core.c:1592 adapter_khz_to_speed(): convert khz to interface 
specific speed value
Debug: 41 2 core.c:1592 adapter_khz_to_speed(): convert khz to interface 
specific speed value
User : 42 2 command.c:547 command_print(): 1000 kHz
Debug: 43 2 configuration.c:86 find_file(): found 
/usr/local/share/openocd/scripts/target/stm32f4x_stlink.cfg
Debug: 44 3 configuration.c:86 find_file(): found 
/usr/local/share/openocd/scripts/target/stm32_stlink.cfg
Debug: 45 3 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_transport select stlink_swd
Debug: 46 3 command.c:145 script_debug(): command - ocd_transport ocd_transport 
select stlink_swd
Debug: 47 3 stlink_transport.c:179 stlink_transport_select(): 
stlink_transport_select
Debug: 48 3 command.c:367 register_command_handler(): registering 
'ocd_stlink'...
Debug: 49 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 50 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 51 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 52 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 53 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 54 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 55 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 56 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 57 3 command.c:367 register_command_handler(): registering 'ocd_jtag'...
Debug: 58 3 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stlink newtap stm32f4x cpu -expected-id 0x2ba01477
Debug: 59 3 command.c:145 script_debug(): command - ocd_stlink ocd_stlink 
newtap stm32f4x cpu -expected-id 0x2ba01477
Debug: 60 3 stlink_tcl.c:101 jim_stlink_newtap_cmd(): Creating New Tap, Chip: 
stm32f4x, Tap: cpu, Dotted: stm32f4x.cpu, 2 params
Debug: 61 3 stlink_tcl.c:111 jim_stlink_newtap_cmd(): Processing option: 
-expected-id
Debug: 62 3 core.c:1323 jtag_tap_init(): Created Tap: stm32f4x.cpu @ abs 
position 0, irlen 0, capture: 0x0 mask: 0x0
Debug: 63 3 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_target create stm32f4x.cpu stm32_stlink -chain-position stm32f4x.cpu
Debug: 64 3 command.c:145 script_debug(): command - ocd_target ocd_target 
create stm32f4x.cpu stm32_stlink -chain-position stm32f4x.cpu
Debug: 65 3 target.c:1620 target_free_all_working_areas_restore(): freeing all 
working areas
Debug: 66 3 command.c:367 register_command_handler(): registering 'ocd_arm'...
Debug: 67 3 command.c:367 register_command_handler(): registering 'ocd_arm'...
Debug: 68 3 command.c:367 register_command_handler(): registering 'ocd_arm'...
Debug: 69 3 command.c:367 register_command_handler(): registering 'ocd_arm'...
Debug: 70 3 command.c:367 register_command_handler(): registering 'ocd_arm'...
Debug: 71 3 command.c:367 register_command_handler(): registering 'ocd_arm'...
Debug: 72 3 stm32_stlink.c:301 stm32_stlink_target_create(): 
stm32_stlink_target_create
Debug: 73 3 stm32_stlink.c:274 stm32_stlink_init_arch_info(): 
stm32_stlink_init_arch_info
Debug: 74 3 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 75 3 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 76 3 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 77 3 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 78 3 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 79 3 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 80 3 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 81 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 82 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 83 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 84 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 85 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 86 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 87 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 88 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 89 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 90 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 91 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 92 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 93 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 94 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 95 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 96 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 97 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 98 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 99 10 command.c:367 register_command_handler(): registering 
'ocd_stm32f4x.cpu'...
Debug: 100 10 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu configure -work-area-phys 0x20000000 -work-area-size 
0x10000 -work-area-backup 0
Debug: 101 10 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu configure -work-area-phys 0x20000000 -work-area-size 0x10000 
-work-area-backup 0
Debug: 102 10 target.c:1620 target_free_all_working_areas_restore(): freeing 
all working areas
Debug: 103 10 target.c:1620 target_free_all_working_areas_restore(): freeing 
all working areas
Debug: 104 10 target.c:1620 target_free_all_working_areas_restore(): freeing 
all working areas
Debug: 105 10 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_flash bank stm32f4x.flash stm32f2x 0 0 0 0 stm32f4x.cpu
Debug: 106 10 command.c:145 script_debug(): command - ocd_flash ocd_flash bank 
stm32f4x.flash stm32f2x 0 0 0 0 stm32f4x.cpu
Debug: 108 11 command.c:367 register_command_handler(): registering 
'ocd_stm32f2x'...
Debug: 109 11 tcl.c:780 handle_flash_bank_command(): 'stm32f2x' driver usage 
field missing
Debug: 110 11 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_init
Debug: 111 11 command.c:145 script_debug(): command - init ocd_init
Debug: 113 11 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_target init
Debug: 114 11 command.c:145 script_debug(): command - ocd_target ocd_target init
Debug: 116 11 target.c:1183 handle_target_init_command(): Initializing 
targets...
Debug: 117 11 stm32_stlink.c:291 stm32_stlink_init_target(): 
stm32_stlink_init_target
Debug: 118 11 command.c:367 register_command_handler(): registering 
'ocd_target_request'...
Debug: 119 11 command.c:367 register_command_handler(): registering 
'ocd_trace'...
Debug: 120 11 command.c:367 register_command_handler(): registering 
'ocd_trace'...
Debug: 121 11 command.c:367 register_command_handler(): registering 
'ocd_fast_load_image'...
Debug: 122 11 command.c:367 register_command_handler(): registering 
'ocd_fast_load'...
Debug: 123 11 command.c:367 register_command_handler(): registering 
'ocd_profile'...
Debug: 124 11 command.c:367 register_command_handler(): registering 
'ocd_virt2phys'...
Debug: 125 11 command.c:367 register_command_handler(): registering 'ocd_reg'...
Debug: 126 11 command.c:367 register_command_handler(): registering 
'ocd_poll'...
Debug: 127 11 command.c:367 register_command_handler(): registering 
'ocd_wait_halt'...
Debug: 128 11 command.c:367 register_command_handler(): registering 
'ocd_halt'...
Debug: 129 11 command.c:367 register_command_handler(): registering 
'ocd_resume'...
Debug: 130 11 command.c:367 register_command_handler(): registering 
'ocd_reset'...
Debug: 131 11 command.c:367 register_command_handler(): registering 
'ocd_soft_reset_halt'...
Debug: 132 11 command.c:367 register_command_handler(): registering 
'ocd_step'...
Debug: 133 11 command.c:367 register_command_handler(): registering 'ocd_mdw'...
Debug: 134 11 command.c:367 register_command_handler(): registering 'ocd_mdh'...
Debug: 135 11 command.c:367 register_command_handler(): registering 'ocd_mdb'...
Debug: 136 11 command.c:367 register_command_handler(): registering 'ocd_mww'...
Debug: 137 11 command.c:367 register_command_handler(): registering 'ocd_mwh'...
Debug: 138 11 command.c:367 register_command_handler(): registering 'ocd_mwb'...
Debug: 139 11 command.c:367 register_command_handler(): registering 'ocd_bp'...
Debug: 140 11 command.c:367 register_command_handler(): registering 'ocd_rbp'...
Debug: 141 11 command.c:367 register_command_handler(): registering 'ocd_wp'...
Debug: 142 11 command.c:367 register_command_handler(): registering 'ocd_rwp'...
Debug: 143 11 command.c:367 register_command_handler(): registering 
'ocd_load_image'...
Debug: 144 11 command.c:367 register_command_handler(): registering 
'ocd_dump_image'...
Debug: 145 11 command.c:367 register_command_handler(): registering 
'ocd_verify_image'...
Debug: 146 11 command.c:367 register_command_handler(): registering 
'ocd_test_image'...
Debug: 147 11 command.c:367 register_command_handler(): registering 
'ocd_reset_nag'...
Debug: 148 11 command.c:367 register_command_handler(): registering 'ocd_ps'...
Debug: 149 11 stlink_interface.c:92 stlink_interface_init(): 
stlink_interface_init
Debug: 150 11 stlink_layout.c:88 stlink_layout_init(): stlink_layout_init
Debug: 151 11 core.c:1592 adapter_khz_to_speed(): convert khz to interface 
specific speed value
Debug: 152 11 core.c:1595 adapter_khz_to_speed(): have interface set up
Debug: 153 26 stlink_interface.c:107 stlink_interface_speed(): 
stlink_interface_speed: ignore speed 1000
Debug: 154 26 core.c:1592 adapter_khz_to_speed(): convert khz to interface 
specific speed value
Debug: 155 26 core.c:1595 adapter_khz_to_speed(): have interface set up
Info : 156 26 core.c:1399 adapter_init(): clock speed 1000 kHz
Debug: 157 26 openocd.c:132 handle_init_command(): Debug Adapter init complete
Debug: 158 26 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_transport init
Debug: 159 26 command.c:145 script_debug(): command - ocd_transport 
ocd_transport init
Debug: 161 26 transport.c:240 handle_transport_init(): handle_transport_init
Debug: 162 26 stlink_transport.c:140 stlink_transport_init(): 
stlink_transport_init
Debug: 163 26 stlink_transport.c:157 stlink_transport_init(): current transport 
stlink_swd
Debug: 164 26 stlink_interface.c:41 stlink_interface_open(): 
stlink_interface_open
Debug: 165 26 stlink_layout.c:43 stlink_layout_open(): stlink_layout_open
Debug: 166 26 stlink_usb.c:1145 stlink_usb_open(): stlink_usb_open
Debug: 167 26 stlink_usb.c:1160 stlink_usb_open(): transport: 1 vid: 0x0483 
pid: 0x3748
Debug: 168 294 stlink_usb.c:419 stlink_usb_version(): STLINK v2 JTAG v14 API v2 
SWIM v0 VID 0x0483 PID 0x3748
Debug: 169 296 stlink_usb.c:561 stlink_usb_init_mode(): MODE: 0x00
Debug: 170 299 stlink_usb.c:593 stlink_usb_init_mode(): MODE: 0x01
Debug: 171 303 stlink_usb.c:626 stlink_usb_init_mode(): MODE: 0x02
Debug: 172 303 stlink_interface.c:53 stlink_interface_init_target(): 
stlink_interface_init_target
Debug: 173 305 stlink_usb.c:653 stlink_usb_idcode(): IDCODE: 0x2BA01477
Debug: 174 305 openocd.c:145 handle_init_command(): Examining targets...
Debug: 175 305 target.c:1299 target_call_event_callbacks(): target event 21 
(examine-start)
Debug: 176 305 stm32_stlink.c:668 stm32_stlink_read_memory(): 
stm32_stlink_read_memory 0xe000ed00 4 1
Debug: 177 309 target.c:1917 target_read_u32(): address: 0xe000ed00, value: 
0x410fc241
Debug: 178 309 cortex_m.c:1815 cortex_m3_examine(): Cortex-M4 r0p1 processor 
detected
Debug: 179 309 cortex_m.c:1816 cortex_m3_examine(): cpuid: 0x410fc241
Debug: 180 309 stm32_stlink.c:668 stm32_stlink_read_memory(): 
stm32_stlink_read_memory 0xe000ef40 4 1
Debug: 181 313 target.c:1917 target_read_u32(): address: 0xe000ef40, value: 
0x10110021
Debug: 182 313 stm32_stlink.c:668 stm32_stlink_read_memory(): 
stm32_stlink_read_memory 0xe000ef44 4 1
Debug: 183 317 target.c:1917 target_read_u32(): address: 0xe000ef44, value: 
0x11000011
Debug: 184 317 cortex_m.c:1824 cortex_m3_examine(): Cortex-M4 floating point 
feature FPv4_SP found
Debug: 185 317 stm32_stlink.c:668 stm32_stlink_read_memory(): 
stm32_stlink_read_memory 0xe0002000 4 1
Debug: 186 321 target.c:1917 target_read_u32(): address: 0xe0002000, value: 
0x00000260
Debug: 187 321 cortex_m.c:1860 cortex_m3_examine(): FPB fpcr 0x260, numcode 6, 
numlit 2
Debug: 188 321 stm32_stlink.c:668 stm32_stlink_read_memory(): 
stm32_stlink_read_memory 0xe0001000 4 1
Debug: 189 325 target.c:1917 target_read_u32(): address: 0xe0001000, value: 
0x40000000
Debug: 190 325 cortex_m.c:1772 cortex_m3_dwt_setup(): DWT dwtcr 0x40000000, 
comp 4, watch/trigger
Info : 191 325 cortex_m.c:1869 cortex_m3_examine(): stm32f4x.cpu: hardware has 
6 breakpoints, 4 watchpoints
Debug: 192 325 target.c:1299 target_call_event_callbacks(): target event 22 
(examine-end)
Debug: 193 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_flash init
Debug: 194 325 command.c:145 script_debug(): command - ocd_flash ocd_flash init
Debug: 196 325 tcl.c:846 handle_flash_init_command(): Initializing flash 
devices...
Debug: 197 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 198 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 199 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 200 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 201 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 202 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 203 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 204 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 205 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 206 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 207 325 command.c:367 register_command_handler(): registering 
'ocd_flash'...
Debug: 208 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_mflash init
Debug: 209 325 command.c:145 script_debug(): command - ocd_mflash ocd_mflash 
init
Debug: 211 325 mflash.c:1378 handle_mflash_init_command(): Initializing mflash 
devices...
Debug: 212 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_nand init
Debug: 213 325 command.c:145 script_debug(): command - ocd_nand ocd_nand init
Debug: 215 325 tcl.c:497 handle_nand_init_command(): Initializing NAND 
devices...
Debug: 216 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_pld init
Debug: 217 325 command.c:145 script_debug(): command - ocd_pld ocd_pld init
Debug: 219 325 pld.c:207 handle_pld_init_command(): Initializing PLDs...
Debug: 220 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_reset halt
Debug: 221 325 command.c:145 script_debug(): command - reset ocd_reset halt
Debug: 223 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_target names
Debug: 224 325 command.c:145 script_debug(): command - ocd_target ocd_target 
names
Debug: 225 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event reset-start
Debug: 226 325 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event reset-start
Debug: 227 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag arp_init-reset
Debug: 228 325 command.c:145 script_debug(): command - ocd_jtag ocd_jtag 
arp_init-reset
Debug: 230 325 stlink_transport.c:37 stlink_transport_jtag_command(): 
stlink_transport_jtag_command
Debug: 231 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu cget -chain-position
Debug: 232 325 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu cget -chain-position
Debug: 233 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag tapisenabled stm32f4x.cpu
Debug: 234 325 command.c:145 script_debug(): command - ocd_jtag ocd_jtag 
tapisenabled stm32f4x.cpu
Debug: 235 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event examine-start
Debug: 236 325 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event examine-start
Debug: 237 325 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu arp_examine
Debug: 238 325 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu arp_examine
Debug: 239 326 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event examine-end
Debug: 240 326 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event examine-end
Debug: 241 326 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event reset-assert-pre
Debug: 242 326 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event reset-assert-pre
Debug: 243 326 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu cget -chain-position
Debug: 244 326 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu cget -chain-position
Debug: 245 326 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag tapisenabled stm32f4x.cpu
Debug: 246 326 command.c:145 script_debug(): command - ocd_jtag ocd_jtag 
tapisenabled stm32f4x.cpu
Debug: 247 326 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu arp_reset assert 1
Debug: 248 326 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu arp_reset assert 1
Debug: 249 326 target.c:1620 target_free_all_working_areas_restore(): freeing 
all working areas
Debug: 250 326 stm32_stlink.c:417 stm32_stlink_assert_reset(): 
stm32_stlink_assert_reset
Debug: 251 334 stlink_usb.c:785 stlink_usb_reset(): RESET: 0x00000080
Debug: 252 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event reset-assert-post
Debug: 253 334 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event reset-assert-post
Debug: 254 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event reset-deassert-pre
Debug: 255 334 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event reset-deassert-pre
Debug: 256 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu cget -chain-position
Debug: 257 334 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu cget -chain-position
Debug: 258 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag tapisenabled stm32f4x.cpu
Debug: 259 334 command.c:145 script_debug(): command - ocd_jtag ocd_jtag 
tapisenabled stm32f4x.cpu
Debug: 260 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu arp_reset deassert 1
Debug: 261 334 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu arp_reset deassert 1
Debug: 262 334 target.c:1620 target_free_all_working_areas_restore(): freeing 
all working areas
Debug: 263 334 stm32_stlink.c:475 stm32_stlink_deassert_reset(): 
stm32_stlink_deassert_reset
Debug: 264 334 stlink_interface.c:126 stlink_interface_execute_queue(): 
stlink_interface_execute_queue: ignored
Debug: 265 334 core.c:719 jtag_add_reset(): SRST line released
Debug: 266 334 core.c:743 jtag_add_reset(): TRST line released
Debug: 267 334 core.c:323 jtag_call_event_callbacks(): jtag event: TAP reset
Debug: 268 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event reset-deassert-post
Debug: 269 334 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event reset-deassert-post
Debug: 270 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu cget -chain-position
Debug: 271 334 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu cget -chain-position
Debug: 272 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag tapisenabled stm32f4x.cpu
Debug: 273 334 command.c:145 script_debug(): command - ocd_jtag ocd_jtag 
tapisenabled stm32f4x.cpu
Debug: 274 334 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu arp_waitstate halted 1000
Debug: 275 334 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu arp_waitstate halted 1000
Debug: 276 336 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 277 338 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 0  value 0x0
Debug: 278 338 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 279 340 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 1  value 0x0
Debug: 280 340 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 281 342 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 2  value 0x0
Debug: 282 342 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 283 344 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 3  value 0x0
Debug: 284 344 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 285 346 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 4  value 0x0
Debug: 286 346 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 287 348 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 5  value 0x0
Debug: 288 348 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 289 350 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 6  value 0x0
Debug: 290 350 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 291 352 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 7  value 0x0
Debug: 292 352 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 293 354 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 8  value 0x0
Debug: 294 354 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 295 356 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 9  value 0x0
Debug: 296 356 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 297 358 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 10  value 0x0
Debug: 298 358 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 299 360 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 11  value 0x0
Debug: 300 360 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 301 362 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 12  value 0x0
Debug: 302 362 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 303 364 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 13  value 0x20000c80
Debug: 304 364 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 305 366 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 14  value 0xffffffff
Debug: 306 366 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 307 368 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 15  value 0x800422c
Debug: 308 368 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 309 370 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 16  value 0x1000000
Debug: 310 370 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 311 372 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 17  value 0x20000c80
Debug: 312 372 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 313 374 stm32_stlink.c:71 stm32_stlink_load_core_reg_u32(): load from 
core reg 18  value 0x0
Debug: 314 374 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 315 376 stm32_stlink.c:136 stm32_stlink_load_core_reg_u32(): load from 
special reg 19 value 0x0
Debug: 316 376 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 317 378 stm32_stlink.c:136 stm32_stlink_load_core_reg_u32(): load from 
special reg 20 value 0x0
Debug: 318 378 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 319 380 stm32_stlink.c:136 stm32_stlink_load_core_reg_u32(): load from 
special reg 21 value 0x0
Debug: 320 380 stm32_stlink.c:56 stm32_stlink_load_core_reg_u32(): 
stm32_stlink_load_core_reg_u32
Debug: 321 382 stm32_stlink.c:136 stm32_stlink_load_core_reg_u32(): load from 
special reg 22 value 0x0
Debug: 322 382 stm32_stlink.c:372 stlink_debug_entry(): entered debug state in 
core mode: Thread at PC 0x0800422c, target->state: halted
Debug: 323 382 target.c:1299 target_call_event_callbacks(): target event 0 
(gdb-halt)
Debug: 324 382 target.c:1299 target_call_event_callbacks(): target event 1 
(halted)
User : 325 382 target.c:1672 target_arch_state(): target state: halted
User : 326 382 armv7m.c:517 armv7m_arch_state(): target halted due to 
debug-request, current mode: Thread 
xPSR: 0x01000000 pc: 0x0800422c msp: 0x20000c80
Debug: 327 382 stm32_stlink.c:404 stm32_stlink_poll(): halted: PC: 0x0800422c
Debug: 328 382 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu curstate
Debug: 329 382 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu curstate
Debug: 330 382 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_stm32f4x.cpu invoke-event reset-end
Debug: 331 382 command.c:145 script_debug(): command - ocd_stm32f4x.cpu 
ocd_stm32f4x.cpu invoke-event reset-end
Debug: 332 384 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_init
Debug: 333 384 command.c:145 script_debug(): command - init ocd_init
^C

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to