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
/
arm_dpm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-26
target: fix minor typos and duplicated words
Antonio Borneo
1
-2
/
+2
2020-06-06
target/cortex_a: fix memory leak of register cache
Antonio Borneo
1
-0
/
+1
2020-05-09
coding style: add parenthesis around the argument of sizeof
Antonio Borneo
1
-2
/
+2
2020-05-09
coding style: remove useless break after a goto or return
Antonio Borneo
1
-2
/
+0
2020-01-16
target/arm_dpm: add missing error returns
Tomas Vanek
1
-0
/
+6
2018-11-06
target/cortex_a: remove duplicate code to read target registers
Antonio Borneo
1
-5
/
+5
2018-11-06
target/arm_dpm: uniform names of exported functions
Antonio Borneo
1
-10
/
+10
2018-04-27
arm_dpm: flush both scratch registers (R0 and R1)
Philipp Tomsich
1
-5
/
+7
2018-03-10
Support for Arm VFP v3 registers read/write
Omair Javaid
1
-12
/
+103
2017-03-06
arm_dpm: fix dpm setup
Girts Folkmanis
1
-1
/
+1
2017-02-10
aarch64: unify armv7-a and armv8 debug entry decoding
Matthias Welwarsky
1
-10
/
+6
2017-02-10
aarch64: introduce dpm extension for ARMv8
Matthias Welwarsky
1
-249
/
+75
2017-02-10
aarch64: Add ARMv8 AARCH64 support files
David Ung
1
-9
/
+21
2017-02-10
arm_dpm: Add 64bit register handling.
David Ung
1
-86
/
+247
2017-02-10
arm_dpm: Add new state ARM_STATE_AARCH64
David Ung
1
-0
/
+4
2017-01-20
arm_dpm: avoid duplicating the register cache
Matthias Welwarsky
1
-4
/
+7
2016-08-09
Fix resume when core state has been modified
Matthias Welwarsky
1
-0
/
+25
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2015-03-09
armv7m: add FPU registers support
Paul Fertser
1
-1
/
+1
2014-09-22
target/arm_dpm: prevent endless loop in arm_dpm_full_context()
Paul Fertser
1
-6
/
+7
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-156
/
+155
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
1
-6
/
+6
2011-09-30
armv7a ,cortex a : add L1, L2 cache support, va to pa support
Michel Jaouen
1
-1
/
+1
2010-07-19
arm_dpm: error propagation fixes
Øyvind Harboe
1
-2
/
+26
2010-06-15
arm_dpm: -Wshadow warning fix
Øyvind Harboe
1
-3
/
+3
2010-03-25
change %x and %d to PRIx32 and PRId32 where needed for cygwin
Daniel Bäder
1
-1
/
+1
2010-02-21
ARM: keep a handle to the PC
David Brownell
1
-2
/
+2
2010-02-21
ARM DPM: support adding/removing HW breakpoints
David Brownell
1
-38
/
+113
2010-01-28
ARM: reference DPM defn from v6/v7 arch spec
David Brownell
1
-0
/
+6
2010-01-15
ARM DPM: disable some nyet-ready breakpoint code
David Brownell
1
-6
/
+14
2009-12-11
ARM DPM: support updating HW breakpoints
David Brownell
1
-41
/
+66
2009-12-07
ARM: use <target/arm.h> not armv4_5.h
David Brownell
1
-1
/
+1
2009-12-07
ARM: move opcode macros to <target/arm_opcodes.h>
David Brownell
1
-0
/
+1
2009-12-07
ARM DPM: don't write low bits of watchpoint value
David Brownell
1
-1
/
+1
2009-12-04
ARM: rename armv4_5_build_reg_cache() as arm_*()
David Brownell
1
-1
/
+1
2009-12-04
ARM: rename armv4_5_mode_* AS arm_mode_*
David Brownell
1
-9
/
+9
2009-12-04
ARM: rename ARMV4_5_MODE_* as ARM_MODE_*
David Brownell
1
-25
/
+25
2009-12-04
ARM: rename ARMV4_5_STATE_* as ARM_STATE_*
David Brownell
1
-6
/
+6
2009-12-04
target: cygwin build fixes
David Brownell
1
-2
/
+6
2009-12-03
doxygen: remove some warnings
David Brownell
1
-0
/
+1
2009-12-03
ARM DPM: share debug reason logic
David Brownell
1
-0
/
+36
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
ARM DPM: tweak initialization
David Brownell
1
-13
/
+12
2009-12-02
ARMv7a/Cortex-A8: report watchpoint trigger insn
David Brownell
1
-0
/
+17
2009-12-01
ARM: core DPM support for watchpoints
David Brownell
1
-2
/
+242
2009-12-01
ARM: implement mrc()/mcr() as DPM ops
David Brownell
1
-0
/
+59
2009-11-24
Cortex-A8: implement DPM
David Brownell
1
-9
/
+4
2009-11-24
ARM: new DPM interface
David Brownell
1
-0
/
+529