summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* simplify debug_reason checkoharboe2009-07-061-11/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-1/+2
* Refactor code, create target_state_name()duane2009-06-281-3/+3
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-1/+19
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[<>]' whitespacezwelch2009-06-231-8/+8
* - Fixes '[|]' whitespacezwelch2009-06-231-11/+11
* - Fixes '+' whitespacezwelch2009-06-231-3/+3
* - Fixes '=' whitespacezwelch2009-06-231-30/+30
* - Fixes '==' whitespacezwelch2009-06-231-17/+17
* - Fixes '<=' whitespacezwelch2009-06-231-3/+3
* - Fixes '>=' whitespacezwelch2009-06-231-2/+2
* - Fixes '&&' whitespacezwelch2009-06-231-2/+2
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-10/+10
* - Replace 'if(' with 'if ('.zwelch2009-06-231-19/+19
* C99 printf() -Werror fixesduane2009-06-211-20/+20
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-74/+74
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-11/+11
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-0/+3
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-4/+4
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-1/+1
* Add target_examine_one wrapper:zwelch2009-05-311-1/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Add target_run_algorithm wrapper:zwelch2009-05-311-2/+2
* Add target_write_memory wrapper:zwelch2009-05-311-5/+5
* Add target_read_memory wrapper:zwelch2009-05-311-4/+4
* Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch2009-05-221-10/+140
* Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...oharboe2009-05-181-5/+131
* Fix logically inverted commentkc8apf2009-05-181-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-15/+0
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-1/+1
* Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handlingoharboe2009-04-201-16/+30
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-5/+6
* - remove target specific variant and use target->variant memberntfreak2008-12-131-28/+6
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-4/+4
* jtag newtap change & huge manual updateduane2008-11-301-2/+3
* Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe2008-11-271-2/+0
* big endian software breakpoint bogus error messages fixedoharboe2008-11-131-2/+2
* arm7_9_execute_sys_speed error propagation. Found by code inspection, no obse...oharboe2008-11-041-2/+4
* Hongtao Zheng single step fixesoharboe2008-10-301-13/+29
* - remove build warningntfreak2008-10-281-1/+1
* Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe2008-10-281-27/+13
* Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe2008-10-271-16/+62
* more robust error reporting for DCCoharboe2008-10-161-0/+4
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-10/+37
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-56/+198