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
/
target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-11
Merge branch 'master' into from_upstream
Tim Newsome
1
-52
/
+493
2022-03-19
target: Rework 'set' variable of break-/watchpoints
Marc Schink
1
-8
/
+8
2022-03-12
target: Deprecate 'array2mem' and 'mem2array''
Marc Schink
1
-50
/
+4
2022-03-12
target/tcl: Add 'read_memory' and 'write_memory'
Marc Schink
1
-0
/
+321
2022-03-05
target/tcl: Add get_reg function
Marc Schink
1
-0
/
+101
2022-03-05
target/tcl: Add set_reg function
Marc Schink
1
-0
/
+65
2022-03-03
From upstream (#684)
Tim Newsome
1
-21
/
+33
2022-02-14
target/smp: use a struct list_head to hold the smp targets
Antonio Borneo
1
-21
/
+23
2022-02-05
semihosting: User defined operation, Tcl command exec on host
Zoltán Dudás
1
-0
/
+9
2022-01-28
Merge branch 'master' into from_upstream
Tim Newsome
1
-5
/
+5
2022-01-22
target: use target_event_name()
Antonio Borneo
1
-5
/
+5
2021-12-28
Merge branch 'master' into from_upstream
Tim Newsome
1
-8
/
+9
2021-12-11
target/target: Check checksum_memory before call
Yasushi SHOJI
1
-0
/
+4
2021-12-03
Merge pull request #665 from riscv/examined
Tim Newsome
1
-1
/
+9
2021-12-03
target,flash: allow target_free_working_area on NULL area pointer
Tomas Vanek
1
-8
/
+5
2021-11-30
Merge branch 'master' into from_upstream
Tim Newsome
1
-2
/
+2
2021-11-29
Don't reexamine targets until it's time.
Tim Newsome
1
-1
/
+9
2021-11-20
target: Use target_addr_t for algorithm addresses.
Tim Newsome
1
-3
/
+3
2021-10-21
Properly handle held-in-reset targets. (#654)
Tim Newsome
1
-13
/
+7
2021-10-05
Merge branch 'master' into from_upstream
Tim Newsome
1
-19
/
+26
2021-10-02
target: reset target examined flag if target::examine() fails
Tarek BOCHKATI
1
-11
/
+18
2021-09-25
openocd: prevent jimtcl error message while testing commands
Antonio Borneo
1
-1
/
+1
2021-09-25
arm_tpiu_swo: fix support for deprecated 'tpiu' command before 'init'
Antonio Borneo
1
-1
/
+1
2021-09-18
target: do not cast NULL in assignment
Antonio Borneo
1
-4
/
+4
2021-09-18
openocd: remove last NULL comparisons
Antonio Borneo
1
-2
/
+2
2021-08-31
Fix build.
Tim Newsome
1
-5
/
+5
2021-08-30
Merge branch 'master' into from_upstream
Tim Newsome
1
-362
/
+367
2021-08-14
helper/align.h: use it
Antonio Borneo
1
-4
/
+5
2021-07-31
Call poll at a fixed interval.
Tim Newsome
1
-12
/
+24
2021-07-24
openocd: fix Yoda conditions with checkpatch
Antonio Borneo
1
-1
/
+1
2021-07-24
openocd: manually remove NULL comparisons
Antonio Borneo
1
-1
/
+1
2021-07-24
openocd: remove NULL comparisons with checkpatch [2/2]
Antonio Borneo
1
-1
/
+1
2021-07-24
openocd: remove NULL comparisons with checkpatch [1/2]
Antonio Borneo
1
-15
/
+15
2021-07-24
openocd: fix simple cases of NULL comparison
Antonio Borneo
1
-59
/
+59
2021-07-24
target: rename CamelCase symbols
Antonio Borneo
1
-100
/
+100
2021-07-20
openocd: fix simple cases of Yoda condition
Antonio Borneo
1
-22
/
+22
2021-07-10
target: add support for 64bit data in mem2array and array2mem
Jan Matyas
1
-132
/
+136
2021-07-10
target: add 64-bit address array command support
Daniel Goehring
1
-10
/
+12
2021-07-02
target: check return value of register get/set callbacks
Jan Matyas
1
-18
/
+22
2021-06-30
Merge branch 'master' into from_upstream
Tim Newsome
1
-2
/
+2
2021-06-18
Use boolean argument for register_get_by_name()
Marc Schink
1
-2
/
+2
2021-06-11
From upstream (#620)
Tim Newsome
1
-83
/
+85
2021-06-04
Avoid non-standard conditionals with omitted operands.
R. Diez
1
-1
/
+1
2021-06-04
Add target_data_bits().
Tim Newsome
1
-4
/
+17
2021-06-04
target: Use 'bool' for 'reset_halt'
Marc Schink
1
-1
/
+1
2021-06-04
helper/jim-nvp: comply with coding style [2/2]
Antonio Borneo
1
-74
/
+74
2021-05-29
help text: remove trailing space
Antonio Borneo
1
-3
/
+3
2021-05-22
target: fix some minor typo
Antonio Borneo
1
-1
/
+1
2021-05-14
Remote enable_rtos_riscv command.
Tim Newsome
1
-19
/
+0
2021-05-03
Merge branch 'master' into from_upstream
Tim Newsome
1
-19
/
+42
[next]