aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2019-04-01target/cortex_m: remove fp_code_available countingTomas Vanek2-18/+1
2019-04-01target/cortex_m: simplify cortex_m_unset_breakpoint()Tomas Vanek1-10/+4
2019-03-27smp: move sub-command "smp_gdb" in file smp.cAntonio Borneo3-56/+28
2019-03-27smp: replace commands smp_on/smp_off with "smp [on|off]"Antonio Borneo5-154/+96
2019-03-27Lots of RISC-V improvements.Tim Newsome7-379/+1764
2019-03-23mips32: pracc: Fix indentMarek Vasut1-3/+3
2019-03-23mips32: pracc: Fix UPPER/LOWER macrosMarek Vasut1-2/+2
2019-03-14target/mips: Use 'bool' data typeMarc Schink2-15/+15
2019-03-14target/xscale: Use 'bool' data typeMarc Schink1-15/+15
2019-03-14target/dsp563xx: Use 'bool' data typeMarc Schink1-23/+23
2019-03-14target/adi_v5_swd: improve error check while updating DP_SELECTAntonio Borneo1-13/+42
2019-03-14target/adi_v5_swd: update cached value on write to DP_SELECTAntonio Borneo1-1/+4
2019-03-12target/breakpoints: make internal functions staticTomas Vanek1-4/+6
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome4-1/+39
2019-03-06target/openrisc/x86_32_common: Use 'bool' data typeMarc Schink1-12/+12
2019-03-06target/openrisc/or1k: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/lakemont: Use 'bool' data typeMarc Schink1-12/+12
2019-03-06target/feroceon: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/etb: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/arm_semihosting: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/embeddedice: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/cortex_a: Use 'bool' data typeMarc Schink1-6/+6
2019-03-06target/avr32_ap7k: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/arm926ejs: Use 'bool' data typeMarc Schink1-3/+3
2019-03-06target/arm920t: Use 'bool' data typeMarc Schink1-7/+7
2019-03-06target/arm720t: Use 'bool' data typeMarc Schink1-3/+3
2019-03-06target/aarch64: Use 'bool' data typeMarc Schink1-2/+2
2019-03-06target/armv8: Use 'bool' data typeMarc Schink1-8/+8
2019-03-06target/armv7m: Use 'bool' data typeMarc Schink1-16/+16
2019-03-06target/arm11: Use 'bool' data typeMarc Schink1-2/+2
2019-03-06target/armv7_9_common: Use 'bool' data typeMarc Schink1-34/+34
2019-03-06target/armv4_5: Use 'bool' data typeMarc Schink1-13/+13
2019-03-06target/register: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/cortex_m: Use 'bool' instead of 'int'Marc Schink2-9/+9
2019-03-06target: Remove unused variable 'has_percent'Marc Schink1-1/+0
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky5-2/+80
2019-03-01Use enum for target_register_timer_callback()Marc Schink8-8/+14
2019-03-01target: Use proper data types for timer callbackMarc Schink2-7/+13
2019-02-25aarch64: fix a potential memory leak in aarch64_target_create()Antonio Borneo1-1/+7
2019-02-25mem_ap: fix a potential memory leak in mem_ap_target_create()Antonio Borneo1-1/+7
2019-02-25cortex_a: fix a potential memory leak in cortex_a_target_create()Antonio Borneo1-5/+14
2019-02-19ftdi: use "adapter usb location" instead of ftdi_location commandOleksij Rempel1-0/+6
2019-02-15target, breakpoints: improve error handlingTomas Vanek3-25/+19
2019-02-14target/riscv-011: Fix memory leak in handle_halt_routine()Marc Schink1-2/+2
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