| Commit message (Expand) | Author | Age | Files | Lines |
* | error handling: the error number is not part of the user interface | Øyvind Harboe | 2011-01-03 | 1 | -3/+4 |
* | fileio: fileio_size() can now fail | Øyvind Harboe | 2010-09-29 | 1 | -1/+9 |
* | fileio: refactor struct fileio to be an opaque structure | Øyvind Harboe | 2010-09-29 | 1 | -1/+1 |
* | arm_jtag_scann error propagation fixes | Øyvind Harboe | 2010-07-20 | 1 | -2/+6 |
* | arm: error propagation of arm_jtag_set_instr | Øyvind Harboe | 2010-07-19 | 1 | -2/+8 |
* | etm: print something when trace buffer empty | Jon Povey | 2010-05-31 | 1 | -0/+5 |
* | jtag: make out_value const | Øyvind Harboe | 2010-03-21 | 1 | -10/+9 |
* | jtag: retire jtag_get/set_end_state() | Øyvind Harboe | 2010-03-19 | 1 | -2/+0 |
* | jtag: retire one instance of jtag_get_end_state() usage | Øyvind Harboe | 2010-03-18 | 1 | -4/+4 |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -3/+3 |
* | image loading: fix problem with offsets > 0x80000000 | Bradey Honsinger | 2010-03-16 | 1 | -1/+1 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -9/+3 |
* | ARM ETM/ETB/trace: help/usage updates | David Brownell | 2010-01-07 | 1 | -20/+34 |
* | ETM: add "etm trigger_debug" command | David Brownell | 2009-12-19 | 1 | -4/+62 |
* | ETM: more ETM_CTRL bit cleanup | David Brownell | 2009-12-19 | 1 | -35/+40 |
* | ETM: start cleaning up ETM_CTRL bit handling | David Brownell | 2009-12-19 | 1 | -13/+15 |
* | ETM trigger_percent becomes an ETB command | David Brownell | 2009-12-19 | 1 | -49/+0 |
* | ETM: only include oocd_trace.h when tracing enabled. | Spencer Oliver | 2009-12-09 | 1 | -0/+3 |
* | target: remove needless "extern"s | David Brownell | 2009-12-08 | 1 | -7/+3 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM: rename ARMV4_5_STATE_* as ARM_STATE_* | David Brownell | 2009-12-04 | 1 | -9/+9 |
* | target: create and use target_name() | David Brownell | 2009-11-25 | 1 | -1/+2 |
* | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 1 | -1/+1 |
* | remove register_commands from etm_capture_driver | Zachary T Welch | 2009-11-24 | 1 | -2/+3 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -6/+1 |
* | etm: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -37/+89 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -12/+12 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 1 | -1/+1 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 1 | -16/+5 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -97/+97 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -31/+31 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -8/+8 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -8/+5 |
* | fileio: improve API types | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | target: less implicit inclusion of "etm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -2/+0 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | ETM: simplify ETM initialization code paths | David Brownell | 2009-11-13 | 1 | -8/+8 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -13/+13 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -21/+21 |
* | image_t -> struct image | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | etm_context_t -> struct etm_context | Zachary T Welch | 2009-11-13 | 1 | -20/+20 |
* | etb_t -> struct etb | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_instruction_t -> struct arm_instruction | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | etmv1_trace_data_t -> struct etmv1_trace_data | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | etm_capture_driver_t -> struct etm_capture_driver | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | etm_reg_t -> struct etm_reg | Zachary T Welch | 2009-11-13 | 1 | -6/+6 |