summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* xscale: check that wp length does not exceed addressMike Dunn2010-09-201-0/+7
* xscale: bp/wp: additional LOG_ERROR on failureMike Dunn2010-09-201-6/+10
* breakpoints: fix error handlingØyvind Harboe2010-09-141-29/+7
* xscale: fix sw breakpoints for thumb; set bp immediatelyMike Dunn2010-09-131-4/+5
* propagate return status of set_breakpoint() up call chainMike Dunn2010-09-133-9/+5
* xscale: mark xscale registers invalid on debug entryMike Dunn2010-09-091-1/+6
* cortex m3: add cortex_m3 reset_config cmdSpencer Oliver2010-08-312-51/+84
* avr32: work-in-progressOleksandr Tymoshenko2010-08-1510-0/+1769
* tcl: remove silly ocd_ prefix to array2mem and mem2arrayØyvind Harboe2010-08-111-2/+2
* debug: use assert's when approperiateØyvind Harboe2010-08-112-4/+2
* arm: add missing error reportingØyvind Harboe2010-08-113-1/+28
* arm7/9: fix "reset run + halt"Øyvind Harboe2010-08-092-11/+27
* target: if polling fails, back offØyvind Harboe2010-08-091-8/+29
* verify_image: print out a statement that there are no further errorsØyvind Harboe2010-08-021-1/+10
* mips32: exit_point optional for mips32_run_algorithmSpencer Oliver2010-07-201-1/+1
* armv7m: exit_point optional for armv7m_run_algorithmSpencer Oliver2010-07-201-1/+1
* armv4_5: add algorithms instruction breakpoint supportSpencer Oliver2010-07-201-6/+16
* arm11 error propagation fixesØyvind Harboe2010-07-203-29/+32
* arm_jtag_scann error propagation fixesØyvind Harboe2010-07-205-12/+34
* arm_dpm: error propagation fixesØyvind Harboe2010-07-191-2/+26
* adi_jtag_ error propagationØyvind Harboe2010-07-191-4/+12
* arm: error propagation of arm_jtag_set_instrØyvind Harboe2010-07-1910-32/+108
* arm_adi_v5: dap_run() error propagationØyvind Harboe2010-07-191-15/+28
* arm_adi_v5: mem_ap_write error propagationØyvind Harboe2010-07-192-25/+78
* arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe2010-07-192-26/+73
* mem_ap_read_u32 error propagationØyvind Harboe2010-07-192-16/+48
* arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe2010-07-192-15/+45
* debug: debug entry error propagationØyvind Harboe2010-07-1911-41/+116
* cortex a8: added timeout handlingØyvind Harboe2010-07-191-5/+28
* arm: add error propagation for enable/disable mmu cachesØyvind Harboe2010-07-198-65/+162
* arm: add error propagation to generic get_ttb fnØyvind Harboe2010-07-198-18/+46
* cortex a8: lots of error propagation fixesØyvind Harboe2010-07-191-18/+53
* cortex a8: mem_ap_read_buf_u32() error handlingØyvind Harboe2010-07-191-1/+3
* cortex a8: add missing error handling for cortex_a8_dap_write/read_coreregist...Øyvind Harboe2010-07-191-3/+9
* cortex a8: add missing error handling from cortex_a8_exec_opcode()Øyvind Harboe2010-07-191-13/+52
* cortex a8: add missing error handling for mem_ap_atomic_write_u32()Øyvind Harboe2010-07-191-1/+5
* cortex a8: add missing error handling for mem_ap_read_atomic_u32()Øyvind Harboe2010-07-191-0/+11
* spelling fixes in commentsØyvind Harboe2010-07-181-5/+5
* ARM ADI-V5: cleanup CID/PID addressingDavid Brownell2010-07-161-21/+23
* ARM ADI-V5: PIDs and CIDs are 8 bitsDavid Brownell2010-07-131-21/+41
* arm9: revert change arm9tdmi cmd group name to arm9Spencer Oliver2010-07-121-2/+2
* arm11: fix gaffe in no-ack transfersØyvind Harboe2010-06-231-1/+1
* error number: reviewAntonio Borneo2010-06-232-3/+3
* cortex a8: only physical read/write's are available when target is runningØyvind Harboe2010-06-221-2/+9
* target: $_TARGET mdw now has a phys optionØyvind Harboe2010-06-221-8/+28
* target: mwX on target object now supporst phys argumentØyvind Harboe2010-06-221-8/+25
* target: Fix shadow issues on MacEdgar Grimberg2010-06-221-3/+3
* cortex a8: print message that locking debug access succeeded on second tryØyvind Harboe2010-06-221-0/+4
* cortex a8: add error propagation for poll/resumeØyvind Harboe2010-06-221-5/+15
* cortex a8: add timeouts waiting for restart, prepare and haltØyvind Harboe2010-06-221-6/+36