aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-02-10aarch64: enable aarch32 debugging with arm gdbMatthias Welwarsky
2017-02-10aarch64: allow reading TTBR register when halted in EL0Matthias 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: cache identification for aarch32 stateMatthias Welwarsky
2017-02-10aarch64: fix mode switchingMatthias Welwarsky
2017-02-10aarch64: register access rewriteMatthias Welwarsky
2017-02-10aarch64: simplify armv8_read_ttbcrMatthias Welwarsky
2017-02-10aarch64: allow reading system control register when halted in EL0Matthias Welwarsky
2017-02-10aarch64: simplify armv8_set_cpsr()Matthias Welwarsky
2017-02-10aarch64: provide virt2phys commandMatthias Welwarsky
2017-02-10aarch64: slightly simplify breakpoint set functionMatthias Welwarsky
2017-02-10aarch64: remove bogus os_border calculationMatthias Welwarsky
2017-02-10aarch64: armv8 cache functions updateMatthias Welwarsky
2017-02-10aarch64: refactor armv8 dpmMatthias Welwarsky
2017-02-10aarch64: add basic Aarch32 supportMatthias Welwarsky
2017-02-10aarch64: update smp halt and resume to better facilitate CTIMatthias Welwarsky
2017-02-10aarch64: add cache handling when setting/deleting soft breakpointsMatthias Welwarsky
2017-02-10aarch64: add cache handling functionsMatthias Welwarsky
2017-02-10aarch64: disable interrupts when stepping [WIP]Matthias Welwarsky
2017-02-10aarch64: use correct instruction for software breakpointsMatthias Welwarsky
2017-02-10aarch64: report the correct reason for halting after singlestepMatthias Welwarsky
2017-02-10aarch64: fix register listMatthias Welwarsky
2017-02-10aarch64: fix duplication of register cacheMatthias Welwarsky
2017-02-10aarch64: remove code for AHB-AP supportMatthias Welwarsky
2017-02-10aarch64: fix stepping from addressMatthias Welwarsky
2017-02-10aarch64: remove references to armv7-rMatthias Welwarsky
2017-02-10aarch64: fix armv8_set_core_reg when destination is cpsrMatthias Welwarsky
2017-02-10aarch64: unify armv7-a and armv8 debug entry decodingMatthias Welwarsky
2017-02-10aarch64: use correct A64 instructions for cache handlingMatthias Welwarsky
2017-02-10aarch64: fix first examinationMatthias Welwarsky
2017-02-10aarch64: correct display for aarch64 stateMatthias Welwarsky
2017-02-10aarch64: use symbolic constant for register countMatthias Welwarsky
2017-02-10aarch64: remove armv7-a virt-to-phys codeMatthias Welwarsky
2017-02-10aarch64: clear breakpoint value register on removalMatthias Welwarsky
2017-02-10aarch64: correct breakpoint register offsetMatthias Welwarsky
2017-02-10aarch64: fix cache identificationMatthias Welwarsky
2017-02-10aarch64: fix reading of translation table registersMatthias Welwarsky
2017-02-10aarch64: fix entry into debug stateMatthias Welwarsky
2017-02-10aarch64: use symbolic opcodes instead of hex valuesMatthias Welwarsky
2017-02-10aarch64: fix accesses to SCTLR_ELn registerMatthias Welwarsky
2017-02-10aarch64: fix error recovery in aarch64_dpm_prepareMatthias Welwarsky
2017-02-10aarch64: formalize use of CTI in halt and resumeMatthias Welwarsky
2017-02-10aarch64: fix context and hybrid hardware breakpointsMatthias Welwarsky
2017-02-10aarch64: deconflict debug register namesMatthias Welwarsky
2017-02-10aarch64: Implement MA mode for bulk memory reads and writesMatthias Welwarsky
2017-02-10aarch64: make DCC read/write functions operate on struct armv8_commonMatthias Welwarsky
2017-02-10aarch64: introduce dpm extension for ARMv8Matthias Welwarsky
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky
2017-02-10aarch64: fix reading of MPIDRMatthias Welwarsky