summaryrefslogtreecommitdiff
path: root/src/target/xscale.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: define two register utilitiesDavid Brownell2009-11-221-4/+1
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-10/+16
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-5/+6
* target: create/use register_cache_invalidate()David Brownell2009-11-191-4/+3
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-38/+23
* ARM: add is_arm_mode()David Brownell2009-11-171-4/+1
* ARM: add arm_mode_name()David Brownell2009-11-171-2/+3
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-46/+46
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-25/+25
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-19/+19
* target: simplify register get/set opsDavid Brownell2009-11-171-7/+6
* target: remove some more duplicate includesDavid Brownell2009-11-171-1/+1
* XScale: fewere exit() callsDavid Brownell2009-11-161-4/+4
* fileio: improve API typesZachary T Welch2009-11-161-1/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-2/+3
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-2/+0
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-72/+72
* reg_t -> struct regZachary T Welch2009-11-131-12/+12
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-11/+11
* xscale_trace_entry_t -> struct xscale_trace_entryZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-3/+3
* xscale_reg_t -> struct xscale_regZachary T Welch2009-11-131-6/+6
* xscale_common_t -> struct xscale_commonZachary T Welch2009-11-131-52/+52
* xscale_trace_data_t -> struct xscale_trace_dataZachary T Welch2009-11-131-6/+6
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-6/+6
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-8/+8
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+2
* fileio_t -> struct fileioZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-7/+7
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-30/+12
* XScale uses the new inheritance/nesting schemeDavid Brownell2009-11-051-187/+118
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-2/+2
* Improve xscale command argument parsing.Zachary T Welch2009-11-051-12/+12
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* xscale: always reload handler after resetDavid Brownell2009-10-251-17/+11
* xscale: better fix for debug_handler.binDavid Brownell2009-10-161-2/+13
* xscale: stackframe corruption bugfixDavid Brownell2009-10-131-36/+18
* simplify XScale debug handler installationDavid Brownell2009-10-121-41/+38
* more xscale cleanup (mostly removing JTAG hooks)David Brownell2009-10-121-71/+58
* xscale_load_ic cleanupDavid Brownell2009-10-111-16/+16
* xscale.c cleanupDavid Brownell2009-10-111-186/+197
* xscale bugfix to handler loadingDavid Brownell2009-10-111-2/+2