aboutsummaryrefslogtreecommitdiff
path: root/src/target/xscale.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17target: remove some more duplicate includesDavid Brownell1-1/+1
2009-11-16XScale: fewere exit() callsDavid Brownell1-4/+4
2009-11-16fileio: improve API typesZachary T Welch1-1/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-2/+3
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-2/+0
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-4/+4
2009-11-13target_t -> struct targetZachary T Welch1-72/+72
2009-11-13reg_t -> struct regZachary T Welch1-12/+12
2009-11-13target_type_t -> struct target_typeZachary T Welch1-1/+1
2009-11-13image_t -> struct imageZachary T Welch1-1/+1
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-11/+11
2009-11-13xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch1-1/+1
2009-11-13arm_instruction_t -> struct arm_instructionZachary T Welch1-3/+3
2009-11-13xscale_reg_t -> struct xscale_regZachary T Welch1-6/+6
2009-11-13xscale_common_t -> struct xscale_commonZachary T Welch1-52/+52
2009-11-13xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch1-6/+6
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-6/+6
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-8/+8
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+2
2009-11-13fileio_t -> struct fileioZachary T Welch1-1/+1
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-7/+7
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-30/+12
2009-11-05XScale uses the new inheritance/nesting schemeDavid Brownell1-187/+118
2009-11-05Improve xscale command argument parsing.Zachary T Welch1-2/+2
2009-11-05Improve xscale command argument parsing.Zachary T Welch1-12/+12
2009-11-05target: remove unused interface fn that clutters codeØyvind Harboe1-7/+0
2009-10-25xscale: always reload handler after resetDavid Brownell1-17/+11
2009-10-16xscale: better fix for debug_handler.binDavid Brownell1-2/+13
2009-10-13xscale: stackframe corruption bugfixDavid Brownell1-36/+18
2009-10-12simplify XScale debug handler installationDavid Brownell1-41/+38
2009-10-12more xscale cleanup (mostly removing JTAG hooks)David Brownell1-71/+58
2009-10-11xscale_load_ic cleanupDavid Brownell1-16/+16
2009-10-11xscale.c cleanupDavid Brownell1-186/+197
2009-10-11xscale bugfix to handler loadingDavid Brownell1-2/+2
2009-10-11xscale minor cleanupDavid Brownell1-43/+31
2009-08-25- fix build warningsntfreak1-2/+2
2009-08-25Michael Schwingen <rincewind@discworld.dascon.de> The attached patch adds a "...oharboe1-0/+63
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-28Refactor code, create target_state_name()duane1-2/+2
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-3/+3
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-12/+12
2009-06-23- Fixes '=' whitespacezwelch1-39/+39
2009-06-23- Fixes '==' whitespacezwelch1-3/+3