jtag/tcl: fix memory leak in error return
[fw/openocd] / src / target /
2020-10-30 Christopher Headtarget: restore last run state after profiling
2020-10-30 Christopher Headtarget/cortex_m: reduce duplication in profiling
2020-10-30 Christopher Headtarget: allow profiling from running
2020-10-24 Evgeniy Didintarget/arc: introduce watchpoints support
2020-10-22 Sylvain Chouleurcortex_m: support control.FPCA
2020-10-14 Antonio Borneoriscv: fix compile error
2020-10-14 Tim NewsomeUpstream tons of RISC-V changes.
2020-10-11 Antonio Borneotarget/aarch64: fix use of 'target->private_config'
2020-10-11 Kevin Yangtarget/aarch64: Use apnum setting
2020-10-03 Daniel Trnkatarget/cortex_m.c: vector_catch command checks if a...
2020-10-03 Mete Balcitarget/aarch64: a64 disassembler
2020-09-27 Marc SchinkUse capstone for ARM disassembler
2020-09-20 Tarek BOCHKATIcortex_m: add detection of Cortex M35P and M55
2020-09-20 Tarek BOCHKATIcortex_m: read and display core security state
2020-09-20 Tarek BOCHKATIarmv8-m: add SecureFault exception
2020-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it
2020-09-05 Stafford Horneopenrisc: Fix segv jsp due to free of unallocated data
2020-09-05 Antonio Borneoopenocd: fix command's usage string
2020-09-05 Antonio Borneotarget/arc: fix command's usage string
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
2020-09-05 Antonio Borneoadi_v5: use macro DP_APSEL_MAX to allocate struct adiv5_ap
2020-09-05 Samuel ObuchFix debug prints when loading to flash
2020-08-08 Antonio Borneotarget: fix memory leaks on target_create() fail
2020-08-08 Mikhail Rasputintarget: fix registers reading from non examined target
2020-08-02 Antonio Borneotarget/arm11: fix memory leaks, including register...
2020-08-02 Antonio Borneotarget: use one second timeout while halting target...
2020-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-07-26 Antonio Borneotarget/arm720t: fix memory leak of register cache
2020-07-26 Antonio Borneotarget/arm7tdmi: fix memory leak of register cache
2020-07-26 Antonio Borneotarget/xscale: fix memory leak of register cache
2020-07-26 Antonio Borneotarget: fix memory leaks on targets based on arm9tdmi
2020-07-26 Jiri Kastnersrc/target/arm_adi_v5.c: add Cortex-A35 related entries
2020-07-26 Jiri Kastnersrc/target/arm_adi_v5.c: resorted ids
2020-07-26 Evgeniy Didintarget/arc: Introduce Actionpoints support
2020-07-08 Antonio Borneocoding style: add arguments to function prototypes
2020-07-08 Antonio Borneocoding style: fix space separation
2020-07-08 Antonio Borneocoding style: fix print of hex values as decimal
2020-07-08 Antonio Borneotarget/arm926ejs: fix memory leaks
2020-06-27 Antonio Borneotarget: do not print an error on shutdown in target...
2020-06-27 Evgeniy Didintarget/arc: Introduce L1I,L1D,L2 caches support
2020-06-27 Lucasaarch64: Add support for debugging in HYP mode on ARMv8...
2020-06-18 Marc Schinktarget/armv7m_trace: Calculate prescaler for external...
2020-06-06 Antonio Borneocoding style: fix multi-line dereferencing
2020-06-06 Antonio Borneotarget/cortex_a: fix memory leak of register cache
2020-06-06 Antonio Borneotarget/mem_ap: fix two memory leaks
2020-06-06 Antonio Borneotarget/cortex-m: enable C_DEBUGEN during examine
2020-06-06 Tarek BOCHKATIarm_adi_v5: dap_ti_be_32_quirks_command minor simplific...
2020-06-06 Tarek BOCHKATIarm_adi_v5: enhance command error reporting
2020-05-24 Antonio Borneoopenocd: properly use jim data types
2020-05-24 Ake Rehnmanstm8 target: make adapter speed settings work
2020-05-24 Antonio Borneoswim: fix adapter speed handling
2020-05-24 Antonio Borneoswim: abstract the transport in stm8 target
2020-05-24 Tarek BOCHKATIarm_disassembler: fix typo 'ARM_UNKNOWN_INSTUCTION...
2020-05-14 Antonio Borneotarget/arc: fix build with clang
2020-05-12 iosabicortex_m: make bit fields in cortex_m unsigned.
2020-05-09 Antonio Borneocoding style: open function's brace at beginning of...
2020-05-09 Antonio Borneocoding style: wrap lines longer than 120 chars
2020-05-09 Antonio Borneocoding style: let "else" follow the close brace
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneocoding style: avoid unnecessary line continuations
2020-05-09 Antonio Borneocoding style: add parenthesis around the argument of...
2020-05-09 Antonio Borneocoding style: remove useless break after a goto or...
2020-05-08 Evgeniy Didintarget/arc: introduce breakpoint functionality
2020-05-08 Evgeniy Didintarget/arc: introduce arc_read/write_instruction functions
2020-05-08 Evgeniy Didintarget/arc: Add initial stepping functions
2020-05-03 Tomas Vanektarget/armv7m: cosmetic refactorization
2020-05-02 Antonio Borneocoding style: src: remove empty lines at end of text...
2020-04-24 Kevin Burketarget/armv8: Add ARM target name on halt status
2020-04-21 Tomas Vanektarget/armv7m: minor fixes of target algo exit point...
2020-04-21 Florian FainelliRemove BUILD_TARGET64
2020-04-20 Evgeniy Didintarget/arc: remove saving context during reset
2020-04-12 Antonio Borneocortex_m: remove deprecation for soft_reset_halt
2020-04-12 Antonio Borneocortex_a: don't wait for target halted in deassert_reset()
2020-04-09 Jan Matyastarget: added events TARGET_EVENT_STEP_START and _END
2020-04-05 Tarek BOCHKATIarmv8: log the register name which we failed to read...
2020-03-27 Evgeniy Didintarget/arc_cmd: Improve argument checks for commands
2020-03-26 Marc Schinktarget: Add possibility to remove all breakpoints
2020-03-26 Marc Schinktarget: Add function to remove all breakpoints
2020-03-17 Marc Schinkrtos: Destroy RTOS and fix memory leak
2020-03-12 Antonio Borneotarget/cortex_a: add hypervisor mode
2020-03-12 Antonio Borneoarmv7a: access monitor registers only with security...
2020-03-12 Antonio Borneotarget/armv4_5: remove unused macro
2020-03-12 Antonio Borneoarm: Use different enum for core_type and core_mode
2020-03-12 Antonio Borneoarm: fix reg num for Monitor mode
2020-03-12 Antonio Borneotarget: fix crash with jimtcl 0.78
2020-03-12 Tarek BOCHKATIsemihosting: add semihosting handlers to AArch64
2020-03-12 Matthias Welwarskycortex_a: warn on broken debug_base setting
2020-03-12 Tarek BOCHKATItarget/armv8_opcodes: use T32 instructions when the...
2020-03-12 Tarek BOCHKATItarget/aarch64: fix soft breakpoint when PE is in AArch...
2020-03-12 Tarek BOCHKATItarget/aarch64: fix minor stepping issue with gdb
2020-03-12 Tomas Vanektarget: add examine-fail event
2020-03-10 Tarek BOCHKATIsemihosting: reorganize semihosting commands
2020-03-07 Tomas Vanekhelper/binarybuffer: fix clang static analyzer warnings
2020-03-07 Tomas Vanektarget/arm920t: fix clang static analyzer warning
2020-02-29 Evgeniy Didintarget/arc: fix clang static analyzer warnings
2020-02-27 Evgeniy DidinIntroduce ARCv2 architecture related code
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk
2020-02-24 Antonio Borneoadi_v5_dapdirect: fix connect under reset
2020-02-23 Tomas Vanektarget/adi_v5_swd: fix clang static analyzer warning
2020-02-15 Antonio Borneoarmv8: check the core state to pass the correct arch...
next