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.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-05-22
Submitted by Dean Glazeski <dnglaze@gmail.com>:
zwelch
1
-30
/
+33
2009-05-11
Audit and eliminate redundant #include directives in arm target files.
zwelch
1
-4
/
+0
2009-05-10
David Brownell <david-b@pacbell.net> whitespace fixes.
oharboe
1
-16
/
+16
2009-04-29
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
1
-1
/
+0
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-1
/
+1
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-1
/
+0
2008-10-30
Hongtao Zheng single step fixes
oharboe
1
-2
/
+5
2008-10-28
Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...
oharboe
1
-5
/
+2
2008-10-27
Hongtao Zheng - add simulation because previous functions could not halt for ...
oharboe
1
-2
/
+5
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-1
/
+4
2008-08-14
feroceon updated w.r.t. latest arm7/9 changes
oharboe
1
-0
/
+2
2008-08-14
arm7/9 breakpoint cleanup. arm7_9 sw/hw commands retired. openocd.texi is ale...
oharboe
1
-2
/
+2
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-06-06
Nicolas Pitre: Feroceon fixes
oharboe
1
-0
/
+3
2008-05-27
- moved flash erase_check target code to target.c
ntfreak
1
-0
/
+1
2008-04-16
Update Embedded ICE registers explicitly during target->type->examine() instead
oharboe
1
-1
/
+1
2008-02-24
- fixed target->type->poll() return value
oharboe
1
-1
/
+1
2008-02-21
- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)
vpalatin
1
-0
/
+1
2007-10-22
- add verify_image command
ntfreak
1
-0
/
+1
2007-08-10
- renamed M5960 USB JTAG to "flyswatter"
drath
1
-0
/
+2
2007-05-29
- split fileio handling into fileio part and image handling
drath
1
-4
/
+3
2007-04-25
- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...
drath
1
-0
/
+1
[next]