summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
Commit message (Expand)AuthorAgeFilesLines
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-1/+0
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-1/+0
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-2/+0
* ARM7/ARM9: use shared examine() methodDavid Brownell2009-11-131-0/+1
* ARM7/9: rm arm7_9_get_arch_pointers()David Brownell2009-11-131-1/+5
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-54/+54
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-2/+2
* working_area_t -> struct working_areaZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-1/+1
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-2/+2
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-1/+1
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-6/+6
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-4/+2
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-1/+0
* ARM: shrink offsetsDavid Brownell2009-11-051-1/+1
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-1/+0
* target: provide container_of()David Brownell2009-11-051-0/+7
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-051-1/+0
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-11/+12
* restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe2009-08-281-0/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-22/+22
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-5/+5
* Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch2009-05-221-30/+33
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-4/+0
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-16/+16
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* Hongtao Zheng single step fixesoharboe2008-10-301-2/+5
* Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe2008-10-281-5/+2
* Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe2008-10-271-2/+5
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* feroceon updated w.r.t. latest arm7/9 changesoharboe2008-08-141-0/+2
* arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...oharboe2008-08-141-2/+2
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* Nicolas Pitre: Feroceon fixesoharboe2008-06-061-0/+3
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+1
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-161-1/+1
* - fixed target->type->poll() return valueoharboe2008-02-241-1/+1
* - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin2008-02-211-0/+1
* - add verify_image commandntfreak2007-10-221-0/+1
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+2
* - split fileio handling into fileio part and image handlingdrath2007-05-291-4/+3