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
/
armv8.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-04
helper/jim-nvp: comply with coding style [2/2]
Antonio Borneo
1
-5
/
+5
2021-05-22
target/aarch64: fix watchpoint management
Antonio Borneo
1
-1
/
+1
2021-05-22
target/arm_dpm: rename 'wp_pc' as 'wp_addr'
Antonio Borneo
1
-2
/
+1
2021-03-19
aarch64: handle semihosting in aarch32 state
Tarek BOCHKATI
1
-7
/
+0
2020-11-04
target: declare local symbols as static
Antonio Borneo
1
-1
/
+1
2020-09-05
target: use proper format with uint32_t
Antonio Borneo
1
-1
/
+1
2020-07-26
target: fix minor typos and duplicated words
Antonio Borneo
1
-4
/
+4
2020-07-08
coding style: fix space separation
Antonio Borneo
1
-17
/
+17
2020-06-27
aarch64: Add support for debugging in HYP mode on ARMv8-A cores
Lucas
1
-0
/
+4
2020-04-24
target/armv8: Add ARM target name on halt status
Kevin Burke
1
-1
/
+2
2020-02-15
armv8: check the core state to pass the correct arch to gdb
Antonio Borneo
1
-1
/
+2
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
1
-2
/
+2
2019-05-14
target/armv8: change prototype of display_cache_info()
Paul Fertser
1
-3
/
+3
2019-04-10
fix for sanitizer errors in left shifts
Mete Balci
1
-1
/
+1
2019-03-06
target/armv8: Use 'bool' data type
Marc Schink
1
-8
/
+8
2019-03-04
armv8: allow halt on exception
Matthias Welwarsky
1
-0
/
+73
2019-01-30
aarch64: support for aarch32 ARM_MODE_SYS
Matthias Welwarsky
1
-0
/
+4
2019-01-08
target/aarch64: add support for multi-architecture gdb
Antonio Borneo
1
-0
/
+5
2018-12-18
target: armv8: Add TARGET_HALTED check for gdb connect
Liming Sun
1
-0
/
+6
2018-08-22
target: armv8: Ensure target is halted for virt2phys
Guido Günther
1
-0
/
+5
2018-07-13
target: armv8: Avoid semihosting segfault on halt
Andreas Färber
1
-1
/
+1
2018-07-13
Add ARM v8 AArch64 semihosting support
Omair Javaid
1
-0
/
+13
2018-06-04
Rework/update ARM semihosting
Liviu Ionescu
1
-1
/
+5
2018-04-10
armv8: valgrind memleak fixes
Matthias Welwarsky
1
-6
/
+40
2018-03-30
target: restructure dap support
Matthias Welwarsky
1
-4
/
+0
2018-03-27
aarch64: add cpsr bitfields to target description
Matthias Welwarsky
1
-4
/
+45
2018-03-16
aarch64: fix debug entry from EL0
Matthias Welwarsky
1
-0
/
+9
2018-03-10
Support for AArch32 SIMD/Floating-point registers
Omair Javaid
1
-19
/
+171
2018-03-10
Support AArch64 SIMD/FP registers read/write
Omair Javaid
1
-58
/
+292
2018-01-16
aarch64: simplify mode and state handling
Matthias Welwarsky
1
-51
/
+7
2017-05-02
Fix compile failure on MacOSX
Matthias Welwarsky
1
-5
/
+3
2017-02-24
armv8: spelling and formatting updates
Matthias Welwarsky
1
-9
/
+4
2017-02-24
armv8: factor out generic bit set/clr for debug registers
Matthias Welwarsky
1
-0
/
+21
2017-02-24
armv8: load aarch32 register through aarch64 equivalent
Matthias Welwarsky
1
-6
/
+3
2017-02-24
aarch64: reduce debug output to improve legibility
Matthias Welwarsky
1
-3
/
+0
2017-02-10
aarch64: remove unused struct components
Matthias Welwarsky
1
-5
/
+0
2017-02-10
aarch64: enlarge value buffer of arm_reg to store 64 bit
Matthias Welwarsky
1
-1
/
+1
2017-02-10
aarch64: enable aarch32 debugging with arm gdb
Matthias Welwarsky
1
-27
/
+163
2017-02-10
aarch64: allow reading TTBR register when halted in EL0
Matthias Welwarsky
1
-0
/
+3
2017-02-10
aarch64: fix mode switching
Matthias Welwarsky
1
-4
/
+12
2017-02-10
aarch64: register access rewrite
Matthias Welwarsky
1
-81
/
+375
2017-02-10
aarch64: simplify armv8_read_ttbcr
Matthias Welwarsky
1
-50
/
+47
2017-02-10
aarch64: simplify armv8_set_cpsr()
Matthias Welwarsky
1
-29
/
+3
2017-02-10
aarch64: provide virt2phys command
Matthias Welwarsky
1
-1
/
+77
2017-02-10
aarch64: remove bogus os_border calculation
Matthias Welwarsky
1
-35
/
+5
2017-02-10
aarch64: armv8 cache functions update
Matthias Welwarsky
1
-264
/
+37
2017-02-10
aarch64: add basic Aarch32 support
Matthias Welwarsky
1
-32
/
+134
2017-02-10
aarch64: fix register list
Matthias Welwarsky
1
-33
/
+33
2017-02-10
aarch64: remove code for AHB-AP support
Matthias Welwarsky
1
-2
/
+2
2017-02-10
aarch64: fix armv8_set_core_reg when destination is cpsr
Matthias Welwarsky
1
-2
/
+8
[next]