aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2020-01-16target/target: fix clang static analyzer warningsTomas Vanek1-1/+1
2020-01-14target/target: parse value as proper typeChristopher Head1-2/+2
2019-11-28mips64: Add generic mips64 target supportPeter Mamonov1-0/+2
2019-11-04Add support for 64-bit memory reads/writes (#419)Tim Newsome1-4/+15
2019-10-18target: Switch to target_read_buffer() in verify_image fallbackAndreas Fritiofson1-8/+1
2019-09-27Fix the build.Tim Newsome1-13/+2
2019-09-27Merge branch 'master' into from_upstreamTim Newsome1-341/+160
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-3/+21
2019-06-19Improve block read and checksum speed (#381)Tim Newsome1-1/+1
2019-06-13target: fix error on TCL command "return" in target event handlerAntonio Borneo1-1/+6
2019-06-12target: make target re-configuration possible againTomas Vanek1-1/+7
2019-05-23target: make handle_md_output() globalTomas Vanek1-2/+2
2019-05-23target: remove unused function target_buffer_get_u8()Antonio Borneo1-6/+0
2019-05-14target: Fix breakpoint usageMarc Schink1-1/+1
2019-05-14target: fix output of command "targets"Antonio Borneo1-7/+7
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-64/+64
2019-05-14target: change prototype of binprint()Paul Fertser1-8/+8
2019-05-14target: change prototype of handle_bp_command_set()Paul Fertser1-9/+9
2019-05-14target: change prototype of handle_bp_command_list()Paul Fertser1-8/+8
2019-05-14target: change prototype of handle_md_output()Paul Fertser1-3/+3
2019-05-14target: unify memory read/write commandsAntonio Borneo1-231/+23
2019-05-14target: use LOG_USER to print errors in eventsAntonio Borneo1-1/+6
2019-05-14target: change prototype of target_process_reset()Antonio Borneo1-5/+5
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-04-03Merge branch 'master' into from_upstreamTim Newsome1-22/+33
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-0/+16
2019-03-05Set up halt groups for SMP groups. (#353)Tim Newsome1-1/+3
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-02-08Merge branch 'master' into from_upstreamTim Newsome1-58/+60
2019-02-07Rtos riscv (#350)Tim Newsome1-0/+11
2019-01-27target: do not allow 'target create' after initTomas Vanek1-2/+1
2019-01-25More cleanup.Tim Newsome1-2/+0
2019-01-24WIP on hardware breakpoints.Tim Newsome1-0/+2
2019-01-17Fix reading of non-general registers for hwthreadTim Newsome1-2/+3
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-19From upstream (#331)Tim Newsome1-7/+64
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