aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek
2018-03-30target: fix display halt message logicTomas Vanek
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-30arm_cti: add cti command groupMatthias Welwarsky
2018-03-27aarch64: add cpsr bitfields to target descriptionMatthias Welwarsky
2018-03-27tdesc: bitfields may carry a typeMatthias Welwarsky
2018-03-20transport: add transport_is_hla()Tomas Vanek
2018-03-16aarch64: fix debug entry from EL0Matthias Welwarsky
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek
2018-03-15server: free strduped port numbersTomas Vanek
2018-03-13target: hla: check return value of hl_dcc_readPaul Fertser
2018-03-13target: arm: disassembler: fix Thumb2 BLX decoding addressPaul Fertser
2018-03-11armv7a: cache ttbcr and ttb0/1 on debug state entryMatthias Welwarsky
2018-03-10Support for Arm VFP v3 registers read/writeOmair Javaid
2018-03-10Support for AArch32 SIMD/Floating-point registersOmair Javaid
2018-03-10Support AArch64 SIMD/FP registers read/writeOmair Javaid
2018-03-09Cortex-R : Remove commands which are not relevant to Cortex-REvan Hunter
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2018-02-27gdb_server: run control fixes for vContTomas Vanek
2018-02-27Fix incorrect commentChristopher Head
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis
2018-02-24stm8: fix compilation warningAke Rehnman
2018-02-21target: fix target.working_area typePeter Mamonov
2018-02-21cortex_a: fix handling of Thumb-2 32bit breakpointsMatthias Welwarsky
2018-02-21armv7a: forward error value in armv7a_cache_auto_flush_all_dataOleksij Rempel
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch
2018-02-07cortex_a: faster debug initMatthias Welwarsky
2018-01-30x86_32_common: fix some warningsPaul Fertser
2018-01-29arm_adi_v5: fix return value of mem_ap_read/write for size 0Tomas Vanek
2018-01-29aarch64: clean up scan-build errorsMatthias Welwarsky
2018-01-26aarch64: implement mmu on/off for aarch32Matthias Welwarsky
2018-01-25Use timeval helpersChristopher Head
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek
2018-01-16aarch64: speed up first examinationMatthias Welwarsky
2018-01-16aarch64: simplify mode and state handlingMatthias Welwarsky
2018-01-16aarch64: add 'maskisr' commandMatthias Welwarsky
2018-01-14arm_adi_v5: added some partnumbers found in tegra 186 and tegra 210Jiri Kastner
2018-01-13ejtag: added missing instructions.Jiri Kastner
2018-01-13profiling: write "correct" sample rate to gmon outputKarl Palsson
2018-01-13hla_target: allow non-intrusive profiling on cortex-mKarl Palsson
2018-01-13cortex_m: add profiling functionSimon Schubert
2018-01-13target: lakemon: implement assert_reset and deassert_resetFelipe Balbi
2018-01-13target: quark_x10xx: miscellaneous cleanupsFelipe Balbi
2018-01-13target: type: fix indentationFelipe Balbi
2018-01-13target: lakemon: probemode entry isn't instantaneousFelipe Balbi
2018-01-13target: quark_x10xx: adding missing 'static' keywordFelipe Balbi
2018-01-13target: arm: disassembler: decode v6T2 ARM MOV{W,T} instructionsPaul Fertser
2018-01-13target: arm: disassembler: decode v6T2 ARM ISB instructionPaul Fertser
2018-01-13target: arm: disassembler: decode v6T2 ARM DSB instructionPaul Fertser
2018-01-13target: arm: disassembler: add v5T Thumb BLX decodingPaul Fertser