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
2009-06-10
Move the documentation for the "poll" command up with
zwelch
1
-2
/
+4
2009-06-08
David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...
oharboe
1
-1
/
+1
2009-06-08
David Brownell <david-b@pacbell.net>
oharboe
1
-7
/
+26
2009-06-07
David Brownell <david-b@pacbell.net>:
zwelch
1
-3
/
+19
2009-06-07
Fix regression in mdw output; identified by Magnus Lundin.
zwelch
1
-3
/
+3
2009-06-05
remove unused include file: inttypes.h
oharboe
1
-2
/
+0
2009-06-05
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
1
-1
/
+1
2009-06-01
fix warning for a variable that GCC thought might be uninitialized(which it c...
oharboe
1
-1
/
+1
2009-05-31
Final step in isolating target_type_s structure:
zwelch
1
-2
/
+1
2009-05-31
First step in hiding target_type_s from public interface:
zwelch
1
-0
/
+2
2009-05-31
Add target_examine_one wrapper:
zwelch
1
-1
/
+6
2009-05-31
Add target breakpoint and watchpoint wrapper:
zwelch
1
-0
/
+21
2009-05-31
Add target_get_name wrapper:
zwelch
1
-4
/
+8
2009-05-31
Add target_step wrapper:
zwelch
1
-0
/
+6
2009-05-31
Add target_get_gdb_reg_list wrapper:
zwelch
1
-0
/
+6
2009-05-31
Add target_bulk_write_memory wrapper:
zwelch
1
-0
/
+6
2009-05-31
Add wrappers for target->type->examined:
zwelch
1
-20
/
+36
2009-05-31
Add target_run_algorithm wrapper:
zwelch
1
-0
/
+11
2009-05-31
Add target_write_memory wrapper:
zwelch
1
-11
/
+18
2009-05-31
Add target_read_memory wrapper:
zwelch
1
-12
/
+18
2009-05-31
Simplify the handle_md_command routine in target.c:
zwelch
1
-58
/
+61
2009-05-31
Make nvp_target_event static; remove its external declaration.
zwelch
1
-1
/
+1
2009-05-31
Make target_buffer_get_uXX interfaces work with constant buffers.
zwelch
1
-3
/
+3
2009-05-30
Eliminate duplicated code in the handle_mw_command memory write loop.
zwelch
1
-20
/
+4
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
1
-3
/
+5
2009-05-21
Author: Øyvind Harboe <oyvind.harboe@zylin.com>
kc8apf
1
-0
/
+8
2009-05-18
Consolidate target selection code into single get_target() that handles both ...
kc8apf
1
-23
/
+32
2009-05-17
fix array2mem/mem2array when used as a "method" on a target.
oharboe
1
-14
/
+14
2009-05-14
take #2: dump_image now works for addresses not divisible by 4
oharboe
1
-6
/
+0
2009-05-14
dump_image now works for addresses not divisible by 4
oharboe
1
-1
/
+1
2009-05-14
propagate error in dump_image. If an error occurs during dump_image, a tcl ex...
oharboe
1
-2
/
+2
2009-05-11
Audit and eliminate redundant #include directives in core target files.
zwelch
1
-18
/
+4
2009-05-11
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
1
-1
/
+0
2009-05-04
Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file
oharboe
1
-0
/
+2
2009-04-30
Add static keywords to core target source file data and functions.
zwelch
1
-50
/
+48
2009-04-27
SimonQian <simonqian@simonqian.com> AVR wip
oharboe
1
-0
/
+2
2009-04-22
Fix use of wrong format conversion for size_t (%zu instead of %u)
kc8apf
1
-1
/
+1
2009-04-21
Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)
oharboe
1
-8
/
+14
2009-04-21
Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)
oharboe
1
-1
/
+1
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-11
/
+13
2009-03-08
Commands: reg, profile, ocd_mem2array, ocd_array2mem, fast_load, etc only wor...
duane
1
-11
/
+15
2009-03-05
Nicolas Pitre <nico@cam.org> fix "halt 0" to only halt and not to poll/wait a...
oharboe
1
-0
/
+10
2009-03-03
test code for elf parsing.
oharboe
1
-44
/
+63
2009-02-23
tinkered a bit with performance for Cortex flash programming. Mainly make it ...
oharboe
1
-6
/
+15
2009-01-28
chain position is now required when creating a target
oharboe
1
-0
/
+9
2008-12-28
Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...
oharboe
1
-1
/
+1
2008-12-15
- add ability for openocd to communicate to gdb using pipes (stdin/stdout).
ntfreak
1
-5
/
+2
2008-12-15
fast_load profiling tool moved to target.c
oharboe
1
-1
/
+205
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-95
/
+48
2008-11-30
jtag newtap change & huge manual update
duane
1
-12
/
+16
[next]