aboutsummaryrefslogtreecommitdiff
path: root/src/target/aarch64.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-1/+2
2021-04-18Aarch64:Switch to EL1 from EL0 before manipulate MMUCheng-Shiun Tsai1-0/+9
2021-04-11target/aarch64: Add watchpoint supportLiming Sun1-4/+218
2021-03-19aarch64: add support for "reset halt"Christian Hoff1-7/+101
2020-10-11target/aarch64: fix use of 'target->private_config'Antonio Borneo1-0/+5
2020-10-11target/aarch64: Use apnum settingKevin Yang1-10/+14
2020-10-03target/aarch64: a64 disassemblerMete Balci1-1/+41
2020-09-05target: use proper format with uint32_tAntonio Borneo1-3/+3
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2020-06-27aarch64: Add support for debugging in HYP mode on ARMv8-A coresLucas1-2/+7
2020-03-12semihosting: add semihosting handlers to AArch64Tarek BOCHKATI1-0/+9
2020-03-12target/aarch64: fix soft breakpoint when PE is in AArch32 stateTarek BOCHKATI1-1/+24
2020-03-12target/aarch64: fix minor stepping issue with gdbTarek BOCHKATI1-1/+1
2019-06-14target/aarch64: remove dependency from jtag queueAntonio Borneo1-2/+3
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-1/+1
2019-05-14target/armv8: change prototype of display_cache_info()Paul Fertser1-1/+1
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo1-52/+4
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink1-2/+2
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2
2019-02-25aarch64: fix a potential memory leak in aarch64_target_create()Antonio Borneo1-1/+7
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky1-0/+3
2019-01-08target/aarch64: add support for multi-architecture gdbAntonio Borneo1-0/+1
2018-07-20target/aarch64: Call aarch64_init_debug_access() earlier in aarch64_deassert_...Dennis Ostermann1-3/+5
2018-07-13Add ARM v8 AArch64 semihosting supportOmair Javaid1-0/+13
2018-06-04target: aarch64: Adding mcr, mrc 32-bit coprocesor read/write supportKamal Dasu1-0/+153
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky1-0/+15
2018-03-30target: restructure dap supportMatthias Welwarsky1-48/+75
2018-03-30arm_cti: add cti command groupMatthias Welwarsky1-9/+69
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky1-2/+2
2018-02-27gdb_server: run control fixes for vContTomas Vanek1-2/+2
2018-01-29aarch64: clean up scan-build errorsMatthias Welwarsky1-7/+29
2018-01-26aarch64: implement mmu on/off for aarch32Matthias Welwarsky1-1/+9
2018-01-16aarch64: speed up first examinationMatthias Welwarsky1-40/+20
2018-01-16aarch64: add 'maskisr' commandMatthias Welwarsky1-8/+52
2018-01-09aarch64: fix crash on single-steppingMatthias Welwarsky1-0/+3
2018-01-04target aarch64: rework memory read/write to use 8/16/32 bit operationsBas Vermeulen1-186/+257
2017-05-02Fix compile failure on MacOSXMatthias Welwarsky1-2/+0
2017-04-02aarch64: clear CTI halt event early at debug entryMatthias Welwarsky1-0/+2
2017-02-24aarch64: run control reworkMatthias Welwarsky1-259/+605
2017-02-24aarch64: clean up struct aarch64_commonMatthias Welwarsky1-12/+14
2017-02-24aarch64: clean up target specific commandsMatthias Welwarsky1-7/+2
2017-02-24aarch64: reset fixesMatthias Welwarsky1-2/+11
2017-02-24armv8: factor out generic bit set/clr for debug registersMatthias Welwarsky1-17/+1
2017-02-24aarch64: remove bogus address check before memory accessMatthias Welwarsky1-13/+0
2017-02-24aarch64: reduce debug output to improve legibilityMatthias Welwarsky1-19/+0
2017-02-24aarch64: refactor SCTLR manipulationMatthias Welwarsky1-135/+94
2017-02-24aarch64: fix software breakpoints when in aarch32 stateMatthias Welwarsky1-1/+1
2017-02-10aarch64: don't try resuming if target is not haltedMatthias Welwarsky1-0/+4
2017-02-10aarch64: don't segfault on reset when target is not examinedMatthias Welwarsky1-1/+5
2017-02-10aarch64: remove arm command chain from aarch64 target commandsMatthias Welwarsky1-3/+0