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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-27
/
+27
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-4
/
+4
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-14
/
+14
2009-06-03
Improve in-source documentation that was causing Doxygen warnings.
zwelch
1
-3
/
+3
2009-05-31
Final step in isolating target_type_s structure:
zwelch
1
-157
/
+1
2009-05-31
First step in hiding target_type_s from public interface:
zwelch
1
-2
/
+7
2009-05-31
Add target_examine_one wrapper:
zwelch
1
-0
/
+6
2009-05-31
Add target breakpoint and watchpoint wrapper:
zwelch
1
-0
/
+30
2009-05-31
Add target_get_name wrapper:
zwelch
1
-0
/
+11
2009-05-31
Add target_step wrapper:
zwelch
1
-0
/
+7
2009-05-31
Add target_get_gdb_reg_list wrapper:
zwelch
1
-1
/
+11
2009-05-31
Add target_bulk_write_memory wrapper:
zwelch
1
-1
/
+15
2009-05-31
Add wrappers for target->type->examined:
zwelch
1
-0
/
+13
2009-05-31
Add target_run_algorithm wrapper:
zwelch
1
-0
/
+15
2009-05-31
Add target_write_memory wrapper:
zwelch
1
-0
/
+12
2009-05-31
Add target_read_memory wrapper:
zwelch
1
-0
/
+13
2009-05-31
Make nvp_target_event static; remove its external declaration.
zwelch
1
-2
/
+0
2009-05-31
Make target_buffer_get_uXX interfaces work with constant buffers.
zwelch
1
-3
/
+3
2009-05-18
Consolidate target selection code into single get_target() that handles both ...
kc8apf
1
-1
/
+1
2009-05-12
Audit and remove redundant uses of replacements.h in the tree.
zwelch
1
-2
/
+0
2009-05-11
Audit and eliminate redundant #include directives in core target files.
zwelch
1
-6
/
+3
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-33
/
+30
2008-11-30
jtag newtap change & huge manual update
duane
1
-1
/
+1
2008-11-05
fix telnet async messages. retired telnet_async command - no user serviceable...
oharboe
1
-32
/
+38
2008-10-14
- remove build warnings
ntfreak
1
-0
/
+1
2008-10-13
Retired old reset code according to plan.
oharboe
1
-1
/
+0
2008-10-13
Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...
oharboe
1
-2
/
+2
2008-09-24
fix noise in gdb console when single stepping. Remove printing of log before ...
oharboe
1
-0
/
+4
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-9
/
+4
2008-09-01
Removed target->reset_mode, no longer used
oharboe
1
-1
/
+0
2008-09-01
Duane Ellis: "target as an [tcl] object" feature.
oharboe
1
-7
/
+32
2008-08-24
duan ellis target tcl work in progress
oharboe
1
-14
/
+82
2008-08-13
comments.
oharboe
1
-3
/
+18
2008-08-06
- fix target_examine declaration
ntfreak
1
-1
/
+1
2008-08-05
Duane Ellis: fix warnings
oharboe
1
-2
/
+2
2008-08-05
moves handling of problems with resetting into the halted state
oharboe
1
-2
/
+2
2008-07-28
retired reset run_and_init/halt
oharboe
1
-3
/
+0
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-07-24
wait 500ms for target to halt upon connect.
oharboe
1
-0
/
+1
2008-07-21
- jtag_khz/speed are now single parameter only. These are used
oharboe
1
-2
/
+2
2008-07-08
- fix pre_resume script not being called
ntfreak
1
-4
/
+1
2008-07-06
src/helper/configuration.h
oharboe
1
-5
/
+3
2008-06-25
added pre/post_reset scripts based on Pieter Conradie's ideas.
oharboe
1
-0
/
+1
2008-05-27
- moved flash erase_check target code to target.c
ntfreak
1
-0
/
+2
2008-04-23
Pavel Chromy's on chip flash loader
oharboe
1
-0
/
+1
2008-04-15
Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...
oharboe
1
-0
/
+4
2008-04-11
Reset wip. Just adding hooks. This is just to reduce the size of the actual c...
oharboe
1
-0
/
+3
2008-04-11
added target->type->examine(). Eventually this will allow for bringing up tel...
oharboe
1
-1
/
+15
2008-04-09
- added "init" command. "init" and "reset" at end of startup script is equiva...
oharboe
1
-8
/
+5
2008-04-03
- Work on fixing erase check. Many implementations are plain broken.
oharboe
1
-2
/
+24
[next]