aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2018-07-13target/image: make i/j unsigned to avoid ubsan runtime errorCody Schafer
2018-07-13target: armv8: Avoid semihosting segfault on haltAndreas Färber
2018-07-13GDB fileIO stdout supportOmair Javaid
2018-07-13Add ARM v8 AArch64 semihosting supportOmair Javaid
2018-07-09target: fix 'bp' command help messageAntonio Borneo
2018-07-03target/cortex_m: return error if breakpoint address is out of rangeAntonio Borneo
2018-06-22target/arm_adi_v5: keep CSW and TAR cache updatedAntonio Borneo
2018-06-22target/arm_adi_v5: sync CSW and TAR cache on apreg writeAntonio Borneo
2018-06-22mips_m4k.c: Fix build with --disable-target64Liviu Ionescu
2018-06-22target/arm: Add PLD command to ARM disassembler.James Marshall
2018-06-06target/target.c: free semihosting memberLiviu Ionescu
2018-06-05target/cortex_m: constify some variablesChristopher Head
2018-06-04breakpoints: simplify the test to find a breakpointAntonio Borneo
2018-06-04target: fix syntax in help messageAntonio Borneo
2018-06-04target: aarch64: Adding mcr, mrc 32-bit coprocesor read/write supportKamal Dasu
2018-06-04Rework/update ARM semihostingLiviu Ionescu
2018-05-30Fix warnings exposed by GCC8Paul Fertser
2018-04-27arm_dpm: flush both scratch registers (R0 and R1)Philipp Tomsich
2018-04-12target/cortex_m: allow setting the type of a breakpointTomas Vanek
2018-04-10armv8: valgrind memleak fixesMatthias Welwarsky
2018-04-10target armv7m: multi-block erase checkTomas Vanek
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek
2018-04-07target: free target SMP list on shutdownMatthias Welwarsky
2018-04-07target/arm_adi_v5: extend apcsw command to accept arbitrary bitsTomas Vanek
2018-04-07arm_adi_v5: Add ability to ignore the CSYSPWRUPACK bitMatthias Welwarsky
2018-04-04target/cortex_m: avoid dwt comparator overflowCody P Schafer
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