| Commit message (Expand) | Author | Age | Files | Lines |
* | debug: debug entry error propagation | Øyvind Harboe | 2010-07-19 | 1 | -1/+1 |
* | TARGET/ARM7_9_COMMON: review scope of symbols | Antonio Borneo | 2010-04-11 | 1 | -3/+0 |
* | arm7/9: remove unused post_restore_context | Øyvind Harboe | 2010-03-17 | 1 | -3/+0 |
* | arm7/9: add fn to check if dcc downloads have been enabled | Øyvind Harboe | 2010-01-13 | 1 | -0/+1 |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 1 | -2/+2 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | change #include "armv4_5.h" to <target/armv4_5.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "arm_jtag.h" to <target/arm_jtag.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -1/+1 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 1 | -1/+0 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -1/+0 |
* | ARM: memory utils aren't ARM7/ARM9 dependent | David Brownell | 2009-11-15 | 1 | -2/+0 |
* | ARM7/ARM9: use shared examine() method | David Brownell | 2009-11-13 | 1 | -0/+1 |
* | ARM7/9: rm arm7_9_get_arch_pointers() | David Brownell | 2009-11-13 | 1 | -1/+5 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -54/+54 |
* | armv4_5_common_t -> struct arm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | breakpoint_t -> struct breakpoint | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | watchpoint_t -> struct watchpoint | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | arm_jtag_t -> struct arm_jtag | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm7_9_common_t -> struct arm7_9_common | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 1 | -4/+2 |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 1 | -1/+0 |
* | ARM: shrink offsets | David Brownell | 2009-11-05 | 1 | -1/+1 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -1/+0 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 1 | -0/+7 |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 1 | -1/+0 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-12 | 1 | -11/+12 |
* | restore ICE watchpoint registers when the *last* software breakpoint is removed | oharboe | 2009-08-28 | 1 | -0/+1 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -22/+22 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -1/+1 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -5/+5 |
* | Submitted by Dean Glazeski <dnglaze@gmail.com>: | zwelch | 2009-05-22 | 1 | -30/+33 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 1 | -16/+16 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 1 | -1/+0 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -1/+1 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -1/+0 |
* | Hongtao Zheng single step fixes | oharboe | 2008-10-30 | 1 | -2/+5 |
* | Hongtao Zheng - more fixes to single stepping. Better hiding of details and ... | oharboe | 2008-10-28 | 1 | -5/+2 |
* | Hongtao Zheng - add simulation because previous functions could not halt for ... | oharboe | 2008-10-27 | 1 | -2/+5 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | feroceon updated w.r.t. latest arm7/9 changes | oharboe | 2008-08-14 | 1 | -0/+2 |
* | arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale... | oharboe | 2008-08-14 | 1 | -2/+2 |