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
/
command.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-13
command_handler_t: make cmd an indirect parameter
Zachary T Welch
1
-7
/
+9
2009-11-13
command_handler_t: make args parameter const
Zachary T Welch
1
-4
/
+6
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-3
/
+2
2009-11-13
add command_handler_t type
Zachary T Welch
1
-3
/
+1
2009-11-13
add command_output_handler_t
Zachary T Welch
1
-1
/
+2
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
1
-32
/
+39
2009-11-11
script_debug(): improve types
Zachary T Welch
1
-4
/
+4
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
1
-2
/
+2
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
User's Guide: bugfix global state info
David Brownell
1
-8
/
+13
2009-08-30
David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...
oharboe
1
-2
/
+0
2009-08-24
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
1
-0
/
+4
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-07-06
try to use tabs instead of spaces
oharboe
1
-3
/
+3
2009-07-06
human readable error message upon invalid arguments
oharboe
1
-1
/
+13
2009-06-23
Remove whitespace at end of lines, step 2.
zwelch
1
-1
/
+1
2009-06-23
- Replace '){' with ') {'.
zwelch
1
-1
/
+1
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-11
/
+11
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-8
/
+8
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '+' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '=' whitespace
zwelch
1
-20
/
+20
2009-06-23
- Fixes '==' whitespace
zwelch
1
-8
/
+8
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-6
/
+6
2009-06-23
- Replace 'while(' with 'while ('.
zwelch
1
-4
/
+4
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-1
/
+1
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
1
-9
/
+9
2009-06-17
Add argument parsing errors in command.h, use in parse_type routines.
zwelch
1
-6
/
+8
2009-06-17
Move definition of parse_type helpers to command.c:
zwelch
1
-0
/
+29
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
1
-0
/
+2
2009-06-17
Improve definitions of parse_ulong and parse_ullong:
zwelch
1
-14
/
+11
2009-06-12
David Brownell <david-b@pacbell.net>:
zwelch
1
-2
/
+18
2009-06-12
Simplify handle_sleep_command:
zwelch
1
-20
/
+18
2009-06-12
Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].
zwelch
1
-0
/
+15
2009-06-11
David Brownell <david-b@pacbell.net>:
zwelch
1
-3
/
+3
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+1
2009-05-18
Remove unecessary(and poptentially harmful?) "" around arguments
oharboe
1
-1
/
+1
2009-05-15
Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...
oharboe
1
-3
/
+8
2009-05-11
Audit and eliminate redundant helper #include directives.
zwelch
1
-9
/
+1
2009-05-05
remove extra newline before prompt
oharboe
1
-12
/
+15
2009-05-04
Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...
oharboe
1
-1
/
+1
2009-03-07
Added HostOS variable
duane
1
-0
/
+23
[next]