Remove BUILD_TARGET64
[fw/openocd] / src / target / target.c
2020-04-21 Florian FainelliRemove BUILD_TARGET64
2020-04-09 Jan Matyastarget: added events TARGET_EVENT_STEP_START and _END
2020-03-26 Marc Schinktarget: Add possibility to remove all breakpoints
2020-03-17 Marc Schinkrtos: Destroy RTOS and fix memory leak
2020-03-12 Antonio Borneotarget: fix crash with jimtcl 0.78
2020-03-12 Tomas Vanektarget: add examine-fail event
2020-02-27 Evgeniy DidinIntroduce ARCv2 architecture related code
2020-02-24 Antonio Borneocoding style: fix space around pointer's asterisk
2020-01-16 Tomas Vanektarget/target: fix clang static analyzer warnings
2020-01-14 Christopher Headtarget/target: parse value as proper type
2019-11-28 Peter Mamonovmips64: Add generic mips64 target support
2019-10-18 Andreas Fritiofsontarget: Switch to target_read_buffer() in verify_image...
2019-08-28 Tim Newsomegdb_server, rtos: Fine-grained RTOS register access
2019-06-13 Antonio Borneotarget: fix error on TCL command "return" in target...
2019-06-12 Tomas Vanektarget: make target re-configuration possible again
2019-05-23 Tomas Vanektarget: make handle_md_output() global
2019-05-23 Antonio Borneotarget: remove unused function target_buffer_get_u8()
2019-05-14 Marc Schinktarget: Fix breakpoint usage
2019-05-14 Antonio Borneotarget: fix output of command "targets"
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsertarget: change prototype of binprint()
2019-05-14 Paul Fertsertarget: change prototype of handle_bp_command_set()
2019-05-14 Paul Fertsertarget: change prototype of handle_bp_command_list()
2019-05-14 Paul Fertsertarget: change prototype of handle_md_output()
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: rewrite jim_target_event_list to handle_target_...
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 Borneocommand_registration: add empty usage field to chained...
2019-03-08 Tim Newsomegdb_server, target: Add target_address_bits()
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-15 Tomas Vanektarget, breakpoints: improve error handling
2019-01-27 Tomas Vanektarget: do not allow 'target create' after init
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-11-13 Christopher HeadPermit null target on TCL connection
2018-10-28 Kevin Gillespietarget/target.c: adding keep_alive() to while loop.
2018-10-16 Steven Stallionesirisc: support eSi-RISC targets
2018-10-16 Steven Stalliongdb_server: add support for architecture element
2018-10-16 Steven Stallionregister: support non-existent registers
2018-10-01 Antonio Borneogdb_server: avoid gdb server for virtual targets
2018-09-10 Matthias Welwarskytarget/mem_ap: generic mem-ap target
2018-09-07 Antonio Borneogdb_server: add per target option "-gdb-port"
2018-07-24 Tim NewsomeAdd RISC-V support.
2018-07-18 Marc Schinktarget: Fix segfault for 'mem2array'
2018-07-09 Antonio Borneotarget: fix 'bp' command help message
2018-06-06 Liviu Ionescutarget/target.c: free semihosting member
2018-06-04 Antonio Borneotarget: fix syntax in help message
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2018-04-07 Matthias Welwarskytarget: free target SMP list on shutdown
2018-03-30 Tomas Vanekjtag/core, target: unregister JTAG events
2018-03-30 Tomas Vanektarget: fix display halt message logic
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-03-30 Matthias Welwarskyarm_cti: add cti command group
2018-03-15 Tomas Vanektarget/target: free what leaked in target_destroy()
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands...
2018-02-27 Christopher HeadFix incorrect comment
2018-02-24 Girts FolkmanisExpand target_run_flash_async_algorithm() doc comment.
2018-01-25 Christopher HeadUse timeval helpers
2018-01-25 Tomas Vanektarget, arm_adi_v5: catch two allocation errors
2018-01-13 Karl Palssonprofiling: write "correct" sample rate to gmon output
2017-12-12 Tomas Vanektarget: remove unused event definitions
2017-12-07 Ake Rehnmanstm8 : new target
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2017-10-18 Tim NewsomeDifferentiate "target not halted" messages.
2017-06-30 Andreas Fritiofsontarget: Fix snprintf format string and argument mismatc...
2017-04-23 Marc Schinktarget: Fix memory leak
2017-02-10 Matthias Welwarskytarget: add -ctibase config option in addition to ...
2017-02-10 David Ungaarch64: Add ARMv8 AARCH64 support files
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Andreas Fritiofsontarget: Replace malloc+manual zeroing with calloc
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-12-08 Matthias Welwarskytarget: Add verify_image_checksum command
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command
2016-11-04 HarishKumarTcl commands: Fix improper return status in flash comma...
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-10-17 Andreas Färbertarget: Clean up format strings
2016-10-17 Andreas Färbertarget: Add missing spaces in error messages
2016-08-13 Tomas Vanektarget: check late abort from target in async_algorithm
2016-08-09 Matthias Welwarskytarget: add "phys" argument to mem2array, array2mem
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-06-23 Esben HaabendalSupport for Freescale LS102x SAP
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-05 Tomas Vanektarget: improve robustness of reset command
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct
2016-02-13 Ivan De Cesarisquark: add Intel Quark mcu D2000 support
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
2015-11-03 Oleksij Rempeltarget: tell which target state is meant
2015-09-05 Austin Mortonserver: tcl_trace command
2015-08-06 Karl Palssontarget: check memory handlers before use for all types
2015-05-17 Austin Mortonserver: avoid the tcl server crashing when there is...
2015-04-24 Paul Fertsertarget: try to reexamine even when polling fails
2015-04-01 DmitryShpaktarget/target.c: fixed rp check bug in asynchronous...
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.)
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the...
next