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
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
2014-07-03
cortex_a: target implementation renames cortex_a8 to cortex_a
Kamal Dasu
1
-2
/
+2
2014-06-01
src/target: select the last created target as current
Paul Fertser
1
-0
/
+1
2014-06-01
target: reexamine after polling succeeds again
Paul Fertser
1
-2
/
+6
2014-05-05
Fix some C99 format specifiers
Paul Fertser
1
-2
/
+2
2014-03-30
Don't cast return value of [cm]alloc
Andreas Fritiofson
1
-3
/
+3
2014-03-29
tcl: introduce init_target_events and use it for gdb flashing events
Paul Fertser
1
-0
/
+4
2014-03-29
target: fix handle_profile_command variable typo
Spencer Oliver
1
-4
/
+4
2014-03-29
target: remove handle_profile_command memory leak
Spencer Oliver
1
-2
/
+3
2014-03-17
flash: Constify write buffer
Andreas Fritiofson
1
-1
/
+1
2014-03-17
target: Don't poll until the target is examined.
Andreas Fritiofson
1
-0
/
+4
2014-03-07
stlink: Use callback to increase frequency of trace data sampling
Andreas Fritiofson
1
-1
/
+1
2014-02-11
quark_x10xx: add new target quark_x10xx
Adrian Burns
1
-0
/
+2
2014-02-04
doc: add missing reg command argument 'force'
Spencer Oliver
1
-3
/
+3
2014-01-11
target: Add test bench for memory access functions
Andreas Fritiofson
1
-0
/
+199
2013-12-01
[PATCH 1/2]support64: Add functions into types and target
Dongxue Zhang
1
-0
/
+79
2013-10-31
target: fix mem2array/array2mem
Mathias K
1
-0
/
+2
2013-10-31
Clean up const usage to avoid excessive casting
Andreas Fritiofson
1
-4
/
+3
2013-10-31
Clean up many C99 integer types format specifiers
Paul Fertser
1
-5
/
+5
2013-10-10
cortex_m: target implementation renames cortex_m3 to cortex_m
Spencer Oliver
1
-2
/
+2
2013-09-26
Add new target type: OpenRISC
Franck Jullien
1
-0
/
+2
2013-09-25
target: Fix strange ordering in target_read_u8
Andreas Fritiofson
1
-1
/
+2
2013-09-21
Restore mwh/mwb functionality.
Andreas Fritiofson
1
-8
/
+2
2013-09-13
target: enhance target profiling
Hsiangkai Wang
1
-16
/
+40
2013-09-13
target: add profiling interface
Hsiangkai Wang
1
-64
/
+104
2013-09-13
target: increase the maximum number of buckets
Hsiangkai Wang
1
-1
/
+3
2013-09-13
target: Correct profiling calculation
Hsiangkai Wang
1
-3
/
+7
2013-09-13
target: Make profiling function more readable
Hsiangkai Wang
1
-10
/
+10
2013-09-13
target: Rewrite read/write buffer default implementations
Andreas Fritiofson
1
-88
/
+51
2013-09-13
[RFC] target: Move bulk_write_memory to arm7_9
Andreas Fritiofson
1
-19
/
+3
2013-08-29
target: Remove error messages as no .get_gdb_fileio_info
Hsiangkai Wang
1
-2
/
+4
[next]