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-18
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
39
-586
/
+586
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
58
-211
/
+211
2009-06-18
Transform 'u8' to 'uint8_t'
zwelch
35
-414
/
+414
2009-06-18
Transform 'u8' to 'uint8_t' in src/flash
zwelch
35
-349
/
+349
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
56
-664
/
+664
2009-06-18
David Brownell <david-b@pacbell.net>:
zwelch
3
-77
/
+77
2009-06-17
dummy driver now works under eCos
oharboe
5
-33
/
+29
2009-06-17
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+5
2009-06-17
David Brownell <david-b@pacbell.net>:
zwelch
1
-2
/
+2
2009-06-17
Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.
zwelch
2
-3
/
+3
2009-06-17
Set svn:eol-style native on ZY1000 minidriver header file.
zwelch
1
-210
/
+210
2009-06-17
Ensure range errors are reported only when errno indicates one occurred.
zwelch
1
-2
/
+2
2009-06-17
Change parse_type macros to be sed-friendly.
zwelch
2
-18
/
+18
2009-06-17
Add argument parsing errors in command.h, use in parse_type routines.
zwelch
2
-6
/
+11
2009-06-17
Move definition of parse_type helpers to command.c:
zwelch
2
-22
/
+41
2009-06-17
Convert core parse_type implementations to check for underflow errors.
zwelch
1
-8
/
+12
2009-06-17
Add improved support for parsing signed integers.
zwelch
2
-0
/
+12
2009-06-17
Update parse_type macro definitions to allow re-use with signed types.
zwelch
1
-3
/
+6
2009-06-17
Improve definitions of parse_ulong and parse_ullong:
zwelch
1
-14
/
+11
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+1
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
4
-10
/
+31
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
1
-12
/
+33
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+1
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
1
-13
/
+21
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
3
-7
/
+11
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
2
-6
/
+14
2009-06-16
David Brownell <david-b@pacbell.net>:
zwelch
3
-16
/
+17
2009-06-15
fix eCos build problems w/latest parse_ulong() stuff
oharboe
1
-3
/
+8
2009-06-13
David Brownell <david-b@pacbell.net>:
zwelch
3
-9
/
+9
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
David Brownell <david-b@pacbell.net>:
zwelch
3
-2
/
+26
2009-06-12
David Brownell <david-b@pacbell.net>:
zwelch
2
-6
/
+22
2009-06-12
unsik Kim <donari75@gmail.com>:
zwelch
2
-191
/
+240
2009-06-12
Further cleanup to MIPS target read/write memory function:
zwelch
1
-38
/
+13
[next]