Use boolean argument for register_get_by_name()
[fw/openocd] / src / target / target.c
2021-06-18 Marc SchinkUse boolean argument for register_get_by_name()
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands.
2021-06-04 Tim NewsomeAdd target_data_bits().
2021-06-04 Marc Schinktarget: Use 'bool' for 'reset_halt'
2021-06-04 Antonio Borneohelper/jim-nvp: comply with coding style [2/2]
2021-05-29 Antonio Borneohelp text: remove trailing space
2021-05-22 Antonio Borneotarget: fix some minor typo
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim
2021-04-18 Antonio Borneohelper/command: override target only on target prefixed...
2021-04-18 Antonio Borneohelper/command: get current target from dedicated API
2021-04-18 Antonio Borneohelper/command: always pass struct command as jim priva...
2021-03-19 Antonio Borneotarget: remove handling of target's deprecated_name
2021-03-10 Antonio Borneoarmv7m_trace: get rid of the old tpiu code
2021-03-10 Yasushi SHOJItarget: Remove redundant initialization of endianness
2021-03-04 Antonio Borneotarget: avoid polling during 'resumed' event handler
2021-02-13 Peter Mamonovtarget: use proper macro for parsing watchpoint address
2021-01-13 Antonio Borneoopenocd: fix doxygen parameters of functions
2021-01-13 Antonio Borneotarget: fix memory leak on multiple '-gdb-port' flag
2020-11-15 Tomas Vanektarget, register: allow a register hidden from gdb...
2020-11-15 Antonio Borneoflash/stmqspi: minor fixes on coding style
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI...
2020-11-07 Kevin Yangtarget: Examine subsequent targets after failure
2020-11-07 Marc Schinktarget/image: Use proper data types
2020-11-04 Antonio Borneotarget: declare local symbols as static
2020-11-04 Antonio Borneotarget: handle command 'target current' when no target...
2020-11-04 Antonio Borneogdb_server: allow multiple GDB connections to selected...
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-09-05 Antonio Borneotarget: avoid checking for non NULL pointer to free it
2020-09-05 Antonio Borneotarget: use proper format with uint32_t
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-07-26 Antonio Borneotarget: fix minor typos and duplicated words
2020-07-08 Antonio Borneocoding style: fix space separation
2020-06-27 Antonio Borneotarget: do not print an error on shutdown in target...
2020-05-24 Antonio Borneoopenocd: properly use jim data types
2020-05-09 Antonio Borneocoding style: add missing space when split strings
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
next