aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-18Create `riscv repeat_read` command (#510)Tim Newsome1-3/+4
2020-07-17Further deprecate `-rtos riscv`. (#499)Tim Newsome1-0/+19
2020-06-23Merge branch 'master' into from_upstreamTim Newsome1-26/+44
2020-05-24openocd: properly use jim data typesAntonio Borneo1-1/+1
2020-05-14Make mem2array work with 64-bit addresses. (#475)Tim Newsome1-5/+6
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-2/+2
2020-04-21Remove BUILD_TARGET64Florian Fainelli1-2/+0
2020-04-09target: added events TARGET_EVENT_STEP_START and _ENDJan Matyas1-2/+14
2020-03-26target: Add possibility to remove all breakpointsMarc Schink1-5/+10
2020-03-17rtos: Destroy RTOS and fix memory leakMarc Schink1-0/+2
2020-03-12target: fix crash with jimtcl 0.78Antonio Borneo1-1/+0
2020-03-12target: add examine-fail eventTomas Vanek1-1/+6
2020-02-27Introduce ARCv2 architecture related codeEvgeniy Didin1-0/+2
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