On Tuesday 22 July 2008 22:15:08 you wrote:
> > -gdb-----------------gdb-----------------gdb-----------------gdb---------
> >------- [EMAIL PROTECTED]:~/arm$
> > ntoarm-gdb
> > /home/vmaster/arm/qnx/workspace/sam9_l9260/Images/startup-at91sam9263ek.s
> >ym GNU gdb 6.7
> > Copyright (C) 2007 Free Software Foundation, Inc.
> > License GPLv3+: GNU GPL version 3 or later
> > <http://gnu.org/licenses/gpl.html> This is free software: you are free to
> > change and redistribute it. There is NO WARRANTY, to the extent permitted
> > by law.  Type "show copying" and "show warranty" for details.
> > This GDB was configured
> > as "--host=i686-pc-linux-gnu --target=arm-unknown-nto-qnx6.3.0"...
> > (no debugging symbols found)
> > (gdb) target remote localhost:3333
> > Remote debugging using localhost:3333
> > warning: while parsing target memory map (at line 2): Required element
> > <memory> is missing
> > 0x00000000 in ?? ()
> > (gdb)
> > -gdb-----------------gdb-----------------gdb-----------------gdb---------
> >-------
> >
> > As you can see, GDB's idea of the current PC is wrong.
>
> Actually, I think this is a white lie at work.
>
> OpenOCD allows GDB connections to a powered down target.
>
> However, GDB will fail to connect if we don't reply to the 'g'
> packets(registers).
>
> A little white lie, in replying a 'g' packets with dummy values, fixes
> this.
>
> This is a *great* feature because it allows setting up the target
> via monitor commands from a GDB init script.
>
> Now you didn't include the log, so I don't know why fetching the
> registers didn't work.
>
> Possibly this is related to, or you are seing a second problem with
> the memory map.
>
> > I'm not completely sure
> > where GDB gets the wrong address from, but a "continue", "ctrl-c"
> > sequence gets me the correct address:
> >
> > -gdb-----------------gdb-----------------gdb-----------------gdb---------
> >------- (gdb) c
> > Continuing.
> > target state: halted
> > target halted in ARM state due to debug request, current mode: Supervisor
> > cpsr: 0x400000d3 pc: 0x23f09764
> > MMU: disabled, D-Cache: disabled, I-Cache: enabled
> >
> > Program received signal SIGINT, Interrupt.
> > 0x23f09764 in ?? ()
> > (gdb) c
> > Continuing.
> > target state: halted
> > target halted in ARM state due to debug request, current mode: Supervisor
> > cpsr: 0x400000d3 pc: 0x23f09764
> > MMU: disabled, D-Cache: disabled, I-Cache: enabled
> > -gdb-----------------gdb-----------------gdb-----------------gdb---------
> >-------
>
> This matches the white-lie 'g' packet upon connection phenomena.
>
> > I've also had problems with breakpoints not taken by GDB, but these
> > problems were not reproduceable so far. I've tested both the GDB that
> > came with QNX Momentics 6.3.2 and the version from Code Sourcery's 2007q3
> > release.
> >
> > Attached is the config file I've used. There was no GDB init script
> > involved.
>
> -d3 log?

Attached is the -d3 log. Looks like the 'g' packet (and several others) is 
answered before the target is halted.

The patch you mentioned in your other mail didn't fix the problem.

Regards,

