summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-2/+2
* debug: debug entry error propagationØyvind Harboe2010-07-191-1/+1
* TARGET/ARM7_9_COMMON: review scope of symbolsAntonio Borneo2010-04-111-3/+0
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-171-3/+0
* arm7/9: add fn to check if dcc downloads have been enabledØyvind Harboe2010-01-131-0/+1
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+2
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm_jtag.h" to <target/arm_jtag.h>Zachary T Welch2009-12-031-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+1
* 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