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
path:
root
/
src
/
target
/
arm7_9_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-13
embeddedice_reg_t -> struct embeddedice_reg
Zachary T Welch
1
-1
/
+1
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
1
-5
/
+5
2009-11-13
armv4_5_core_reg_t -> struct armv4_5_core_reg
Zachary T Welch
1
-5
/
+5
2009-11-13
armv4_5_algorithm_t -> struct armv4_5_algorithm
Zachary T Welch
1
-3
/
+3
2009-11-13
arm_jtag_t -> struct arm_jtag
Zachary T Welch
1
-5
/
+5
2009-11-13
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
1
-44
/
+44
2009-11-13
reg_param_t -> struct reg_param
Zachary T Welch
1
-4
/
+4
2009-11-13
mem_param_t -> struct mem_param
Zachary T Welch
1
-1
/
+1
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-6
/
+6
2009-11-11
ETM cleanup
David Brownell
1
-29
/
+4
2009-11-09
svf,xsvf,arm7_9_common: trim forard declarations
Zachary T Welch
1
-35
/
+38
2009-11-09
finish removing deprecated/obsolete commands
David Brownell
1
-1
/
+0
2009-11-05
ARM: other code uses the new inheritance/nesting scheme
David Brownell
1
-77
/
+52
2009-11-05
Improve arm7_9_common command argument parsing.
Zachary T Welch
1
-8
/
+8
2009-11-05
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
1
-3
/
+0
2009-11-03
target: 20 second timeout/megabyte for CRC check
Øyvind Harboe
1
-1
/
+4
2009-10-07
Updates for "reset_config":
dbrownell
1
-4
/
+11
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
1
-3
/
+3
2009-09-17
srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...
oharboe
1
-1
/
+12
2009-09-12
David Brownell <david-b@pacbell.net>
oharboe
1
-11
/
+24
2009-09-04
more debug output for breakpoints
oharboe
1
-2
/
+10
2009-08-28
restore ICE watchpoint registers when the *last* software breakpoint is removed
oharboe
1
-3
/
+22
2009-08-26
Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si...
oharboe
1
-2
/
+2
2009-08-07
Ferdinand Postema [ferdinand@postema.eu]
ntfreak
1
-0
/
+3
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-07-06
simplify debug_reason check
oharboe
1
-11
/
+3
2009-06-29
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+2
2009-06-28
Refactor code, create target_state_name()
duane
1
-3
/
+3
2009-06-27
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...
duane
1
-1
/
+19
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-2
/
+2
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-5
/
+5
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-8
/
+8
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-11
/
+11
2009-06-23
- Fixes '+' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '=' whitespace
zwelch
1
-30
/
+30
2009-06-23
- Fixes '==' whitespace
zwelch
1
-17
/
+17
2009-06-23
- Fixes '<=' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '>=' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '&&' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '[+]=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-10
/
+10
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-19
/
+19
2009-06-21
C99 printf() -Werror fixes
duane
1
-20
/
+20
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
1
-74
/
+74
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-2
/
+2
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-11
/
+11
2009-06-09
Encapsulate jtag_reset_config using accessors:
zwelch
1
-0
/
+3
2009-06-04
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
1
-4
/
+4
2009-06-04
no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...
oharboe
1
-1
/
+1
[next]