index
:
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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-30
jtag: avoid using interp global variable
Zachary T Welch
2
-6
/
+13
2009-11-30
fix foo command group help messages
Zachary T Welch
1
-3
/
+6
2009-11-30
make syntax errors respond with 'usage'
Zachary T Welch
2
-4
/
+4
2009-11-30
move improperly located documentation
Zachary T Welch
1
-15
/
+17
2009-11-30
improve command_done() API and docs
Zachary T Welch
2
-6
/
+19
2009-11-30
only display usable commands in help
Zachary T Welch
1
-0
/
+3
2009-11-30
allow deferal of init
Zachary T Welch
1
-4
/
+23
2009-11-30
move server_init() to openocd_main()
Zachary T Welch
2
-19
/
+28
2009-11-30
improve gdb_init() sequence
Zachary T Welch
3
-35
/
+49
2009-11-30
zy1000: keep up with changes to command structure
Øyvind Harboe
1
-0
/
+1
2009-11-29
XScale: clean up full_context() (#2)
David Brownell
1
-39
/
+30
2009-11-29
XScale: clean up full_context() (#1)
David Brownell
1
-17
/
+32
2009-11-29
XScale: debug entry uses new register mapping
David Brownell
1
-9
/
+10
2009-11-29
create target/pxa3xx.cfg
Marek Vasut
1
-0
/
+86
2009-11-29
XScale: initial PXA3xx support
Marek Vasut
3
-11
/
+40
2009-11-29
ARM11: fix warning on cygwin
David Brownell
1
-9
/
+22
2009-11-28
bugfix: 'init' changes state, not main()
David Brownell
1
-1
/
+2
2009-11-28
fix s3c24xx device command helper
lementec fabien
1
-1
/
+4
2009-11-28
Cortex-M3: don't chain "struct arm" commands
David Brownell
1
-3
/
+0
2009-11-28
add 'nonce' nand driver
Zachary T Welch
3
-0
/
+83
2009-11-28
add more stub handlers to testee target
Zachary T Welch
1
-2
/
+22
2009-11-28
explode tcl_target_func into many handlers
Zachary T Welch
1
-387
/
+521
2009-11-28
split jim_target into multiple handlers
Zachary T Welch
1
-109
/
+137
2009-11-28
split jim_newtap_cmd into pieces
Zachary T Welch
1
-70
/
+94
2009-11-28
improve jtag_tap_configure
Zachary T Welch
1
-77
/
+88
2009-11-28
improve jtag_tap_handle_event indentation
Zachary T Welch
1
-23
/
+30
2009-11-28
begin moving JTAG jim handlers/helpers
Zachary T Welch
1
-227
/
+236
2009-11-28
split jim_jtag_command into multiple handlers
Zachary T Welch
1
-180
/
+212
2009-11-28
remove redundant 'rm' command handler
Zachary T Welch
1
-27
/
+0
2009-11-28
add error checking in command_new
Zachary T Welch
1
-20
/
+30
2009-11-28
include mode information in help text.
Zachary T Welch
1
-3
/
+27
2009-11-28
refactor command mode detection
Zachary T Welch
1
-2
/
+7
2009-11-28
add command private data setter/accessor
Zachary T Welch
2
-0
/
+31
2009-11-28
add 'command mode' introspective handler
Zachary T Welch
1
-0
/
+39
2009-11-28
remove unknown handler
Zachary T Welch
2
-36
/
+38
2009-11-28
improve command handler wrapper script
Zachary T Welch
2
-3
/
+26
2009-11-28
add 'command type' introspective handler
Zachary T Welch
1
-0
/
+43
2009-11-28
ARM11: fix warning on amd64
David Brownell
1
-1
/
+4
2009-11-28
ARM11: fix dbgtap JTAG_DEBUG
David Brownell
1
-2
/
+2
2009-11-28
target: uplevel add_{break,watch}point() error checks
David Brownell
6
-38
/
+23
2009-11-28
target: remove unused TARGET_EVENT_OLD_* symbols
David Brownell
1
-2
/
+0
2009-11-27
NEWS: mention new reset-assert event
David Brownell
1
-0
/
+3
2009-11-27
omap3530.cfg: use new "reset-assert" event
David Brownell
1
-2
/
+2
2009-11-27
Cortex-A8: support "reset-assert" event
David Brownell
1
-5
/
+28
2009-11-27
target: groundwork for "reset-assert" event
David Brownell
3
-7
/
+64
2009-11-27
ARM11: write_memory() avoids increment check
David Brownell
1
-9
/
+19
2009-11-27
fix regression causing duplicated output
Zachary T Welch
1
-13
/
+28
2009-11-27
zy1000: keep up with new command registration stuff
Øyvind Harboe
1
-42
/
+46
2009-11-27
update minidummy interface driver command handling
Zachary T Welch
1
-1
/
+1
2009-11-27
fix 'nand info' command
Zachary T Welch
1
-5
/
+5
[next]