summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
...
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-48/+48
* reg_t -> struct regZachary T Welch2009-11-131-14/+14
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-8/+8
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-8/+8
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* embeddedice_reg_t -> struct embeddedice_regZachary T Welch2009-11-131-1/+1
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-5/+5
* armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch2009-11-131-5/+5
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-3/+3
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-5/+5
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-44/+44
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-4/+4
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-6/+6
* ETM cleanupDavid Brownell2009-11-111-29/+4
* svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch2009-11-091-35/+38
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-1/+0
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-77/+52
* Improve arm7_9_common command argument parsing.Zachary T Welch2009-11-051-8/+8
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-051-3/+0
* target: 20 second timeout/megabyte for CRC checkØyvind Harboe2009-11-031-1/+4
* Updates for "reset_config":dbrownell2009-10-071-4/+11
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-3/+3
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-171-1/+12
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-11/+24
* more debug output for breakpointsoharboe2009-09-041-2/+10
* restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe2009-08-281-3/+22
* Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si...oharboe2009-08-261-2/+2
* Ferdinand Postema [ferdinand@postema.eu]ntfreak2009-08-071-0/+3
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* 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