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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-24
add jim_handler to command_registration
Zachary T Welch
1
-3
/
+4
2009-11-24
add public API for locating commands
Zachary T Welch
1
-0
/
+5
2009-11-24
add command registration chaining
Zachary T Welch
1
-2
/
+13
2009-11-24
add command usage, separate from help
Zachary T Welch
1
-0
/
+3
2009-11-24
add register_commands for batch registration
Zachary T Welch
1
-0
/
+19
2009-11-24
add struct command_registration
Zachary T Welch
1
-16
/
+35
2009-11-24
add COMMAND_REGISTER macro
Zachary T Welch
1
-0
/
+4
2009-11-20
improve 'help' command
Zachary T Welch
1
-0
/
+1
2009-11-20
refactor command registration
Zachary T Welch
1
-5
/
+46
2009-11-18
remove fast command and jim_global_long
Zachary T Welch
1
-4
/
+0
2009-11-18
change all bool parsers to accept any value
Zachary T Welch
1
-3
/
+2
2009-11-18
add handle_command_parse_bool command helper
Zachary T Welch
1
-6
/
+9
2009-11-18
add COMMAND_PARSE_BOOL macro and friends
Zachary T Welch
1
-0
/
+28
2009-11-18
pass startup_tcl to command_init
Zachary T Welch
1
-1
/
+4
2009-11-17
add CMD_NAME variable in command_invocation
Zachary T Welch
1
-1
/
+2
2009-11-17
add struct command_invocation for COMMAND_HANDLER
Zachary T Welch
1
-6
/
+15
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-1
/
+1
2009-11-17
add more command_handler conversion macros
Zachary T Welch
1
-1
/
+16
2009-11-16
use Jim_CmdProc in jim_register
Zachary T Welch
1
-1
/
+2
2009-11-13
command_t -> struct command
Zachary T Welch
1
-9
/
+9
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-19
/
+19
2009-11-13
command_handler_t: make cmd an indirect parameter
Zachary T Welch
1
-3
/
+3
2009-11-13
command_handler_t: make args parameter const
Zachary T Welch
1
-1
/
+1
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
1
-1
/
+1
2009-11-13
add CMD_NAME macro for command handlers
Zachary T Welch
1
-0
/
+6
2009-11-13
add command_handler_t type
Zachary T Welch
1
-4
/
+5
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
1
-3
/
+8
2009-11-11
add command_name helper
Zachary T Welch
1
-0
/
+10
2009-11-11
script_debug(): improve types
Zachary T Welch
1
-1
/
+2
2009-11-09
src/helper: wrap and clean headers.
Zachary T Welch
1
-15
/
+26
2009-11-05
Add macro for parsing numeric command arguments.
Zachary T Welch
1
-0
/
+21
2009-10-19
corrective fix for MinGW GNU C99 printf compliance
Redirect 'Slash' NIL
1
-3
/
+4
2009-10-17
More MinGW C99 printf compliance
Redirect 'Slash' NIL
1
-3
/
+11
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
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
-0
/
+3
2009-06-17
Move definition of parse_type helpers to command.c:
zwelch
1
-22
/
+12
2009-06-17
Add improved support for parsing signed integers.
zwelch
1
-0
/
+10
2009-06-17
Update parse_type macro definitions to allow re-use with signed types.
zwelch
1
-3
/
+6
2009-06-12
David Brownell <david-b@pacbell.net>:
zwelch
1
-0
/
+2
2009-06-12
Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].
zwelch
1
-0
/
+16
2009-06-11
David Brownell <david-b@pacbell.net>:
zwelch
1
-3
/
+3
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
1
-3
/
+7
2009-05-15
Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...
oharboe
1
-1
/
+0
2009-05-15
revert to 1775. 1790 causes SEGFAULT w/Cygwin.
oharboe
1
-0
/
+1
2009-05-14
Remove JIM_EMBEDDED symbol; not appropriate or necessary.
zwelch
1
-1
/
+0
2009-05-13
Include types.h in command.h to make stdint.h available through it.
zwelch
1
-0
/
+2
2009-05-11
Audit and eliminate redundant helper #include directives.
zwelch
1
-10
/
+9
[prev]
[next]