aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Fix old cut and paste bug.Tim Newsome1-1/+1
2019-02-08Merge branch 'master' into from_upstreamTim Newsome42-316/+1823
2019-02-07Rtos riscv (#350)Tim Newsome5-23/+60
2019-02-07target/cortex_m: fix clang static analyzer warningTomas Vanek1-2/+7
2019-02-07target/hla_target: fix clang static analyzer warningTomas Vanek1-4/+6
2019-02-07target start_algorithm: Don't copy the IN mem_params fix uninitialised value.Jean-Christian de Rivaz5-1/+10
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek6-0/+18
2019-02-04cortex_m: fix stepping on FPB rev 1Tomas Vanek1-3/+10
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo4-117/+76
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky3-0/+12
2019-01-27target: do not allow 'target create' after initTomas Vanek1-2/+1
2019-01-27target/cortex_m: inform if an external reset occursTomas Vanek1-1/+4
2019-01-27hla_target: fix adapter_poll() to preserve TARGET_DEBUG_RUNNING stateTomas Vanek1-0/+3
2019-01-27command: initialize the command mode for every commandAntonio Borneo1-0/+1
2019-01-25More cleanup.Tim Newsome3-43/+6
2019-01-25Remove debug statements.Tim Newsome1-14/+3
2019-01-25Merge branch 'riscv' into hwthreadTim Newsome4-137/+245
2019-01-25Invalidate register cache on reset.Tim Newsome1-1/+3
2019-01-25Properly clean up SMP watchpoints.Tim Newsome1-4/+26
2019-01-24WIP on hardware breakpoints.Tim Newsome4-47/+167
2019-01-23arm_opcode: fix encoding of ARMv5 breakpoint instructionAntonio Borneo1-1/+1
2019-01-23target/arm_dap: fix segmentation fault in 'dap info' cmdTomas Vanek1-0/+5
2019-01-22Move version check until after dmactive=1.Tim Newsome1-10/+10
2019-01-18Halt all SMP harts on halt request.Tim Newsome1-8/+20
2019-01-17Fix reading of non-general registers for hwthreadTim Newsome4-3/+45
2019-01-16cortex_m: fix bug in poll() machine state (external resume awareness)Tarek BOCHKATI1-0/+11
2019-01-16cortex_a_poll: minor code factorization to enhance readabilityTarek BOCHKATI1-24/+11
2019-01-14target/stm8: add missing destroy_reg_param()Tomas Vanek1-0/+1
2019-01-10Clean up register caching a little.Tim Newsome2-19/+29
2019-01-09Add 'riscv set_ir' command to set IR value for JTAG registers.Darius Rad3-16/+38
2019-01-08Add comment for reset_delays_wait.Tim Newsome4-34/+18
2019-01-08target/aarch64: add support for multi-architecture gdbAntonio Borneo3-0/+7
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo16-0/+31
2019-01-08target/stm8: add support for multi-architecture gdbAntonio Borneo1-0/+6
2019-01-08armv7m: always set xPSR.T=1 when starting an algorithmCody P Schafer1-0/+17
2019-01-07Make riscv_get_gdb_reg_list read the registers.Tim Newsome1-0/+13
2019-01-07Clean up debug printf.Tim Newsome1-2/+2
2019-01-03WIP make riscv work with -rtos hwthread.Tim Newsome1-2/+23
2019-01-02Fix typo.Tim Newsome1-1/+1
2018-12-27target/arm_cti : export CTI APPPULSE and INACK registerTarek BOUCHKATI1-1/+3
2018-12-27target/arm_cti: add debug message when an incorrect CTI register name is usedTarek BOCHKATI1-2/+4
2018-12-19target: allow moving and resizing working area on running targetTomas Vanek1-5/+8
2018-12-19target: move all working_area functions to one blockTomas Vanek1-51/+51
2018-12-19target/cortex_m: fix cortex_m reset_config help and check for syntax errorTomas Vanek1-2/+4
2018-12-19target/cortex_m: do not use VECTRESET on Cortex-M0, M0+ and M1Tomas Vanek2-3/+21
2018-12-18target: armv8: Add TARGET_HALTED check for gdb connectLiming Sun1-0/+6
2018-12-18target/cortex_a: enable DSCR_HALT_DBG_MODE during examineAntonio Borneo1-14/+25
2018-12-17adi_v5_jtag: fix build break when open DEBUG_WAIT macroYanLin Zhu1-2/+2
2018-12-13Fix block read corner cases.Tim Newsome1-43/+33
2018-12-12esirisc: support eSi-TraceSteven Stallion7-78/+1456