aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14target: rewrite jim_target_event_list to handle_target_event_listTomas Vanek1-12/+11
2019-04-10target: fix copy&paste error in cget -coreidTomas Vanek1-1/+1
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-1/+1
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-0/+16
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky1-0/+1
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+1
2019-03-01target: Use proper data types for timer callbackMarc Schink1-4/+5
2019-02-15target, breakpoints: improve error handlingTomas Vanek1-17/+10
2019-01-27target: do not allow 'target create' after initTomas Vanek1-2/+1
2018-12-19target: allow moving and resizing working area on running targetTomas Vanek1-5/+8
2018-12-19target: move all working_area functions to one blockTomas Vanek1-51/+51
2018-11-13Permit null target on TCL connectionChristopher Head1-3/+8
2018-10-28target/target.c: adding keep_alive() to while loop.Kevin Gillespie1-0/+3
2018-10-16esirisc: support eSi-RISC targetsSteven Stallion1-1/+3
2018-10-16gdb_server: add support for architecture elementSteven Stallion1-0/+7
2018-10-16register: support non-existent registersSteven Stallion1-4/+11
2018-10-01gdb_server: avoid gdb server for virtual targetsAntonio Borneo1-0/+10
2018-09-10target/mem_ap: generic mem-ap targetMatthias Welwarsky1-0/+2
2018-09-07gdb_server: add per target option "-gdb-port"Antonio Borneo1-0/+21
2018-07-24Add RISC-V support.Tim Newsome1-0/+2
2018-07-18target: Fix segfault for 'mem2array'Marc Schink1-1/+2
2018-07-09target: fix 'bp' command help messageAntonio Borneo1-1/+1
2018-06-06target/target.c: free semihosting memberLiviu Ionescu1-0/+3
2018-06-04target: fix syntax in help messageAntonio Borneo1-3/+1
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-6/+4
2018-04-07target: free target SMP list on shutdownMatthias Welwarsky1-0/+12
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek1-0/+2
2018-03-30target: fix display halt message logicTomas Vanek1-1/+4
2018-03-30target: restructure dap supportMatthias Welwarsky1-6/+34
2018-03-30arm_cti: add cti command groupMatthias Welwarsky1-16/+1
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek1-0/+16
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek1-5/+21
2018-02-27Fix incorrect commentChristopher Head1-2/+1
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis1-4/+37
2018-01-25Use timeval helpersChristopher Head1-22/+6
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek1-0/+4
2018-01-13profiling: write "correct" sample rate to gmon outputKarl Palsson1-3/+6
2017-12-12target: remove unused event definitionsTomas Vanek1-4/+0
2017-12-07stm8 : new targetAke Rehnman1-0/+2
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-1/+1
2017-10-18Differentiate "target not halted" messages.Tim Newsome1-8/+8
2017-06-30target: Fix snprintf format string and argument mismatch in md outputAndreas Fritiofson1-4/+4
2017-04-23target: Fix memory leakMarc Schink1-4/+19
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky1-1/+16
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung1-0/+4
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-99/+210
2016-12-08target: Replace malloc+manual zeroing with callocAndreas Fritiofson1-8/+1
2016-12-08semihosting: support fileio operationSteven Stallion1-4/+1
2016-12-08target: Add verify_image_checksum commandMatthias Welwarsky1-5/+27