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
/
xsvf
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: replace the GPL-2.0-or-later license tag
Antonio Borneo
2
-26
/
+4
2022-07-23
openocd: build: add SPDX tag
Antonio Borneo
1
-0
/
+2
2021-07-24
openocd: fix simple cases of NULL comparison
Antonio Borneo
1
-3
/
+3
2021-05-22
openocd: fix some minor typo
Antonio Borneo
1
-1
/
+1
2021-05-01
Cleanup of config/includes.
Tim Newsome
1
-0
/
+1
2020-09-05
openocd: avoid checking for non NULL pointer to free it
Antonio Borneo
1
-14
/
+6
2020-07-26
xsvf: fix minor typos
Antonio Borneo
1
-4
/
+4
2020-01-16
xsvf: fix memory leak
Tomas Vanek
1
-1
/
+3
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
1
-6
/
+6
2016-12-08
Convert to non-recursive make
Andreas Fritiofson
1
-8
/
+2
2016-05-24
Make #include guard naming consistent
Marc Schink
1
-3
/
+3
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2
-6
/
+2
2015-11-30
xsvf: output a warning suggesting using SVF
Paul Fertser
1
-0
/
+1
2013-06-05
update files to correct FSF address
Spencer Oliver
2
-2
/
+2
2012-02-06
build: cleanup src/xsvf directory
Spencer Oliver
2
-474
/
+451
2012-01-12
xsvf: fix clang warning
Spencer Oliver
1
-1
/
+1
2012-01-04
Change return value on error.
Mathias K
1
-2
/
+1
2011-11-07
xsvf: add missing error propagation
Øyvind Harboe
1
-2
/
+21
2011-01-05
nit: do not add \n at end of LOG_ERROR
Eric Wetzel
1
-9
/
+9
2010-11-18
build: add common.mk
Spencer Oliver
1
-3
/
+1
2010-06-22
xsvf: Fix shadow issues on Mac
Edgar Grimberg
1
-6
/
+6
2010-06-21
jtag: do not use jtag_get_error()
Øyvind Harboe
1
-1
/
+1
2010-06-16
xsvf: -Wshadow warning fixes
Øyvind Harboe
1
-2
/
+0
2010-03-18
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
1
-4
/
+4
2010-03-08
jtag: simplify jtag_add_plain_ir/dr_scan
Øyvind Harboe
1
-3
/
+6
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
-6
/
+3
2010-01-08
*SVF: help/usage updates
David Brownell
1
-2
/
+2
2009-12-08
build: add build/src to include path
Øyvind Harboe
1
-1
/
+2
2009-12-03
remove tertiary include paths
Zachary T Welch
1
-5
/
+1
2009-12-03
change #include "svf.h" to <svf/svf.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "command.h" to <helper/command.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
allow #include directives to use module name
Zachary T Welch
1
-0
/
+1
2009-11-24
{,x}svf: use register_commands()
Zachary T Welch
1
-5
/
+15
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-7
/
+7
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-8
/
+8
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-4
/
+4
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
1
-1
/
+1
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-2
/
+2
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2
-2
/
+2
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
1
-3
/
+3
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-1
/
+1
2009-11-11
add const keyword to some APIs
Zachary T Welch
1
-2
/
+2
2009-11-09
svf,xsvf,arm7_9_common: trim forard declarations
Zachary T Welch
1
-9
/
+8
2009-11-09
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Zachary T Welch
1
-1
/
+1
2009-10-29
XSVF: bugfix handling state paths
David Brownell
1
-15
/
+100
[next]