index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
etm.c
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2012-01-18
cmd: add missing usage vars
Spencer Oliver
2012-01-04
Change return value on error.
Mathias K
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
2011-11-04
etm: fix warning by removing assignment that is immediately overwritten
Øyvind Harboe
2011-01-03
error handling: the error number is not part of the user interface
Øyvind Harboe
2010-09-29
fileio: fileio_size() can now fail
Øyvind Harboe
2010-09-29
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
2010-07-20
arm_jtag_scann error propagation fixes
Øyvind Harboe
2010-07-19
arm: error propagation of arm_jtag_set_instr
Øyvind Harboe
2010-05-31
etm: print something when trace buffer empty
Jon Povey
2010-03-21
jtag: make out_value const
Øyvind Harboe
2010-03-19
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
2010-03-18
jtag: retire one instance of jtag_get_end_state() usage
Øyvind Harboe
2010-03-18
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
2010-03-16
image loading: fix problem with offsets > 0x80000000
Bradey Honsinger
2010-03-08
jtag: retire tap field
Øyvind Harboe
2010-01-07
ARM ETM/ETB/trace: help/usage updates
David Brownell
2009-12-19
ETM: add "etm trigger_debug" command
David Brownell
2009-12-19
ETM: more ETM_CTRL bit cleanup
David Brownell
2009-12-19
ETM: start cleaning up ETM_CTRL bit handling
David Brownell
2009-12-19
ETM trigger_percent becomes an ETB command
David Brownell
2009-12-09
ETM: only include oocd_trace.h when tracing enabled.
Spencer Oliver
2009-12-08
target: remove needless "extern"s
David Brownell
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
2009-12-04
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
2009-11-25
target: create and use target_name()
David Brownell
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
2009-11-24
remove register_commands from etm_capture_driver
Zachary T Welch
2009-11-24
remove target_type register_command callback
Zachary T Welch
2009-11-24
etm: use register_commands()
Zachary T Welch
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
target: simplify register get/set ops
David Brownell
2009-11-16
fileio: improve API types
Zachary T Welch
2009-11-16
target: less implicit inclusion of "etm.h"
David Brownell
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
2009-11-13
ETM: simplify ETM initialization code paths
David Brownell
2009-11-13
command_t -> struct command
Zachary T Welch
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
reg_t -> struct reg
Zachary T Welch
2009-11-13
image_t -> struct image
Zachary T Welch
2009-11-13
etm_context_t -> struct etm_context
Zachary T Welch
2009-11-13
etb_t -> struct etb
Zachary T Welch
[next]