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
/
helper
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
3
-6
/
+13
2009-11-16
move container_of to types.h
Zachary T Welch
1
-0
/
+15
2009-11-16
Add FILEIO_NONE access mode.
Zachary T Welch
1
-0
/
+1
2009-11-16
binarybuffer: add API documentation
Zachary T Welch
1
-3
/
+41
2009-11-16
improve inline binarybuffer helpers
Zachary T Welch
1
-7
/
+8
2009-11-16
improve buf_set_buf helper
Zachary T Welch
2
-5
/
+8
2009-11-16
improve buf_set_ones
Zachary T Welch
2
-10
/
+11
2009-11-16
improve buf_cpy helper
Zachary T Welch
2
-9
/
+11
2009-11-16
improve buf_cmp and buf_cmp_mask helpers
Zachary T Welch
2
-39
/
+40
2009-11-16
improve str_to_buf and buf_to_str helpers
Zachary T Welch
2
-65
/
+67
2009-11-16
binarybuffer: move variables to point of first use
Zachary T Welch
2
-28
/
+9
2009-11-16
binarybuffer: fix whitespace related issues
Zachary T Welch
2
-23
/
+18
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
2
-2
/
+0
2009-11-14
remove unused buf_to_u32_handler
Zachary T Welch
2
-12
/
+0
2009-11-14
struct scan_field_s -> struct scan_field
Zachary T Welch
2
-3
/
+3
2009-11-13
command_t -> struct command
Zachary T Welch
2
-26
/
+26
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
8
-52
/
+52
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-2
/
+0
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
2
-24
/
+23
2009-11-13
log_callback_t -> struct log_callback
Zachary T Welch
2
-9
/
+8
2009-11-13
command_handler_t: make cmd an indirect parameter
Zachary T Welch
2
-10
/
+12
2009-11-13
command_handler_t: make args parameter const
Zachary T Welch
2
-5
/
+7
2009-11-13
command_handler_t: make cmd parameter const
Zachary T Welch
1
-1
/
+1
2009-11-13
command_handler_t: make argc unsigned
Zachary T Welch
2
-2
/
+2
2009-11-13
add CMD_NAME macro for command handlers
Zachary T Welch
1
-0
/
+6
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
3
-18
/
+11
2009-11-13
add command_handler_t type
Zachary T Welch
2
-7
/
+6
2009-11-13
add COMMAND_HANDLER and COMMAND_HELPER macros
Zachary T Welch
1
-0
/
+42
2009-11-13
add command_output_handler_t
Zachary T Welch
2
-4
/
+10
2009-11-11
improve command registration
Zachary T Welch
1
-31
/
+43
2009-11-11
add help regardless of callback
Zachary T Welch
1
-2
/
+2
2009-11-11
eliminate duplicate helptext management
Zachary T Welch
1
-31
/
+30
2009-11-11
add command_name helper
Zachary T Welch
2
-32
/
+49
2009-11-11
wrap help command
Zachary T Welch
1
-9
/
+17
2009-11-11
script_debug(): improve types
Zachary T Welch
2
-5
/
+6
2009-11-11
command.c: make private routines static
Zachary T Welch
1
-2
/
+4
2009-11-11
log: improve log_callback_fn signature
Zachary T Welch
2
-3
/
+3
2009-11-11
time_support: improve use of types
Zachary T Welch
2
-26
/
+15
2009-11-10
tcl: HostOs now picks up eCos as well during compile time
Øyvind Harboe
1
-0
/
+2
2009-11-09
command.c: make commands static
Zachary T Welch
1
-50
/
+48
2009-11-09
src/helper: wrap and clean headers.
Zachary T Welch
6
-63
/
+95
2009-11-09
User's Guide: bugfix global state info
David Brownell
1
-8
/
+13
2009-11-09
Overhaul time support API
Zachary T Welch
2
-27
/
+35
2009-11-05
Improve debug_level command argument parsing.
Zachary T Welch
1
-3
/
+1
2009-11-05
Add macro for parsing numeric command arguments.
Zachary T Welch
1
-0
/
+21
2009-11-05
Add stringify macros in src/helper/types.h.
Zachary T Welch
1
-0
/
+4
2009-10-30
bin2char: for win32 set stdin/stdout to binary mode
Spencer Oliver
1
-0
/
+10
2009-10-21
eCos synthetic target updates.
Øyvind Harboe
1
-2
/
+11
2009-10-19
corrective fix for MinGW GNU C99 printf compliance
Redirect 'Slash' NIL
2
-6
/
+8
2009-10-19
Sync with official Jim Tcl repository.
oyvind
3
-4
/
+6
[prev]
[next]