aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-1/+0
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-1/+0
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-2/+0
2009-11-13ARM7/ARM9: use shared examine() methodDavid Brownell1-0/+1
2009-11-13ARM7/9: rm arm7_9_get_arch_pointers()David Brownell1-1/+5
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-54/+54
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-1/+1
2009-11-13breakpoint_t -> struct breakpointZachary T Welch1-2/+2
2009-11-13working_area_t -> struct working_areaZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13watchpoint_t -> struct watchpointZachary T Welch1-2/+2
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-1/+1
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch1-6/+6
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell1-4/+2
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-1/+0
2009-11-05ARM: shrink offsetsDavid Brownell1-1/+1
2009-11-05ARM: other code uses the new inheritance/nesting schemeDavid Brownell1-1/+0
2009-11-05target: provide container_of()David Brownell1-0/+7
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-1/+0
2009-09-12David Brownell <david-b@pacbell.net> oharboe1-11/+12
2009-08-28restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe1-0/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-22/+22
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-5/+5
2009-05-22Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch1-30/+33
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-4/+0
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-16/+16
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-10-30Hongtao Zheng single step fixesoharboe1-2/+5
2008-10-28Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe1-5/+2
2008-10-27Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe1-2/+5
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-14feroceon updated w.r.t. latest arm7/9 changesoharboe1-0/+2
2008-08-14arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe1-2/+2
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-06-06Nicolas Pitre: Feroceon fixesoharboe1-0/+3
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+1
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe1-1/+1
2008-02-24- fixed target->type->poll() return valueoharboe1-1/+1
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin1-0/+1
2007-10-22- add verify_image commandntfreak1-0/+1
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+2
2007-05-29- split fileio handling into fileio part and image handlingdrath1-4/+3