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
/
arm7_9_common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
target/arm926ejs: fix memory leaks
Antonio Borneo
1
-0
/
+1
2017-02-10
target: Add 64-bit target address support
Dongxue Zhang
1
-8
/
+8
2016-05-24
Make #include guard naming consistent
Marc Schink
1
-3
/
+3
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2013-10-15
arm7_9: Avoid infinite loops in bulk write dispatching
Andreas Fritiofson
1
-0
/
+9
2013-09-13
[RFC] target: Move bulk_write_memory to arm7_9
Andreas Fritiofson
1
-0
/
+9
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-08-29
arm7_9: Fix broken halfword/byte memory reads
Andreas Fritiofson
1
-0
/
+4
2012-03-13
target: remove unused declaration
Spencer Oliver
1
-1
/
+0
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-24
/
+44
2012-01-23
cleanup: rename armv4_5 to arm for readability
Spencer Oliver
1
-2
/
+2
2011-04-01
types: write memory now uses const
Øyvind Harboe
1
-2
/
+2
2010-07-19
debug: debug entry error propagation
Øyvind Harboe
1
-1
/
+1
2010-04-11
TARGET/ARM7_9_COMMON: review scope of symbols
Antonio Borneo
1
-3
/
+0
2010-03-17
arm7/9: remove unused post_restore_context
Øyvind Harboe
1
-3
/
+0
2010-01-13
arm7/9: add fn to check if dcc downloads have been enabled
Øyvind Harboe
1
-0
/
+1
2009-12-13
target files shouldn't #include <target/...h>
David Brownell
1
-2
/
+2
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
1
-1
/
+1
2009-12-03
change #include "armv4_5.h" to <target/armv4_5.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "arm_jtag.h" to <target/arm_jtag.h>
Zachary T Welch
1
-1
/
+1
2009-11-24
remove target_type register_command callback
Zachary T Welch
1
-1
/
+1
2009-11-20
ARM: pass 'struct reg *' to register r/w routines
David Brownell
1
-1
/
+0
2009-11-16
target: less implicit inclusion of "etm.h"
David Brownell
1
-0
/
+1
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-1
/
+0
2009-11-15
ARM: memory utils aren't ARM7/ARM9 dependent
David Brownell
1
-2
/
+0
2009-11-13
ARM7/ARM9: use shared examine() method
David Brownell
1
-0
/
+1
2009-11-13
ARM7/9: rm arm7_9_get_arch_pointers()
David Brownell
1
-1
/
+5
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-1
/
+1
2009-11-13
target_t -> struct target
Zachary T Welch
1
-54
/
+54
2009-11-13
armv4_5_common_t -> struct arm
Zachary T Welch
1
-1
/
+1
2009-11-13
breakpoint_t -> struct breakpoint
Zachary T Welch
1
-2
/
+2
2009-11-13
working_area_t -> struct working_area
Zachary T Welch
1
-1
/
+1
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-1
/
+1
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
1
-2
/
+2
2009-11-13
arm_jtag_t -> struct arm_jtag
Zachary T Welch
1
-1
/
+1
2009-11-13
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
1
-6
/
+6
2009-11-13
reg_param_t -> struct reg_param
Zachary T Welch
1
-1
/
+1
2009-11-13
mem_param_t -> struct mem_param
Zachary T Welch
1
-1
/
+1
2009-11-11
ETM: remove old mid-level ETM handle
David Brownell
1
-4
/
+2
2009-11-09
finish removing deprecated/obsolete commands
David Brownell
1
-1
/
+0
2009-11-05
ARM: shrink offsets
David Brownell
1
-1
/
+1
2009-11-05
ARM: other code uses the new inheritance/nesting scheme
David Brownell
1
-1
/
+0
2009-11-05
target: provide container_of()
David Brownell
1
-0
/
+7
2009-11-05
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
1
-1
/
+0
2009-09-12
David Brownell <david-b@pacbell.net>
oharboe
1
-11
/
+12
2009-08-28
restore ICE watchpoint registers when the *last* software breakpoint is removed
oharboe
1
-0
/
+1
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-18
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
1
-22
/
+22
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-1
/
+1
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-5
/
+5
[next]