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
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
18
-67
/
+67
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
33
-58
/
+58
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
5
-11
/
+11
2009-11-13
remove accidental artifact
Zachary T Welch
1
-0
/
+0
2009-11-13
command_handler_t: make argc unsigned
Zachary T Welch
1
-3
/
+3
2009-11-13
add CMD_NAME macro for command handlers
Zachary T Welch
7
-16
/
+16
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
3
-9
/
+10
2009-11-13
s3c24xx: use COMMAND_HANDLER with command helper
Zachary T Welch
1
-0
/
+0
2009-11-13
arm_adi,armv7[am]: use COMMAND_HELPER for helpers
Zachary T Welch
4
-23
/
+18
2009-11-13
use COMMAND_HELPER for command helper functions
Zachary T Welch
3
-12
/
+9
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
20
-158
/
+93
2009-11-13
Cortex-A8: fix indent
David Brownell
1
-28
/
+28
2009-11-12
ETM: start support for ETMv2+
David Brownell
2
-23
/
+129
2009-11-11
ETM: remove old mid-level ETM handle
David Brownell
7
-11
/
+8
2009-11-11
ETM: use new toplevel ETM handle
David Brownell
1
-58
/
+50
2009-11-11
ETM: update port drivers
David Brownell
3
-42
/
+41
2009-11-11
ETM: update arm[79]tdmi_examine()
David Brownell
2
-8
/
+10
2009-11-11
ARM: start generalized base type
David Brownell
2
-19
/
+34
2009-11-11
remove more useless declarations
Zachary T Welch
1
-13
/
+12
2009-11-11
cortex_a8: remove declarations, use static keyword
Zachary T Welch
2
-112
/
+82
2009-11-11
add const keyword to some APIs
Zachary T Welch
5
-7
/
+9
2009-11-11
change argv to args in command handlers
Zachary T Welch
1
-5
/
+5
2009-11-11
makefiles: improve build order
Zachary T Welch
1
-51
/
+76
2009-11-11
ETM cleanup
David Brownell
4
-131
/
+120
2009-11-10
fix bug in ARM720: bugfix
Zachary T Welch
1
-1
/
+1
2009-11-10
ARM720: bugfix
David Brownell
1
-1
/
+2
2009-11-10
target: MMU-aware init for memory read/write
David Brownell
1
-23
/
+42
2009-11-10
arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain
Michael Bruck
3
-0
/
+142
2009-11-10
ARM11: remove old mrc/mcr commands
Øyvind Harboe
1
-102
/
+0
2009-11-10
Target: minor cleanup
David Brownell
2
-13
/
+21
2009-11-10
ARM920: implement basic MMU ops
David Brownell
1
-0
/
+22
2009-11-10
ARM720: implement basic MMU ops
David Brownell
1
-0
/
+22
2009-11-10
Target: fix bad error messages
David Brownell
1
-7
/
+10
2009-11-09
svf,xsvf,arm7_9_common: trim forard declarations
Zachary T Welch
1
-35
/
+38
2009-11-09
target.c: remove useless declarations
Zachary T Welch
1
-103
/
+127
2009-11-09
Revert "target: add target->type->has_mmu fn"
David Brownell
3
-48
/
+5
2009-11-09
finish removing deprecated/obsolete commands
David Brownell
3
-6
/
+4
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
26
-190
/
+296
2009-11-09
target.h: remove extern keyword and wrap
Zachary T Welch
1
-53
/
+72
2009-11-09
EmbeddedICE: minor cleanups
David Brownell
1
-52
/
+101
2009-11-09
Overhaul time support API
Zachary T Welch
1
-53
/
+30
2009-11-08
Add private header for ARM11 internals.
Zachary T Welch
4
-50
/
+74
2009-11-08
ARM11: remove exports and forward decls
Zachary T Welch
2
-164
/
+138
2009-11-08
ARM: minor simulator cleanup
David Brownell
1
-25
/
+49
2009-11-08
Cortex-M3: fix (debug) message priority
David Brownell
1
-1
/
+1
2009-11-06
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...
David Brownell
1
-0
/
+1
2009-11-06
target: don't swap MMU/no-MMU work areas
David Brownell
1
-16
/
+17
2009-11-06
Fix arm11 vcr command parsing.
Zachary T Welch
1
-0
/
+1
2009-11-05
ARM: shrink offsets
David Brownell
6
-8
/
+8
2009-11-05
ARM: other code uses the new inheritance/nesting scheme
David Brownell
6
-104
/
+78
[next]