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
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
2013-08-07
target: clear running_alg flag after reset
Paul Fertser
1
-1
/
+3
2013-08-07
gdb_server: add target_debug_reason for program exit detection
Hsiangkai Wang
1
-0
/
+1
2013-08-07
gdb_server: support File-I/O Remote Protocol Extension
Hsiangkai Wang
1
-0
/
+42
2013-08-07
gdb server: new feature, add stop reason in stop reply packet for gdb
Hsiangkai Wang
1
-0
/
+17
2013-08-07
gdb_server: support gdb target description
Hsiangkai Wang
1
-2
/
+3
2013-07-17
target: fix halt and wait_halt timeout units
Paul Fertser
1
-4
/
+2
2013-07-15
target: use consistent halt timeout
Spencer Oliver
1
-2
/
+5
2013-07-15
target: remove double const specificator
Paul Fertser
1
-2
/
+2
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2013-06-05
nds32: add new target type nds32_v2, nds32_v3, nds32_v3m
Hsiangkai Wang
1
-0
/
+6
2013-03-15
target: Retire target_bulk_write_memory()
Andreas Fritiofson
1
-6
/
+0
2013-03-15
target: Add default implementation of bulk_write_memory
Andreas Fritiofson
1
-0
/
+9
2013-03-15
arch: Added ARMv7R and Cortex-R4 support
Evan Hunter
1
-0
/
+2
2013-03-13
target: Remove read_memory_imp
Andreas Fritiofson
1
-23
/
+10
2013-03-13
target: Remove write_memory_imp
Andreas Fritiofson
1
-13
/
+8
2013-03-13
target: Remove soft_reset_halt_imp
Andreas Fritiofson
1
-7
/
+4
2013-03-06
target: use common target_name to access target::cmd_name member
Spencer Oliver
1
-8
/
+8
2013-03-05
Move back off timer to target struct
Mathias K
1
-16
/
+13
2013-03-05
Add the target name to debug output for better understanding and error identi...
Mathias K
1
-2
/
+3
2012-12-23
stlink: rename stlink cmd names
Spencer Oliver
1
-2
/
+2
2012-12-23
target: add deprecated target name support
Spencer Oliver
1
-0
/
+9
2012-11-06
target: add async algorithm timeout
Spencer Oliver
1
-0
/
+11
2012-10-07
Revert "target: remove unused working area 'user' field"
Spencer Oliver
1
-0
/
+14
[prev]
[next]