aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2019-03-06target/arm720t: Use 'bool' data typeMarc Schink
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink
2019-03-06target/armv8: Use 'bool' data typeMarc Schink
2019-03-06target/armv7m: Use 'bool' data typeMarc Schink
2019-03-06target/arm11: Use 'bool' data typeMarc Schink
2019-03-06target/armv7_9_common: Use 'bool' data typeMarc Schink
2019-03-06target/armv4_5: Use 'bool' data typeMarc Schink
2019-03-06target/register: Use 'bool' data typeMarc Schink
2019-03-06target/cortex_m: Use 'bool' instead of 'int'Marc Schink
2019-03-06target: Remove unused variable 'has_percent'Marc Schink
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky
2019-03-01Use enum for target_register_timer_callback()Marc Schink
2019-03-01target: Use proper data types for timer callbackMarc Schink
2019-02-25aarch64: fix a potential memory leak in aarch64_target_create()Antonio Borneo
2019-02-25mem_ap: fix a potential memory leak in mem_ap_target_create()Antonio Borneo
2019-02-25cortex_a: fix a potential memory leak in cortex_a_target_create()Antonio Borneo
2019-02-19ftdi: use "adapter usb location" instead of ftdi_location commandOleksij Rempel
2019-02-15target, breakpoints: improve error handlingTomas Vanek
2019-02-14target/riscv-011: Fix memory leak in handle_halt_routine()Marc Schink
2019-02-07target/cortex_m: fix clang static analyzer warningTomas Vanek
2019-02-07target/hla_target: fix clang static analyzer warningTomas Vanek
2019-02-07target start_algorithm: Don't copy the IN mem_params fix uninitialised value.Jean-Christian de Rivaz
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek
2019-02-04cortex_m: fix stepping on FPB rev 1Tomas Vanek
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky
2019-01-27target: do not allow 'target create' after initTomas Vanek
2019-01-27target/cortex_m: inform if an external reset occursTomas Vanek
2019-01-27hla_target: fix adapter_poll() to preserve TARGET_DEBUG_RUNNING stateTomas Vanek
2019-01-27command: initialize the command mode for every commandAntonio Borneo
2019-01-23arm_opcode: fix encoding of ARMv5 breakpoint instructionAntonio Borneo
2019-01-23target/arm_dap: fix segmentation fault in 'dap info' cmdTomas Vanek
2019-01-16cortex_m: fix bug in poll() machine state (external resume awareness)Tarek BOCHKATI
2019-01-16cortex_a_poll: minor code factorization to enhance readabilityTarek BOCHKATI
2019-01-14target/stm8: add missing destroy_reg_param()Tomas Vanek
2019-01-08target/aarch64: add support for multi-architecture gdbAntonio Borneo
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo
2019-01-08target/stm8: add support for multi-architecture gdbAntonio Borneo
2019-01-08armv7m: always set xPSR.T=1 when starting an algorithmCody P Schafer
2018-12-27target/arm_cti : export CTI APPPULSE and INACK registerTarek BOUCHKATI
2018-12-27target/arm_cti: add debug message when an incorrect CTI register name is usedTarek BOCHKATI
2018-12-19target: allow moving and resizing working area on running targetTomas Vanek
2018-12-19target: move all working_area functions to one blockTomas Vanek
2018-12-19target/cortex_m: fix cortex_m reset_config help and check for syntax errorTomas Vanek
2018-12-19target/cortex_m: do not use VECTRESET on Cortex-M0, M0+ and M1Tomas Vanek
2018-12-18target: armv8: Add TARGET_HALTED check for gdb connectLiming Sun
2018-12-18target/cortex_a: enable DSCR_HALT_DBG_MODE during examineAntonio Borneo
2018-12-17adi_v5_jtag: fix build break when open DEBUG_WAIT macroYanLin Zhu
2018-12-12esirisc: support eSi-TraceSteven Stallion
2018-12-12armv7a_mmu: s/LOG_ERROR/LOG_WARNING/ on address translation failureAntonio Borneo