aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky
2019-03-01Use enum for target_register_timer_callback()Marc Schink
2019-03-01target: Use proper data types for timer callbackMarc Schink
2019-02-15target, breakpoints: improve error handlingTomas Vanek
2019-01-27target: do not allow 'target create' after initTomas Vanek
2018-12-19target: allow moving and resizing working area on running targetTomas Vanek
2018-12-19target: move all working_area functions to one blockTomas Vanek
2018-11-13Permit null target on TCL connectionChristopher Head
2018-10-28target/target.c: adding keep_alive() to while loop.Kevin Gillespie
2018-10-16esirisc: support eSi-RISC targetsSteven Stallion
2018-10-16gdb_server: add support for architecture elementSteven Stallion
2018-10-16register: support non-existent registersSteven Stallion
2018-10-01gdb_server: avoid gdb server for virtual targetsAntonio Borneo
2018-09-10target/mem_ap: generic mem-ap targetMatthias Welwarsky
2018-09-07gdb_server: add per target option "-gdb-port"Antonio Borneo
2018-07-24Add RISC-V support.Tim Newsome
2018-07-18target: Fix segfault for 'mem2array'Marc Schink
2018-07-09target: fix 'bp' command help messageAntonio Borneo
2018-06-06target/target.c: free semihosting memberLiviu Ionescu
2018-06-04target: fix syntax in help messageAntonio Borneo
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek
2018-04-07target: free target SMP list on shutdownMatthias Welwarsky
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek
2018-03-30target: fix display halt message logicTomas Vanek
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-30arm_cti: add cti command groupMatthias Welwarsky
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2018-02-27Fix incorrect commentChristopher Head
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis
2018-01-25Use timeval helpersChristopher Head
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek
2018-01-13profiling: write "correct" sample rate to gmon outputKarl Palsson
2017-12-12target: remove unused event definitionsTomas Vanek
2017-12-07stm8 : new targetAke Rehnman
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2017-10-18Differentiate "target not halted" messages.Tim Newsome
2017-06-30target: Fix snprintf format string and argument mismatch in md outputAndreas Fritiofson
2017-04-23target: Fix memory leakMarc Schink
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-12-08target: Replace malloc+manual zeroing with callocAndreas Fritiofson
2016-12-08semihosting: support fileio operationSteven Stallion
2016-12-08target: Add verify_image_checksum commandMatthias Welwarsky
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber