target_request: replace command_print() with command_output_text()
[fw/openocd] / src / target /
2019-05-14 Antonio Borneotarget_request: replace command_print() with command_ou...
2019-05-14 Antonio Borneotarget: unify memory read/write commands
2019-05-14 Antonio Borneotarget: use LOG_USER to print errors in events
2019-05-14 Antonio Borneotarget: change prototype of target_process_reset()
2019-05-14 Tomas Vanektarget/arm946e: rewrite jim_arm946e_cp15 to arm945e_han...
2019-05-14 Tomas Vanektarget: rewrite jim_target_event_list to handle_target_...
2019-04-24 Tommy Vestermarkarmv7a: Improve parsing of MPIDR register to avoid...
2019-04-24 Antonio Borneotarget/cortex_a: use extensively cortex_a_wait_dscr_bits()
2019-04-24 Antonio Borneotarget/cortex_a: check dscr before timeout
2019-04-24 Antonio Borneotarget/cortex_a: fix waiting for target halted after...
2019-04-10 Christopher Headtarget/cortex_m: Implement maskisr steponly option
2019-04-10 Mete Balcifix for sanitizer errors in left shifts
2019-04-10 Marc Schinktarget/riscv: Free registers to avoid memory leak
2019-04-10 Tomas Vanektarget: fix copy&paste error in cget -coreid
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2019-04-07 Antonio Borneotarget/adi_v5_swd: add "usage" field to command "swd"
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2019-04-07 Antonio Borneotarget/armv7a: simplify help description of command...
2019-04-07 Antonio Borneotarget/riscv: use coherent syntax in struct initialization
2019-04-07 Antonio Borneotarget/openrisc: use coherent syntax in struct initiali...
2019-04-07 Antonio Borneotarget/armv4_5: use coherent syntax in struct initializ...
2019-04-07 Antonio Borneotarget/arm7_9_common: use coherent syntax in struct...
2019-04-03 Mete Balcitarget/arm_adi_v5: fix typo
2019-04-03 Florian Fainelliarmv7a_mmu: Remove warning on va = pa
2019-04-03 Tomas Vanektarget/cortex_m: remove target halted check when removi...
2019-04-01 Tomas Vanektarget/cortex_m: remove fp_code_available counting
2019-04-01 Tomas Vanektarget/cortex_m: simplify cortex_m_unset_breakpoint()
2019-03-27 Antonio Borneosmp: move sub-command "smp_gdb" in file smp.c
2019-03-27 Antonio Borneosmp: replace commands smp_on/smp_off with "smp [on...
2019-03-27 Tim NewsomeLots of RISC-V improvements.
2019-03-23 Marek Vasutmips32: pracc: Fix indent
2019-03-23 Marek Vasutmips32: pracc: Fix UPPER/LOWER macros
2019-03-14 Marc Schinktarget/mips: Use 'bool' data type
2019-03-14 Marc Schinktarget/xscale: Use 'bool' data type
2019-03-14 Marc Schinktarget/dsp563xx: Use 'bool' data type
2019-03-14 Antonio Borneotarget/adi_v5_swd: improve error check while updating...
2019-03-14 Antonio Borneotarget/adi_v5_swd: update cached value on write to...
2019-03-12 Tomas Vanektarget/breakpoints: make internal functions static
2019-03-08 Tim Newsomegdb_server, target: Add target_address_bits()
2019-03-06 Marc Schinktarget/openrisc/x86_32_common: Use 'bool' data type
2019-03-06 Marc Schinktarget/openrisc/or1k: Use 'bool' data type
2019-03-06 Marc Schinktarget/lakemont: Use 'bool' data type
2019-03-06 Marc Schinktarget/feroceon: Use 'bool' data type
2019-03-06 Marc Schinktarget/etb: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm_semihosting: Use 'bool' data type
2019-03-06 Marc Schinktarget/embeddedice: Use 'bool' data type
2019-03-06 Marc Schinktarget/cortex_a: Use 'bool' data type
2019-03-06 Marc Schinktarget/avr32_ap7k: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm926ejs: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm920t: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm720t: Use 'bool' data type
2019-03-06 Marc Schinktarget/aarch64: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv8: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv7m: Use 'bool' data type
2019-03-06 Marc Schinktarget/arm11: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv7_9_common: Use 'bool' data type
2019-03-06 Marc Schinktarget/armv4_5: Use 'bool' data type
2019-03-06 Marc Schinktarget/register: Use 'bool' data type
2019-03-06 Marc Schinktarget/cortex_m: Use 'bool' instead of 'int'
2019-03-06 Marc Schinktarget: Remove unused variable 'has_percent'
2019-03-04 Matthias Welwarskyarmv8: allow halt on exception
2019-03-01 Marc SchinkUse enum for target_register_timer_callback()
2019-03-01 Marc Schinktarget: Use proper data types for timer callback
2019-02-25 Antonio Borneoaarch64: fix a potential memory leak in aarch64_target_...
2019-02-25 Antonio Borneomem_ap: fix a potential memory leak in mem_ap_target_cr...
2019-02-25 Antonio Borneocortex_a: fix a potential memory leak in cortex_a_targe...
2019-02-19 Oleksij Rempelftdi: use "adapter usb location" instead of ftdi_locati...
2019-02-15 Tomas Vanektarget, breakpoints: improve error handling
2019-02-14 Marc Schinktarget/riscv-011: Fix memory leak in handle_halt_routine()
2019-02-07 Tomas Vanektarget/cortex_m: fix clang static analyzer warning
2019-02-07 Tomas Vanektarget/hla_target: fix clang static analyzer warning
2019-02-07 Jean-Christian de... target start_algorithm: Don't copy the IN mem_params...
2019-02-07 Tomas Vanektarget algo: do not write reg_param if direction is...
2019-02-04 Tomas Vanekcortex_m: fix stepping on FPB rev 1
2019-01-30 Antonio Borneoarm_adi_v5: rewrite dap_to_jtag and dap_to_swd
2019-01-30 Matthias Welwarskyaarch64: support for aarch32 ARM_MODE_SYS
2019-01-27 Tomas Vanektarget: do not allow 'target create' after init
2019-01-27 Tomas Vanektarget/cortex_m: inform if an external reset occurs
2019-01-27 Tomas Vanekhla_target: fix adapter_poll() to preserve TARGET_DEBUG...
2019-01-27 Antonio Borneocommand: initialize the command mode for every command
2019-01-23 Antonio Borneoarm_opcode: fix encoding of ARMv5 breakpoint instruction
2019-01-23 Tomas Vanektarget/arm_dap: fix segmentation fault in 'dap info...
2019-01-16 Tarek BOCHKATIcortex_m: fix bug in poll() machine state (external...
2019-01-16 Tarek BOCHKATIcortex_a_poll: minor code factorization to enhance...
2019-01-14 Tomas Vanektarget/stm8: add missing destroy_reg_param()
2019-01-08 Antonio Borneotarget/aarch64: add support for multi-architecture gdb
2019-01-08 Antonio Borneotarget/arm: add support for multi-architecture gdb
2019-01-08 Antonio Borneotarget/stm8: add support for multi-architecture gdb
2019-01-08 Cody P Schaferarmv7m: always set xPSR.T=1 when starting an algorithm
2018-12-27 Tarek BOUCHKATItarget/arm_cti : export CTI APPPULSE and INACK register
2018-12-27 Tarek BOCHKATItarget/arm_cti: add debug message when an incorrect...
2018-12-19 Tomas Vanektarget: allow moving and resizing working area on runni...
2018-12-19 Tomas Vanektarget: move all working_area functions to one block
2018-12-19 Tomas Vanektarget/cortex_m: fix cortex_m reset_config help and...
2018-12-19 Tomas Vanektarget/cortex_m: do not use VECTRESET on Cortex-M0...
2018-12-18 Liming Suntarget: armv8: Add TARGET_HALTED check for gdb connect
2018-12-18 Antonio Borneotarget/cortex_a: enable DSCR_HALT_DBG_MODE during examine
2018-12-17 YanLin Zhuadi_v5_jtag: fix build break when open DEBUG_WAIT macro
2018-12-12 Steven Stallionesirisc: support eSi-Trace
2018-12-12 Antonio Borneoarmv7a_mmu: s/LOG_ERROR/LOG_WARNING/ on address transla...
next