Dominic
Open On-Chip Debugger 1.0 (2008-07-22-18:41) svn:858M
$URL: https://[EMAIL PROTECTED]/svnroot/repos/openocd/trunk/src/openocd.c $
Debug:   4 1 configuration.c:85 find_file(): found olimex_sam9_l9260.cfg
Debug:   6 1 command.c:72 script_command(): script_command - telnet_port
Debug:   7 1 command.c:85 script_command(): script_command - telnet_port, argv[0]=ocd_telnet_port
Debug:   8 1 command.c:85 script_command(): script_command - telnet_port, argv[1]=4444
Debug:   10 1 command.c:72 script_command(): script_command - gdb_port
Debug:   11 1 command.c:85 script_command(): script_command - gdb_port, argv[0]=ocd_gdb_port
Debug:   12 1 command.c:85 script_command(): script_command - gdb_port, argv[1]=3333
Debug:   14 1 command.c:72 script_command(): script_command - gdb_report_data_abort
Debug:   15 1 command.c:85 script_command(): script_command - gdb_report_data_abort, argv[0]=ocd_gdb_report_data_abort
Debug:   16 1 command.c:85 script_command(): script_command - gdb_report_data_abort, argv[1]=enable
Debug:   18 1 command.c:72 script_command(): script_command - interface
Debug:   19 1 command.c:85 script_command(): script_command - interface, argv[0]=ocd_interface
Debug:   20 1 command.c:85 script_command(): script_command - interface, argv[1]=ft2232
Debug:   22 2 command.c:72 script_command(): script_command - ft2232_device_desc
Debug:   23 2 command.c:85 script_command(): script_command - ft2232_device_desc, argv[0]=ocd_ft2232_device_desc
Debug:   24 2 command.c:85 script_command(): script_command - ft2232_device_desc, argv[1]=Amontec JTAGkey
Debug:   26 2 command.c:72 script_command(): script_command - ft2232_serial
Debug:   27 2 command.c:85 script_command(): script_command - ft2232_serial, argv[0]=ocd_ft2232_serial
Debug:   28 2 command.c:85 script_command(): script_command - ft2232_serial, argv[1]=AMTJKV31
Debug:   30 2 command.c:72 script_command(): script_command - ft2232_layout
Debug:   31 2 command.c:85 script_command(): script_command - ft2232_layout, argv[0]=ocd_ft2232_layout
Debug:   32 2 command.c:85 script_command(): script_command - ft2232_layout, argv[1]=jtagkey
Debug:   34 2 command.c:72 script_command(): script_command - ft2232_vid_pid
Debug:   35 2 command.c:85 script_command(): script_command - ft2232_vid_pid, argv[0]=ocd_ft2232_vid_pid
Debug:   36 2 command.c:85 script_command(): script_command - ft2232_vid_pid, argv[1]=0x0403
Debug:   37 2 command.c:85 script_command(): script_command - ft2232_vid_pid, argv[2]=0xcff8
Debug:   39 2 command.c:72 script_command(): script_command - jtag_speed
Debug:   40 2 command.c:85 script_command(): script_command - jtag_speed, argv[0]=ocd_jtag_speed
Debug:   41 2 command.c:85 script_command(): script_command - jtag_speed, argv[1]=1400
Debug:   42 2 jtag.c:1854 handle_jtag_speed_command(): handle jtag speed
User:    43 2 command.c:334 command_print(): jtag_speed: 1400
Debug:   45 2 command.c:72 script_command(): script_command - reset_config
Debug:   46 2 command.c:85 script_command(): script_command - reset_config, argv[0]=ocd_reset_config
Debug:   47 2 command.c:85 script_command(): script_command - reset_config, argv[1]=trst_and_srst
Debug:   48 2 command.c:85 script_command(): script_command - reset_config, argv[2]=separate
Debug:   50 2 command.c:72 script_command(): script_command - jtag_device
Debug:   51 2 command.c:85 script_command(): script_command - jtag_device, argv[0]=ocd_jtag_device
Debug:   52 2 command.c:85 script_command(): script_command - jtag_device, argv[1]=4
Debug:   53 2 command.c:85 script_command(): script_command - jtag_device, argv[2]=0x1
Debug:   54 2 command.c:85 script_command(): script_command - jtag_device, argv[3]=0xf
Debug:   55 2 command.c:85 script_command(): script_command - jtag_device, argv[4]=0xe
Debug:   57 2 command.c:72 script_command(): script_command - jtag_nsrst_delay
Debug:   58 2 command.c:85 script_command(): script_command - jtag_nsrst_delay, argv[0]=ocd_jtag_nsrst_delay
Debug:   59 2 command.c:85 script_command(): script_command - jtag_nsrst_delay, argv[1]=300
Debug:   61 2 command.c:72 script_command(): script_command - jtag_ntrst_delay
Debug:   62 2 command.c:85 script_command(): script_command - jtag_ntrst_delay, argv[0]=ocd_jtag_ntrst_delay
Debug:   63 2 command.c:85 script_command(): script_command - jtag_ntrst_delay, argv[1]=300
Debug:   65 2 command.c:72 script_command(): script_command - target
Debug:   66 2 command.c:85 script_command(): script_command - target, argv[0]=ocd_target
Debug:   67 2 command.c:85 script_command(): script_command - target, argv[1]=arm926ejs
Debug:   68 3 command.c:85 script_command(): script_command - target, argv[2]=little
Debug:   69 3 command.c:85 script_command(): script_command - target, argv[3]=0
Debug:   70 3 arm926ejs.c:733 arm926ejs_target_command(): chain_pos: 0, variant: (null)
Debug:   72 3 command.c:72 script_command(): script_command - working_area
Debug:   73 3 command.c:85 script_command(): script_command - working_area, argv[0]=ocd_working_area
Debug:   74 3 command.c:85 script_command(): script_command - working_area, argv[1]=0
Debug:   75 3 command.c:85 script_command(): script_command - working_area, argv[2]=0x00200000
Debug:   76 3 command.c:85 script_command(): script_command - working_area, argv[3]=0x1000
Debug:   77 3 command.c:85 script_command(): script_command - working_area, argv[4]=nobackup
Debug:   79 4 command.c:72 script_command(): script_command - init
Debug:   80 4 command.c:85 script_command(): script_command - init, argv[0]=ocd_init
Debug:   81 5 openocd.c:91 handle_init_command(): target init complete
Debug:   82 5 ft2232.c:1374 ft2232_init_ftd2xx(): 'ft2232' interface using FTD2XX with 'jtagkey' layout (0403:cff8)
Warning: 83 5 ft2232.c:1387 ft2232_init_ftd2xx(): can't open by device description and serial number, giving precedence to serial
Debug:   84 111 ft2232.c:1463 ft2232_init_ftd2xx(): current latency timer: 2
Debug:   85 111 ft2232.c:1729 jtagkey_init(): 80 08 1b
Debug:   86 111 ft2232.c:1787 jtagkey_init(): 82 09 0f
Debug:   87 111 ft2232.c:253 ft2232_speed(): 86 78 05
Debug:   88 112 openocd.c:98 handle_init_command(): jtag interface init complete
Debug:   89 112 jtag.c:1532 jtag_init_inner(): Init JTAG chain
Debug:   90 113 jtag.c:324 jtag_call_event_callbacks(): jtag event: JTAG controller reset (TLR or TRST)
Debug:   91 113 jtag.c:1293 jtag_reset_callback(): -
Debug:   92 113 jtag.c:324 jtag_call_event_callbacks(): jtag event: JTAG controller reset (TLR or TRST)
Debug:   93 113 jtag.c:1293 jtag_reset_callback(): -
Info:    94 268 jtag.c:1387 jtag_examine_chain(): JTAG device found: 0x0792603f (Manufacturer: 0x01f, Part: 0x7926, Version: 0x0)
Debug:   95 268 jtag.c:324 jtag_call_event_callbacks(): jtag event: JTAG controller reset (TLR or TRST)
Debug:   96 268 jtag.c:1293 jtag_reset_callback(): -
Debug:   97 274 openocd.c:104 handle_init_command(): jtag init complete
Debug:   98 338 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000000
Debug:   99 338 openocd.c:107 handle_init_command(): jtag examine complete
Debug:   100 338 openocd.c:113 handle_init_command(): flash init complete
Debug:   101 338 openocd.c:117 handle_init_command(): NAND init complete
Debug:   102 339 openocd.c:121 handle_init_command(): pld init complete
Debug:   103 339 gdb_server.c:2025 gdb_init(): gdb service for target arm926ejs at port 3333
Warning: 104 339 tcl_server.c:178 tcl_init(): no tcl port specified, using default port 6666
Info:    105 25606 server.c:78 add_connection(): accepting 'gdb' connection from 0
Debug:   106 25606 arm7_9_common.c:965 arm7_9_halt(): target->state: running
Debug:   107 25606 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000002
Debug:   108 25606 gdb_server.c:1867 gdb_input_inner(): received packet: 'qSupported'
Warning: 109 25607 gdb_server.c:416 gdb_get_packet_inner(): acknowledgment received, but no packet pending
Debug:   110 25607 gdb_server.c:1867 gdb_input_inner(): received packet: 'Hc-1'
Debug:   111 25607 gdb_server.c:1867 gdb_input_inner(): received packet: 'qC'
Debug:   112 25607 gdb_server.c:1867 gdb_input_inner(): received packet: 'qOffsets'
Debug:   113 25607 gdb_server.c:1867 gdb_input_inner(): received packet: '?'
Debug:   114 25607 gdb_server.c:1867 gdb_input_inner(): received packet: 'Hg0'
Debug:   115 25607 gdb_server.c:1867 gdb_input_inner(): received packet: 'g'
Debug:   116 25608 gdb_server.c:1867 gdb_input_inner(): received packet: 'qXfer:memory-map:read::0,fff'
Debug:   117 25609 gdb_server.c:1867 gdb_input_inner(): received packet: 'm0,4'
Debug:   118 25609 gdb_server.c:1049 gdb_read_memory_packet(): addr: 0x00000000, len: 0x00000004
Debug:   119 25609 target.c:1042 target_read_buffer(): reading buffer of 4 byte at 0x00000000
Debug:   120 25609 arm7_9_common.c:1830 arm7_9_read_memory(): address: 0x00000000, size: 0x00000004, count: 0x00000001
Warning: 121 25609 arm7_9_common.c:1834 arm7_9_read_memory(): target not halted
Debug:   122 25609 gdb_server.c:1867 gdb_input_inner(): received packet: 'qSymbol::'
Debug:   123 25728 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000005
Debug:   124 25728 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000005
Debug:   125 25778 arm926ejs.c:329 arm926ejs_examine_debug_reason(): internal debug request
Debug:   126 25778 arm7_9_common.c:1079 arm7_9_debug_entry(): target entered debug from ARM state
Debug:   127 26404 arm7_9_common.c:1111 arm7_9_debug_entry(): target entered debug state in Supervisor mode
Debug:   128 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r0: 0x00000000
Debug:   129 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r1: 0x00000008
Debug:   130 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r2: 0xffffffff
Debug:   131 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r3: 0x40001a1a
Debug:   132 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r4: 0x00000000
Debug:   133 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r5: 0x00000000
Debug:   134 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r6: 0x23f2b320
Debug:   135 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r7: 0x00000001
Debug:   136 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r8: 0x23ed2fdc
Debug:   137 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r9: 0x0171c0a6
Debug:   138 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r10: 0x00000000
Debug:   139 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r11: 0x9d93d646
Debug:   140 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r12: 0x00000001
Debug:   141 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r13: 0x23ed2ed4
Debug:   142 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r14: 0x23f0fdcc
Debug:   143 26404 arm7_9_common.c:1142 arm7_9_debug_entry(): r15: 0x23f09764
Debug:   144 26404 arm7_9_common.c:1148 arm7_9_debug_entry(): entered debug state at PC 0x23f09764
Debug:   145 26644 arm926ejs.c:449 arm926ejs_post_debug_entry(): cp15_control_reg: 00051078
Debug:   146 26763 arm926ejs.c:470 arm926ejs_post_debug_entry(): D FSR: 0x00000076, D FAR: 0x4234cd62, I FSR: 0x000000df
Debug:   147 26823 target.c:714 target_call_event_callbacks(): target event 0
Debug:   148 26873 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   149 28226 gdb_server.c:1867 gdb_input_inner(): received packet: 'vCont?'
Debug:   150 28227 gdb_server.c:1867 gdb_input_inner(): received packet: 'Hc0'
Debug:   151 28227 gdb_server.c:1867 gdb_input_inner(): received packet: 'c'
Debug:   152 28227 gdb_server.c:1207 gdb_step_continue_packet(): -
Debug:   153 28227 gdb_server.c:1221 gdb_step_continue_packet(): continue
Debug:   154 28227 arm7_9_common.c:1472 arm7_9_resume(): -
Debug:   155 28227 arm7_9_common.c:1269 arm7_9_restore_context(): -
Debug:   156 28307 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   157 28345 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   158 28383 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   159 28413 arm7_9_common.c:1288 arm7_9_restore_context(): examining User mode
Debug:   160 28413 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: r0
Debug:   161 28413 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   162 28414 arm7_9_common.c:1350 arm7_9_restore_context(): writing register 0 of mode User with value 0x00000000
Debug:   163 28414 arm7_9_common.c:1288 arm7_9_restore_context(): examining FIQ mode
Debug:   164 28414 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   165 28414 arm7_9_common.c:1288 arm7_9_restore_context(): examining IRQ mode
Debug:   166 28414 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   167 28414 arm7_9_common.c:1288 arm7_9_restore_context(): examining Supervisor mode
Debug:   168 28414 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   169 28414 arm7_9_common.c:1288 arm7_9_restore_context(): examining Abort mode
Debug:   170 28414 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   171 28414 arm7_9_common.c:1288 arm7_9_restore_context(): examining Undefined mode
Debug:   172 28414 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   173 28414 arm7_9_common.c:1390 arm7_9_restore_context(): writing PC with value 0x23f09764
Debug:   174 28414 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000000
Debug:   175 28767 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   176 28767 target.c:714 target_call_event_callbacks(): target event 1
Debug:   177 28767 arm7_9_common.c:1582 arm7_9_resume(): target resumed
Debug:   178 29709 gdb_server.c:1867 gdb_input_inner(): received packet: ''
Debug:   179 29709 arm7_9_common.c:965 arm7_9_halt(): target->state: running
Debug:   180 29709 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000002
Debug:   181 29755 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000005
Debug:   182 29755 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000005
Debug:   183 29805 arm926ejs.c:329 arm926ejs_examine_debug_reason(): internal debug request
Debug:   184 29805 arm7_9_common.c:1079 arm7_9_debug_entry(): target entered debug from ARM state
Debug:   185 30431 arm7_9_common.c:1111 arm7_9_debug_entry(): target entered debug state in Supervisor mode
Debug:   186 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r0: 0x00000000
Debug:   187 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r1: 0x00000008
Debug:   188 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r2: 0xffffffff
Debug:   189 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r3: 0x40001a1a
Debug:   190 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r4: 0x00000000
Debug:   191 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r5: 0x00000000
Debug:   192 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r6: 0x23f2b320
Debug:   193 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r7: 0x00000001
Debug:   194 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r8: 0x23ed2fdc
Debug:   195 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r9: 0x0171c0a6
Debug:   196 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r10: 0x00000000
Debug:   197 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r11: 0x9d93d646
Debug:   198 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r12: 0x00000001
Debug:   199 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r13: 0x23ed2ed4
Debug:   200 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r14: 0x23f0fdcc
Debug:   201 30431 arm7_9_common.c:1142 arm7_9_debug_entry(): r15: 0x23f09764
Debug:   202 30431 arm7_9_common.c:1148 arm7_9_debug_entry(): entered debug state at PC 0x23f09764
Debug:   203 30671 arm926ejs.c:449 arm926ejs_post_debug_entry(): cp15_control_reg: 00051078
Debug:   204 30761 arm926ejs.c:470 arm926ejs_post_debug_entry(): D FSR: 0x00000076, D FAR: 0x4234cd62, I FSR: 0x000000df
Debug:   205 30821 target.c:714 target_call_event_callbacks(): target event 0
Debug:   206 30821 gdb_server.c:1867 gdb_input_inner(): received packet: 'g'
Debug:   207 30824 gdb_server.c:1867 gdb_input_inner(): received packet: 'm23f09764,4'
Debug:   208 30824 gdb_server.c:1049 gdb_read_memory_packet(): addr: 0x23f09764, len: 0x00000004
Debug:   209 30824 target.c:1042 target_read_buffer(): reading buffer of 4 byte at 0x23f09764
Debug:   210 30824 arm7_9_common.c:1830 arm7_9_read_memory(): address: 0x23f09764, size: 0x00000004, count: 0x00000001
Debug:   211 31034 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   212 34126 gdb_server.c:1867 gdb_input_inner(): received packet: 'D'
Debug:   213 34127 arm7_9_common.c:1472 arm7_9_resume(): -
Debug:   214 34127 arm7_9_common.c:1269 arm7_9_restore_context(): -
Debug:   215 34208 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   216 34246 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   217 34284 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   218 34314 arm7_9_common.c:1288 arm7_9_restore_context(): examining User mode
Debug:   219 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: r0
Debug:   220 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: r1
Debug:   221 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   222 34314 arm7_9_common.c:1350 arm7_9_restore_context(): writing register 0 of mode User with value 0x00000000
Debug:   223 34314 arm7_9_common.c:1350 arm7_9_restore_context(): writing register 1 of mode User with value 0x00000008
Debug:   224 34314 arm7_9_common.c:1288 arm7_9_restore_context(): examining FIQ mode
Debug:   225 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   226 34314 arm7_9_common.c:1288 arm7_9_restore_context(): examining IRQ mode
Debug:   227 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   228 34314 arm7_9_common.c:1288 arm7_9_restore_context(): examining Supervisor mode
Debug:   229 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   230 34314 arm7_9_common.c:1288 arm7_9_restore_context(): examining Abort mode
Debug:   231 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   232 34314 arm7_9_common.c:1288 arm7_9_restore_context(): examining Undefined mode
Debug:   233 34314 arm7_9_common.c:1302 arm7_9_restore_context(): examining dirty reg: pc
Debug:   234 34314 arm7_9_common.c:1390 arm7_9_restore_context(): writing PC with value 0x23f09764
Debug:   235 34314 embeddedice.c:397 embeddedice_write_reg(): 0: 0x00000000
Debug:   236 34690 arm926ejs.c:112 arm926ejs_catch_broken_irscan(): caught ARM926EJ-S invalid Capture-IR result after CP15 access
Debug:   237 34690 target.c:714 target_call_event_callbacks(): target event 1
Debug:   238 34690 arm7_9_common.c:1582 arm7_9_resume(): target resumed
Info:    239 34720 server.c:389 server_loop(): dropped 'gdb' connection
Info:    240 39593 server.c:78 add_connection(): accepting 'telnet' connection from 0
Debug:   242 40820 command.c:72 script_command(): script_command - shutdown
Debug:   243 40820 command.c:85 script_command(): script_command - shutdown, argv[0]=ocd_shutdown
Info:    244 40820 server.c:389 server_loop(): dropped 'telnet' connection
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to