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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-02
Clean up jtag command queue handling:
zwelch
1
-32
/
+17
2009-06-02
Encapsulate JTAG command interfaces for moving to jtag_interface.h.
zwelch
1
-0
/
+7
2009-06-02
Remove the useless invalidstruct from jtag.h.
zwelch
1
-4
/
+0
2009-06-02
Start clean-up of JTAG driver interface:
zwelch
1
-20
/
+28
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
1
-8
/
+39
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
1
-13
/
+11
2009-06-01
Encapsulate JTAG Cable API and interface structure, plan for new header file.
zwelch
19
-0
/
+26
2009-06-01
Encapsulate JTAG minidriver functions, plan for new header file.
zwelch
3
-19
/
+37
2009-06-01
Remove unused in_handler_t type definition from jtag.h
zwelch
1
-3
/
+0
2009-06-01
Scrub final vestiges of in_handler from mips target APIs.
zwelch
3
-6
/
+6
2009-06-01
added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...
oharboe
3
-94
/
+106
2009-06-01
fix warning for a variable that GCC thought might be uninitialized(which it c...
oharboe
1
-1
/
+1
2009-06-01
simon qian <simonqian.openocd@gmail.com> stop incestious communication with l...
oharboe
1
-51
/
+72
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
2
-203
/
+203
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
7
-578
/
+505
2009-05-31
Final step in isolating target_type_s structure:
zwelch
18
-173
/
+180
2009-05-31
Whitespace-only updates to automake input files:
zwelch
4
-32
/
+179
2009-05-31
First step in hiding target_type_s from public interface:
zwelch
16
-2
/
+23
2009-05-31
Add target_examine_one wrapper:
zwelch
3
-2
/
+13
2009-05-31
Add target breakpoint and watchpoint wrapper:
zwelch
3
-4
/
+55
2009-05-31
Add target_get_name wrapper:
zwelch
5
-8
/
+26
2009-05-31
Add target_step wrapper:
zwelch
3
-1
/
+15
2009-05-31
Add target_get_gdb_reg_list wrapper:
zwelch
3
-5
/
+21
2009-05-31
Add target_bulk_write_memory wrapper:
zwelch
3
-3
/
+22
2009-05-31
Add wrappers for target->type->examined:
zwelch
10
-33
/
+62
2009-05-31
Add target_run_algorithm wrapper:
zwelch
14
-15
/
+41
2009-05-31
Add target_write_memory wrapper:
zwelch
16
-107
/
+126
2009-05-31
Add target_read_memory wrapper:
zwelch
11
-39
/
+58
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
2
-3
/
+1
2009-05-31
Make target_buffer_get_uXX interfaces work with constant buffers.
zwelch
2
-6
/
+6
2009-05-31
Peter Denison <openwrt@marshadder.org>:
zwelch
1
-1
/
+1
2009-05-30
Eliminate duplicated code in the handle_mw_command memory write loop.
zwelch
1
-20
/
+4
2009-05-30
Encapsulate the global "jtag" jtag_interface pointer:
zwelch
3
-6
/
+19
2009-05-30
Remove unused jlink_execute_end_state (unreferenced after r1949).
zwelch
1
-8
/
+0
2009-05-30
remove unused JTAG_END_STATE part 2
oharboe
2
-17
/
+0
2009-05-30
remove unused JTAG_END_STATE
oharboe
9
-62
/
+0
2009-05-30
Remove trailing whitespace from oocd_trace source file.
zwelch
1
-52
/
+52
2009-05-30
David Brownell <david-b@pacbell.net>:
zwelch
2
-3
/
+10
2009-05-30
David Brownell <david-b@pacbell.net>:
zwelch
1
-54
/
+88
2009-05-29
Remove error_handler_t type definition; it was unused in the tree.
zwelch
1
-2
/
+0
2009-05-29
Add documentation to flash.h:
zwelch
1
-12
/
+245
2009-05-27
Fix potentialyl unaligned memory accesses in mflash driver.
zwelch
1
-2
/
+3
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
1
-0
/
+7
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
2
-1
/
+22
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-23
/
+66
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-11
/
+501
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-14
/
+0
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-27
/
+5
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
1
-13
/
+13
[next]