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
/
aarch64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-12
semihosting: add semihosting handlers to AArch64
Tarek BOCHKATI
1
-0
/
+9
2020-03-12
target/aarch64: fix soft breakpoint when PE is in AArch32 state
Tarek BOCHKATI
1
-1
/
+24
2020-03-12
target/aarch64: fix minor stepping issue with gdb
Tarek BOCHKATI
1
-1
/
+1
2019-06-14
target/aarch64: remove dependency from jtag queue
Antonio Borneo
1
-2
/
+3
2019-05-14
helper/command: change prototype of command_print/command_print_sameline
Antonio Borneo
1
-1
/
+1
2019-05-14
target/armv8: change prototype of display_cache_info()
Paul Fertser
1
-1
/
+1
2019-03-27
smp: replace commands smp_on/smp_off with "smp [on|off]"
Antonio Borneo
1
-52
/
+4
2019-03-06
target/aarch64: Use 'bool' data type
Marc Schink
1
-2
/
+2
2019-03-01
Use enum for target_register_timer_callback()
Marc Schink
1
-1
/
+2
2019-02-25
aarch64: fix a potential memory leak in aarch64_target_create()
Antonio Borneo
1
-1
/
+7
2019-01-30
aarch64: support for aarch32 ARM_MODE_SYS
Matthias Welwarsky
1
-0
/
+3
2019-01-08
target/aarch64: add support for multi-architecture gdb
Antonio Borneo
1
-0
/
+1
2018-07-20
target/aarch64: Call aarch64_init_debug_access() earlier in aarch64_deassert_...
Dennis Ostermann
1
-3
/
+5
2018-07-13
Add ARM v8 AArch64 semihosting support
Omair Javaid
1
-0
/
+13
2018-06-04
target: aarch64: Adding mcr, mrc 32-bit coprocesor read/write support
Kamal Dasu
1
-0
/
+153
2018-04-10
armv8: valgrind memleak fixes
Matthias Welwarsky
1
-0
/
+15
2018-03-30
target: restructure dap support
Matthias Welwarsky
1
-48
/
+75
2018-03-30
arm_cti: add cti command group
Matthias Welwarsky
1
-9
/
+69
2018-03-16
aarch64: fix debug entry from EL0
Matthias Welwarsky
1
-2
/
+2
2018-02-27
gdb_server: run control fixes for vCont
Tomas Vanek
1
-2
/
+2
2018-01-29
aarch64: clean up scan-build errors
Matthias Welwarsky
1
-7
/
+29
2018-01-26
aarch64: implement mmu on/off for aarch32
Matthias Welwarsky
1
-1
/
+9
2018-01-16
aarch64: speed up first examination
Matthias Welwarsky
1
-40
/
+20
2018-01-16
aarch64: add 'maskisr' command
Matthias Welwarsky
1
-8
/
+52
2018-01-09
aarch64: fix crash on single-stepping
Matthias Welwarsky
1
-0
/
+3
2018-01-04
target aarch64: rework memory read/write to use 8/16/32 bit operations
Bas Vermeulen
1
-186
/
+257
2017-05-02
Fix compile failure on MacOSX
Matthias Welwarsky
1
-2
/
+0
2017-04-02
aarch64: clear CTI halt event early at debug entry
Matthias Welwarsky
1
-0
/
+2
2017-02-24
aarch64: run control rework
Matthias Welwarsky
1
-259
/
+605
2017-02-24
aarch64: clean up struct aarch64_common
Matthias Welwarsky
1
-12
/
+14
2017-02-24
aarch64: clean up target specific commands
Matthias Welwarsky
1
-7
/
+2
2017-02-24
aarch64: reset fixes
Matthias Welwarsky
1
-2
/
+11
2017-02-24
armv8: factor out generic bit set/clr for debug registers
Matthias Welwarsky
1
-17
/
+1
2017-02-24
aarch64: remove bogus address check before memory access
Matthias Welwarsky
1
-13
/
+0
2017-02-24
aarch64: reduce debug output to improve legibility
Matthias Welwarsky
1
-19
/
+0
2017-02-24
aarch64: refactor SCTLR manipulation
Matthias Welwarsky
1
-135
/
+94
2017-02-24
aarch64: fix software breakpoints when in aarch32 state
Matthias Welwarsky
1
-1
/
+1
2017-02-10
aarch64: don't try resuming if target is not halted
Matthias Welwarsky
1
-0
/
+4
2017-02-10
aarch64: don't segfault on reset when target is not examined
Matthias Welwarsky
1
-1
/
+5
2017-02-10
aarch64: remove arm command chain from aarch64 target commands
Matthias Welwarsky
1
-3
/
+0
2017-02-10
aarch64: improve debug output
Matthias Welwarsky
1
-5
/
+6
2017-02-10
aarch64: consolidate sticky error handling
Matthias Welwarsky
1
-22
/
+3
2017-02-10
aarch64: discard async aborts on entering debug state
Matthias Welwarsky
1
-1
/
+6
2017-02-10
aarch64: cleanup context restore
Matthias Welwarsky
1
-12
/
+3
2017-02-10
aarch64: enable aarch32 debugging with arm gdb
Matthias Welwarsky
1
-0
/
+1
2017-02-10
aarch64: make sure to enable HDE for all SMP PEs to be halted
Matthias Welwarsky
1
-28
/
+27
2017-02-10
aarch64: handle exceptions taken in debug state
Matthias Welwarsky
1
-0
/
+2
2017-02-10
aarch64: fix mode switching
Matthias Welwarsky
1
-3
/
+3
2017-02-10
aarch64: register access rewrite
Matthias Welwarsky
1
-12
/
+16
2017-02-10
aarch64: allow reading system control register when halted in EL0
Matthias Welwarsky
1
-1
/
+10
[next]