aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2018-06-06target/target.c: free semihosting memberLiviu Ionescu1-0/+3
2018-06-05target/cortex_m: constify some variablesChristopher Head1-4/+4
2018-06-04breakpoints: simplify the test to find a breakpointAntonio Borneo1-5/+2
2018-06-04target: fix syntax in help messageAntonio Borneo1-3/+1
2018-06-04target: aarch64: Adding mcr, mrc 32-bit coprocesor read/write supportKamal Dasu1-0/+153
2018-06-04Rework/update ARM semihostingLiviu Ionescu11-734/+1858
2018-05-30Fix warnings exposed by GCC8Paul Fertser2-3/+5
2018-04-27arm_dpm: flush both scratch registers (R0 and R1)Philipp Tomsich1-5/+7
2018-04-12target/cortex_m: allow setting the type of a breakpointTomas Vanek2-29/+1
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky5-7/+70
2018-04-10target armv7m: multi-block erase checkTomas Vanek1-39/+95
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek10-33/+53
2018-04-07target: free target SMP list on shutdownMatthias Welwarsky1-0/+12
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek3-18/+33
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky4-9/+22
2018-04-04target/cortex_m: avoid dwt comparator overflowCody P Schafer1-0/+13
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek1-0/+2
2018-03-30target: fix display halt message logicTomas Vanek2-2/+5
2018-03-30target: restructure dap supportMatthias Welwarsky16-277/+713
2018-03-30arm_cti: add cti command groupMatthias Welwarsky5-38/+512
2018-03-27aarch64: add cpsr bitfields to target descriptionMatthias Welwarsky1-4/+45
2018-03-27tdesc: bitfields may carry a typeMatthias Welwarsky1-0/+3
2018-03-20transport: add transport_is_hla()Tomas Vanek1-1/+1
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky5-7/+26
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek1-0/+16
2018-03-15server: free strduped port numbersTomas Vanek2-0/+5
2018-03-13target: hla: check return value of hl_dcc_readPaul Fertser1-5/+21
2018-03-13target: arm: disassembler: fix Thumb2 BLX decoding addressPaul Fertser1-0/+1
2018-03-11armv7a: cache ttbcr and ttb0/1 on debug state entryMatthias Welwarsky2-28/+20
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid5-13/+269
2018-03-10Support for AArch32 SIMD/Floating-point registersOmair Javaid1-19/+171
2018-03-10Support AArch64 SIMD/FP registers read/writeOmair Javaid5-92/+411
2018-03-09Cortex-R : Remove commands which are not relevant to Cortex-REvan Hunter1-8/+1
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek1-5/+21
2018-02-27gdb_server: run control fixes for vContTomas Vanek2-2/+3
2018-02-27Fix incorrect commentChristopher Head1-2/+1
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis1-4/+37
2018-02-24stm8: fix compilation warningAke Rehnman1-1/+2
2018-02-21target: fix target.working_area typePeter Mamonov1-1/+1
2018-02-21cortex_a: fix handling of Thumb-2 32bit breakpointsMatthias Welwarsky1-0/+12
2018-02-21armv7a: forward error value in armv7a_cache_auto_flush_all_dataOleksij Rempel1-3/+4
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch1-279/+314
2018-02-07cortex_a: faster debug initMatthias Welwarsky1-3/+7
2018-01-30x86_32_common: fix some warningsPaul Fertser1-15/+28
2018-01-29arm_adi_v5: fix return value of mem_ap_read/write for size 0Tomas 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-25Use timeval helpersChristopher Head5-32/+14
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek2-1/+6
2018-01-16aarch64: speed up first examinationMatthias Welwarsky1-40/+20