index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
etm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-428
/
+307
2012-01-18
cmd: add missing usage vars
Spencer Oliver
1
-0
/
+7
2012-01-04
Change return value on error.
Mathias K
1
-14
/
+5
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
1
-4
/
+4
2011-11-04
etm: fix warning by removing assignment that is immediately overwritten
Øyvind Harboe
1
-1
/
+0
2011-01-03
error handling: the error number is not part of the user interface
Øyvind Harboe
1
-3
/
+4
2010-09-29
fileio: fileio_size() can now fail
Øyvind Harboe
1
-1
/
+9
2010-09-29
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
1
-1
/
+1
2010-07-20
arm_jtag_scann error propagation fixes
Øyvind Harboe
1
-2
/
+6
2010-07-19
arm: error propagation of arm_jtag_set_instr
Øyvind Harboe
1
-2
/
+8
2010-05-31
etm: print something when trace buffer empty
Jon Povey
1
-0
/
+5
2010-03-21
jtag: make out_value const
Øyvind Harboe
1
-10
/
+9
2010-03-19
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
1
-2
/
+0
2010-03-18
jtag: retire one instance of jtag_get_end_state() usage
Øyvind Harboe
1
-4
/
+4
2010-03-18
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
1
-3
/
+3
2010-03-16
image loading: fix problem with offsets > 0x80000000
Bradey Honsinger
1
-1
/
+1
2010-03-08
jtag: retire tap field
Øyvind Harboe
1
-9
/
+3
2010-01-07
ARM ETM/ETB/trace: help/usage updates
David Brownell
1
-20
/
+34
2009-12-19
ETM: add "etm trigger_debug" command
David Brownell
1
-4
/
+62
2009-12-19
ETM: more ETM_CTRL bit cleanup
David Brownell
1
-35
/
+40
2009-12-19
ETM: start cleaning up ETM_CTRL bit handling
David Brownell
1
-13
/
+15
2009-12-19
ETM trigger_percent becomes an ETB command
David Brownell
1
-49
/
+0
2009-12-09
ETM: only include oocd_trace.h when tracing enabled.
Spencer Oliver
1
-0
/
+3
2009-12-08
target: remove needless "extern"s
David Brownell
1
-7
/
+3
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
1
-1
/
+1
2009-12-04
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
1
-9
/
+9
2009-11-25
target: create and use target_name()
David Brownell
1
-1
/
+2
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
1
-1
/
+1
2009-11-24
remove register_commands from etm_capture_driver
Zachary T Welch
1
-2
/
+3
2009-11-24
remove target_type register_command callback
Zachary T Welch
1
-6
/
+1
2009-11-24
etm: use register_commands()
Zachary T Welch
1
-37
/
+89
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-12
/
+12
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
1
-1
/
+1
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
1
-16
/
+5
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-97
/
+97
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-31
/
+31
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-8
/
+8
2009-11-17
target: simplify register get/set ops
David Brownell
1
-8
/
+5
2009-11-16
fileio: improve API types
Zachary T Welch
1
-1
/
+1
2009-11-16
target: less implicit inclusion of "etm.h"
David Brownell
1
-0
/
+1
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
1
-2
/
+0
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-13
ETM: simplify ETM initialization code paths
David Brownell
1
-8
/
+8
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-4
/
+4
2009-11-13
target_t -> struct target
Zachary T Welch
1
-13
/
+13
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-21
/
+21
2009-11-13
image_t -> struct image
Zachary T Welch
1
-1
/
+1
2009-11-13
etm_context_t -> struct etm_context
Zachary T Welch
1
-20
/
+20
2009-11-13
etb_t -> struct etb
Zachary T Welch
1
-1
/
+1
[next]