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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-21
C99 printf() -Werror fixes
duane
1
-7
/
+7
2009-06-21
C99 printf() -Werror fixes
duane
1
-6
/
+10
2009-06-21
C99 printf() -Werror fixes
duane
1
-65
/
+65
2009-06-21
C99 printf() -Werror fixes
duane
1
-21
/
+21
2009-06-21
C99 printf() -Werror fixes
duane
1
-1
/
+1
2009-06-21
C99 printf() -Werror fixes
duane
1
-2
/
+2
2009-06-21
C99 printf() -Werror fixes
duane
1
-5
/
+5
2009-06-21
C99 printf() -Werror fixes
duane
1
-17
/
+17
2009-06-21
C99 printf() -Werror fixes
duane
1
-1
/
+1
2009-06-21
C99 printf() -Werror fixes
duane
1
-20
/
+20
2009-06-21
C99 printf() -Werror fixes
duane
1
-7
/
+7
2009-06-21
C99 printf() -Werror fixes
duane
1
-31
/
+36
2009-06-19
Paulius Zaleckas <paulius.zaleckas@gmail.com>:
zwelch
6
-6
/
+457
2009-06-19
fix jtag_add_callback() args. The first argument is nothing special, it's jus...
oharboe
11
-21
/
+27
2009-06-18
Cast 64-bit trace hit_counter to long long; fixes format warning.
zwelch
1
-1
/
+1
2009-06-18
Transform 'u64' to 'uint64_t'
zwelch
1
-1
/
+1
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
39
-635
/
+635
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
32
-581
/
+581
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
26
-82
/
+82
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
56
-664
/
+664
2009-06-17
David Brownell <david-b@pacbell.net>:
zwelch
1
-2
/
+2
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+17
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
1
-13
/
+21
2009-06-13
Factor load_image argument parsing to parse_load_image_command_args:
zwelch
1
-69
/
+44
2009-06-13
Improve handle_profile_command argument parsing:
zwelch
1
-7
/
+6
2009-06-13
Improve handle_virt2phys_command argument parsing:
zwelch
1
-3
/
+6
2009-06-13
Cleanup and improve handle_wp_command and handle_rwp_command:
zwelch
1
-40
/
+57
2009-06-13
Improve and simplify handle_bp_command and handle_rbp_command:
zwelch
1
-5
/
+18
2009-06-13
Improve handle_verify_image_command_internal command argument handling:
zwelch
1
-1
/
+5
2009-06-13
Improve handle_dump_image_command argument parsing:
zwelch
1
-5
/
+10
2009-06-13
Improve handle_load_image_command argument parsing:
zwelch
1
-3
/
+13
2009-06-13
Improve handle_mw_command argument handling:
zwelch
1
-13
/
+21
2009-06-13
Improve handle_md_command argument handling:
zwelch
1
-3
/
+10
2009-06-13
Use parse_u32 in handle_resume_command and handle_step_command.
zwelch
1
-2
/
+10
2009-06-13
Cleanup and improve handle_halt_command:
zwelch
1
-11
/
+8
2009-06-13
Cleanup and fi handle_wait_halt_command:
zwelch
1
-8
/
+10
2009-06-13
Use parse_uint in handle_reg_command to ensure reg number parses properly.
zwelch
1
-3
/
+6
2009-06-13
Use parse_uint in get_target to ensure target id is parsed properly.
zwelch
1
-5
/
+3
2009-06-12
Further cleanup to MIPS target read/write memory function:
zwelch
1
-38
/
+13
2009-06-12
David Claffey <dnclaffey@gmail.com>:
zwelch
2
-10
/
+61
2009-06-11
- fix bug introduced during r1962
ntfreak
1
-1
/
+1
2009-06-11
fix ordering of arguments to fwrite()
oharboe
1
-1
/
+1
2009-06-11
Factor handle_bp_command into pieces:
zwelch
1
-37
/
+49
2009-06-11
Factor target_timer_callbacks_check_time into pieces:
zwelch
1
-30
/
+40
2009-06-11
Simplify and clean handle_virt2phys_command:
zwelch
1
-18
/
+15
2009-06-11
Simplify and fix target handle_rwp_command routine:
zwelch
1
-3
/
+4
2009-06-11
Simplify and fix handle_reset_command:
zwelch
1
-3
/
+5
2009-06-11
Simplify handle_resume_command:
zwelch
1
-12
/
+11
2009-06-11
Simplify and fix handle_step_command:
zwelch
1
-6
/
+9
2009-06-11
disable polling continuous polling during reset
oharboe
1
-0
/
+9
[next]