index
:
riscv-tools/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
/
etb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-18
openocd: fix SPDX tag format for files .c
Antonio Borneo
1
-1
/
+1
2022-07-23
openocd: src/target: replace the GPL-2.0-or-later license tag
Antonio Borneo
1
-13
/
+2
2021-07-24
openocd: fix simple cases of NULL comparison
Antonio Borneo
1
-2
/
+2
2020-03-07
helper/binarybuffer: fix clang static analyzer warnings
Tomas Vanek
1
-6
/
+6
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
1
-7
/
+7
2019-04-07
command_registration: add empty usage field to chained commands
Antonio Borneo
1
-0
/
+1
2019-03-06
target/etb: Use 'bool' data type
Marc Schink
1
-4
/
+4
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2015-01-30
Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)
Paul Fertser
1
-1
/
+1
2014-10-06
target: constify structures
Spencer Oliver
1
-1
/
+1
2014-01-19
target: fix typos
Spencer Oliver
1
-3
/
+2
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-93
/
+56
2011-08-01
etb: fix incorrect previous patchset
Jie Zhang
1
-0
/
+12
2011-06-07
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...
Freddie Chopin
1
-10
/
+0
2010-09-20
warnings: fix alignment warnings
Øyvind Harboe
1
-1
/
+1
2010-03-21
jtag: make out_value const
Øyvind Harboe
1
-35
/
+33
2010-03-19
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
1
-3
/
+0
2010-03-19
jtag: remove unecessary usage of jtag_get_end_state().
Øyvind Harboe
1
-2
/
+2
2010-03-18
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
1
-4
/
+4
2010-03-08
jtag: jtag_add_ir_scan() now takes a single field
Øyvind Harboe
1
-1
/
+1
2010-03-08
jtag: retire tap field
Øyvind Harboe
1
-17
/
+6
2010-01-07
ARM ETM/ETB/trace: help/usage updates
David Brownell
1
-4
/
+8
2009-12-19
ETM: start cleaning up ETM_CTRL bit handling
David Brownell
1
-7
/
+7
2009-12-19
ETM trigger_percent becomes an ETB command
David Brownell
1
-2
/
+55
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
1
-1
/
+1
2009-11-24
remove register_commands from etm_capture_driver
Zachary T Welch
1
-6
/
+1
2009-11-24
etb: use register_commands()
Zachary T Welch
1
-8
/
+20
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-2
/
+2
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-2
/
+2
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-5
/
+5
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-1
/
+1
2009-11-17
target: simplify register get/set ops
David Brownell
1
-7
/
+6
2009-11-16
target: less implicit inclusion of "etm.h"
David Brownell
1
-0
/
+1
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-2
/
+2
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-13
target: remove unused "bitfield" infrastructure
David Brownell
1
-2
/
+0
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
-1
/
+1
2009-11-13
target_t -> struct target
Zachary T Welch
1
-1
/
+1
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-15
/
+15
2009-11-13
etm_context_t -> struct etm_context
Zachary T Welch
1
-5
/
+5
2009-11-13
etb_t -> struct etb
Zachary T Welch
1
-10
/
+10
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-2
/
+2
2009-11-13
etmv1_trace_data_t -> struct etmv1_trace_data
Zachary T Welch
1
-1
/
+1
2009-11-13
etm_capture_driver_t -> struct etm_capture_driver
Zachary T Welch
1
-1
/
+1
2009-11-13
etb_reg_t -> struct etb_reg
Zachary T Welch
1
-4
/
+4
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
1
-5
/
+5
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-2
/
+2
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-1
/
+1
[next]