aboutsummaryrefslogtreecommitdiff
path: root/src/target/aarch64.c
AgeCommit message (Expand)Author
2019-06-14target/aarch64: remove dependency from jtag queueAntonio Borneo
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14target/armv8: change prototype of display_cache_info()Paul Fertser
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink
2019-03-01Use enum for target_register_timer_callback()Marc Schink
2019-02-25aarch64: fix a potential memory leak in aarch64_target_create()Antonio Borneo
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky
2019-01-08target/aarch64: add support for multi-architecture gdbAntonio Borneo
2018-07-20target/aarch64: Call aarch64_init_debug_access() earlier in aarch64_deassert_...Dennis Ostermann
2018-07-13Add ARM v8 AArch64 semihosting supportOmair Javaid
2018-06-04target: aarch64: Adding mcr, mrc 32-bit coprocesor read/write supportKamal Dasu
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-30arm_cti: add cti command groupMatthias Welwarsky
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky
2018-02-27gdb_server: run control fixes for vContTomas Vanek
2018-01-29aarch64: clean up scan-build errorsMatthias Welwarsky
2018-01-26aarch64: implement mmu on/off for aarch32Matthias Welwarsky
2018-01-16aarch64: speed up first examinationMatthias Welwarsky
2018-01-16aarch64: add 'maskisr' commandMatthias Welwarsky
2018-01-09aarch64: fix crash on single-steppingMatthias Welwarsky
2018-01-04target aarch64: rework memory read/write to use 8/16/32 bit operationsBas Vermeulen
2017-05-02Fix compile failure on MacOSXMatthias Welwarsky
2017-04-02aarch64: clear CTI halt event early at debug entryMatthias Welwarsky
2017-02-24aarch64: run control reworkMatthias Welwarsky
2017-02-24aarch64: clean up struct aarch64_commonMatthias Welwarsky
2017-02-24aarch64: clean up target specific commandsMatthias Welwarsky
2017-02-24aarch64: reset fixesMatthias Welwarsky
2017-02-24armv8: factor out generic bit set/clr for debug registersMatthias Welwarsky
2017-02-24aarch64: remove bogus address check before memory accessMatthias Welwarsky
2017-02-24aarch64: reduce debug output to improve legibilityMatthias Welwarsky
2017-02-24aarch64: refactor SCTLR manipulationMatthias Welwarsky
2017-02-24aarch64: fix software breakpoints when in aarch32 stateMatthias Welwarsky
2017-02-10aarch64: don't try resuming if target is not haltedMatthias Welwarsky
2017-02-10aarch64: don't segfault on reset when target is not examinedMatthias Welwarsky
2017-02-10aarch64: remove arm command chain from aarch64 target commandsMatthias Welwarsky
2017-02-10aarch64: improve debug outputMatthias Welwarsky
2017-02-10aarch64: consolidate sticky error handlingMatthias Welwarsky
2017-02-10aarch64: discard async aborts on entering debug stateMatthias Welwarsky
2017-02-10aarch64: cleanup context restoreMatthias Welwarsky
2017-02-10aarch64: enable aarch32 debugging with arm gdbMatthias Welwarsky
2017-02-10aarch64: make sure to enable HDE for all SMP PEs to be haltedMatthias Welwarsky
2017-02-10aarch64: handle exceptions taken in debug stateMatthias Welwarsky
2017-02-10aarch64: fix mode switchingMatthias Welwarsky
2017-02-10aarch64: register access rewriteMatthias Welwarsky
2017-02-10aarch64: allow reading system control register when halted in EL0Matthias Welwarsky
2017-02-10aarch64: provide virt2phys commandMatthias Welwarsky
2017-02-10aarch64: slightly simplify breakpoint set functionMatthias Welwarsky
2017-02-10aarch64: armv8 cache functions updateMatthias Welwarsky