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
/
target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-19
Hide unknown registers, which probably don't exist
Tim Newsome
1
-13
/
+15
2017-10-01
Merge commit '7719e9618e753ac41a46a2488dfba549ac578891' into riscv-upd
Liviu Ionescu
1
-4
/
+4
2017-06-30
target: Fix snprintf format string and argument mismatch in md output
Andreas Fritiofson
1
-4
/
+4
2017-06-13
Merge branch 'remotes/openocd/master' into riscv64
Tim Newsome
1
-151
/
+380
2017-04-26
Add 64-bit and multihart support
Palmer Dabbelt
1
-8
/
+8
2017-04-23
target: Fix memory leak
Marc Schink
1
-4
/
+19
2017-02-10
riscv: Add register name to message when they do not exist.
Megan Wachs
1
-3
/
+3
2017-02-10
target: add -ctibase config option in addition to -dbgbase
Matthias Welwarsky
1
-1
/
+16
2017-02-10
aarch64: Add ARMv8 AARCH64 support files
David Ung
1
-0
/
+4
2017-02-10
target: Add 64-bit target address support
Dongxue Zhang
1
-99
/
+210
2017-02-05
Use the set/reg register error return code when registers don't exist.
Megan Wachs
1
-3
/
+14
2016-12-08
target: Replace malloc+manual zeroing with calloc
Andreas Fritiofson
1
-8
/
+1
2016-12-08
semihosting: support fileio operation
Steven Stallion
1
-4
/
+1
2016-12-08
target: Add verify_image_checksum command
Matthias Welwarsky
1
-5
/
+27
2016-12-08
Add -defer-examine option to target create command
Matthias Welwarsky
1
-7
/
+77
2016-11-04
Tcl commands: Fix improper return status in flash commands and load_image.
HarishKumar
1
-1
/
+2
2016-10-30
flash/nor: Add erased_value to drivers and pass it to targets
Andreas Färber
1
-2
/
+3
2016-10-17
target: Clean up format strings
Andreas Färber
1
-23
/
+23
2016-10-17
target: Add missing spaces in error messages
Andreas Färber
1
-6
/
+6
2016-09-23
Refer to nonexistent riscv target.
Tim Newsome
1
-0
/
+2
2016-08-13
target: check late abort from target in async_algorithm
Tomas Vanek
1
-0
/
+9
2016-08-09
target: add "phys" argument to mem2array, array2mem
Matthias Welwarsky
1
-6
/
+32
2016-07-19
Fix usage of timeval_ms()
Andreas Färber
1
-10
/
+10
2016-06-23
Support for Freescale LS102x SAP
Esben Haabendal
1
-0
/
+2
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2016-05-05
target: improve robustness of reset command
Tomas Vanek
1
-4
/
+1
2016-02-29
helper/fileio: Remove nested struct
Marc Schink
1
-4
/
+4
2016-02-29
jim-nvp: Make Jim_GetOpt_String const-correct
Andreas Fritiofson
1
-3
/
+1
2016-02-13
quark: add Intel Quark mcu D2000 support
Ivan De Cesaris
1
-0
/
+2
2015-11-03
helper/fileio: Use size_t for file size.
Marc Schink
1
-2
/
+2
2015-11-03
target: tell which target state is meant
Oleksij Rempel
1
-1
/
+2
2015-09-05
server: tcl_trace command
Austin Morton
1
-0
/
+52
2015-08-06
target: check memory handlers before use for all types
Karl Palsson
1
-24
/
+16
2015-05-17
server: avoid the tcl server crashing when there is no target
Austin Morton
1
-1
/
+1
2015-04-24
target: try to reexamine even when polling fails
Paul Fertser
1
-6
/
+4
2015-04-02
target/target.c: fixed rp check bug in asynchronous flash write algorithm.
DmitryShpak
1
-1
/
+1
2015-03-25
armv7m: add generic trace support (TPIU, ITM, etc.)
Paul Fertser
1
-0
/
+2
2015-03-09
server, target, cortex_m: add deinit_target to the API to free resources
Paul Fertser
1
-0
/
+25
2015-03-09
target/target: call event handlers around examine when polling resumes
Paul Fertser
1
-14
/
+10
2015-03-09
target: fix timer callbacks processing
Paul Fertser
1
-26
/
+34
2015-03-09
server: tcl_notifications command
Austin Morton
1
-1
/
+81
2015-02-22
Remove long-deprecated "target count" and "target number" commands.
Robert P. J. Day
1
-64
/
+0
2015-02-11
target/profiling: Use the correct method to access registers
Andreas Fritiofson
1
-1
/
+1
2015-02-11
target: write gmon.out according to target endianness
Jose de Sousa
1
-17
/
+15
2015-01-09
avoid segfaulting when attempting to set an unavailable type of breackpoint
Salvador Arroyo
1
-3
/
+12
2015-01-09
Mac/PPC: Fix build.
Jens Bauer
1
-1
/
+1
2015-01-09
target: improve robustness of polling and reexamination
Paul Fertser
1
-1
/
+7
2014-09-22
target: Remove "-variant" argument
Andreas Fritiofson
1
-28
/
+0
2014-08-19
target async loader: add offset to debug lines
Angus Gratton
1
-1
/
+4
2014-08-11
Allow transports to override the selected target (hla configs unification)
Paul Fertser
1
-0
/
+10
[next]