aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
AgeCommit message (Expand)Author
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13breakpoint_t -> struct breakpointZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13embeddedice_reg_t -> struct embeddedice_regZachary T Welch
2009-11-13watchpoint_t -> struct watchpointZachary T Welch
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11ETM cleanupDavid Brownell
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell
2009-11-05Improve arm7_9_common command argument parsing.Zachary T Welch
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-11-03target: 20 second timeout/megabyte for CRC checkØyvind Harboe
2009-10-07Updates for "reset_config":dbrownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe
2009-09-12David Brownell <david-b@pacbell.net> oharboe
2009-09-04more debug output for breakpointsoharboe
2009-08-28restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe
2009-08-26Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si...oharboe
2009-08-07Ferdinand Postema [ferdinand@postema.eu]ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-06simplify debug_reason checkoharboe
2009-06-29David Brownell <david-b@pacbell.net>:zwelch
2009-06-28Refactor code, create target_state_name()duane
2009-06-27Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch