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-11-22
ARM11: remove disabled register hooks
David Brownell
2
-93
/
+3
2009-11-21
jtag: remove useless forward declarations
Zachary T Welch
5
-140
/
+76
2009-11-21
allow jtag interfaces to lack commands
Zachary T Welch
1
-2
/
+5
2009-11-21
show script search dirs in debug log
Andreas Fritiofson
1
-0
/
+2
2009-11-20
ARM: pass 'struct reg *' to register r/w routines
David Brownell
8
-73
/
+83
2009-11-20
ARM7/ARM9: remove old "debug commands"
David Brownell
1
-130
/
+0
2009-11-20
maintain command lists in sorted order
Zachary T Welch
1
-7
/
+17
2009-11-20
add add_help_text command handler
Zachary T Welch
2
-44
/
+67
2009-11-20
provide command context during cmd_init
Zachary T Welch
1
-0
/
+2
2009-11-20
improve 'help' command
Zachary T Welch
3
-20
/
+55
2009-11-20
factor help script command into parts
Zachary T Welch
1
-28
/
+34
2009-11-20
refactor command registration
Zachary T Welch
3
-83
/
+118
2009-11-20
change command_find helper interface
Zachary T Welch
1
-4
/
+3
2009-11-20
factor script_command argv allocation
Zachary T Welch
1
-27
/
+38
2009-11-20
fix flash/nand name parsing
Zachary T Welch
1
-1
/
+3
2009-11-19
Cortex-A8: better context restore
David Brownell
1
-13
/
+67
2009-11-19
Cortex-A8: mode support
David Brownell
1
-30
/
+116
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
14
-77
/
+47
2009-11-19
NAND verify doesn't advance.
Dean Glazeski
1
-1
/
+1
2009-11-19
add support for naming NAND banks
Zachary T Welch
2
-3
/
+11
2009-11-19
refactor handle_nand_device_command
Zachary T Welch
1
-62
/
+62
2009-11-19
add support for naming flash banks
Zachary T Welch
2
-2
/
+10
2009-11-19
refactor handle_flash_bank_command
Zachary T Welch
1
-17
/
+13
2009-11-19
rename flash and nand command helpers
Zachary T Welch
13
-44
/
+44
2009-11-19
allow flash/nand banks commands to accept names
Zachary T Welch
7
-4
/
+154
2009-11-19
ARM: remove per-register malloc
David Brownell
2
-1
/
+2
2009-11-19
ARM: streamline register init
David Brownell
1
-74
/
+88
2009-11-19
Cortex-A8: parts of examine() run just once
David Brownell
1
-4
/
+15
2009-11-19
nand_fileio_parse_args parses wrong param for size
Dean Glazeski
1
-1
/
+1
2009-11-19
ARMv7-A: use standard ARM core states
David Brownell
5
-31
/
+43
2009-11-19
ARMv7-A: use standard ARM core_mode symbols
David Brownell
2
-16
/
+3
2009-11-18
fix zy1000 command handler
Zachary T Welch
1
-13
/
+11
2009-11-18
remove fast command and jim_global_long
Zachary T Welch
3
-35
/
+2
2009-11-18
update src/hello.c with parsing examples
Zachary T Welch
1
-1
/
+54
2009-11-18
change all bool parsers to accept any value
Zachary T Welch
2
-6
/
+5
2009-11-18
add handle_command_parse_bool command helper
Zachary T Welch
3
-51
/
+69
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
6
-158
/
+41
2009-11-18
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
5
-50
/
+17
2009-11-18
add COMMAND_PARSE_BOOL macro and friends
Zachary T Welch
1
-0
/
+28
2009-11-18
ARM: rework "arm reg" output for new mode
David Brownell
1
-35
/
+113
2009-11-18
Cortex-A8: xPSR handling updates
David Brownell
1
-17
/
+20
2009-11-18
ARM: add a default full_context() method
David Brownell
2
-12
/
+27
2009-11-18
ARM: simplify ARMv7-A register handling
David Brownell
3
-188
/
+50
2009-11-18
ARM: setup "secure monitor mode" shadow regs
David Brownell
2
-21
/
+53
2009-11-18
ARM: add "core_type" field to "struct arm"
David Brownell
4
-5
/
+31
2009-11-18
fix segfault at startup
Zachary T Welch
1
-1
/
+1
2009-11-18
pass startup_tcl to command_init
Zachary T Welch
5
-5
/
+11
2009-11-18
split startup.tcl file across modules
Zachary T Welch
11
-232
/
+246
2009-11-18
move startup.c to libopenocd
Zachary T Welch
2
-10
/
+24
2009-11-18
fix regression in md/mw commands
Zachary T Welch
1
-4
/
+2
[next]