aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13working_area_t -> struct working_areaZachary T Welch1-2/+2
2009-11-13embeddedice_reg_t -> struct embeddedice_regZachary T Welch1-1/+1
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-5/+5
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch1-5/+5
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-3/+3
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-5/+5
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch1-44/+44
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-4/+4
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-6/+6
2009-11-11ETM cleanupDavid Brownell1-29/+4
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch1-35/+38
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-1/+0
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-77/+52
2009-11-05Improve arm7_9_common command argument parsing.Zachary T Welch1-8/+8
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-3/+0
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe1-1/+4
2009-10-07Updates for "reset_config":dbrownell1-4/+11
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-3/+3
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe1-1/+12
2009-09-12David Brownell <david-b@pacbell.net> oharboe1-11/+24
2009-09-04more debug output for breakpointsoharboe1-2/+10
2009-08-28restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe1-3/+22
2009-08-26Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si...oharboe1-2/+2
2009-08-07Ferdinand Postema [ferdinand@postema.eu]ntfreak1-0/+3
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-06simplify debug_reason checkoharboe1-11/+3
2009-06-29David Brownell <david-b@pacbell.net>:zwelch1-1/+2
2009-06-28Refactor code, create target_state_name()duane1-3/+3
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane1-1/+19
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-5/+5
2009-06-23- Fixes '[<>]' whitespacezwelch1-8/+8
2009-06-23- Fixes '[|]' whitespacezwelch1-11/+11
2009-06-23- Fixes '+' whitespacezwelch1-3/+3
2009-06-23- Fixes '=' whitespacezwelch1-30/+30
2009-06-23- Fixes '==' whitespacezwelch1-17/+17
2009-06-23- Fixes '<=' whitespacezwelch1-3/+3
2009-06-23- Fixes '>=' whitespacezwelch1-2/+2
2009-06-23- Fixes '&&' whitespacezwelch1-2/+2
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-10/+10
2009-06-23- Replace 'if(' with 'if ('.zwelch1-19/+19
2009-06-21C99 printf() -Werror fixesduane1-20/+20
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-74/+74
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-11/+11
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch1-0/+3
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-4/+4