aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-10gdb_server: add debug signal reason printsMarek Vrbka1-0/+2
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-3/+3
2023-05-13target: rewrite command 'arp_reset' as COMMAND_HANDLERAntonio Borneo1-5/+0
2023-01-15target/cortex_m: add SMP support for Cortex-MTomas Vanek1-0/+4
2022-09-13openocd: remove recently added CamelCase symbolsAntonio Borneo1-8/+8
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-05-27Give each SMP group a unique number.Tim Newsome1-1/+1
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-2/+4
2022-02-05semihosting: User defined operation, Tcl command exec on hostZoltán Dudás1-0/+9
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek1-0/+7
2021-11-20target: Use target_addr_t for algorithm addresses.Tim Newsome1-3/+3
2021-07-31Call poll at a fixed interval.Tim Newsome1-1/+8
2021-06-04Add target_data_bits().Tim Newsome1-0/+7
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink1-1/+1
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+2
2020-11-11target/cortex_m: Change sleep to running stateKevin Yang1-1/+1
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch1-0/+12
2020-11-04gdb_server: allow multiple GDB connections to selected targetsAntonio Borneo1-0/+2
2020-10-30target/cortex_m: reduce duplication in profilingChristopher Head1-0/+3
2020-05-24openocd: properly use jim data typesAntonio Borneo1-2/+3
2020-04-21target/armv7m: minor fixes of target algo exit point checkTomas Vanek1-0/+1
2020-04-09target: added events TARGET_EVENT_STEP_START and _ENDJan Matyas1-0/+2
2020-03-12target: add examine-fail eventTomas Vanek1-0/+1
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-0/+10
2019-05-23target: make handle_md_output() globalTomas Vanek1-0/+5
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-0/+10
2019-03-06target: Remove unused variable 'has_percent'Marc Schink1-1/+0
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky1-1/+2
2019-03-01target: Use proper data types for timer callbackMarc Schink1-3/+8
2019-02-15target, breakpoints: improve error handlingTomas Vanek1-0/+1
2018-11-13Permit null target on TCL connectionChristopher Head1-0/+1
2018-10-16esirisc: support eSi-RISC targetsSteven Stallion1-0/+7
2018-10-16gdb_server: add support for architecture elementSteven Stallion1-0/+7
2018-10-01gdb_server: avoid gdb server for virtual targetsAntonio Borneo1-0/+7
2018-09-07gdb_server: add per target option "-gdb-port"Antonio Borneo1-0/+2
2018-06-04Rework/update ARM semihostingLiviu Ionescu1-4/+7
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-1/+8
2018-03-30target: fix display halt message logicTomas Vanek1-1/+1
2018-03-30target: restructure dap supportMatthias Welwarsky1-0/+5
2018-03-30arm_cti: add cti command groupMatthias Welwarsky1-4/+0
2018-02-21target: fix target.working_area typePeter Mamonov1-1/+1
2017-12-12target: remove unused event definitionsTomas Vanek1-4/+0
2017-04-23target: Fix memory leakMarc Schink1-1/+1
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky1-0/+5
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-21/+26
2016-12-08cortex_m: allow setting debug ap during createMatthias Welwarsky1-0/+1
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky1-0/+3
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-10-17target: Fix working_area_phys_spec commentAndreas Färber1-1/+1
2016-07-19Fix usage of timeval_ms()Andreas Färber1-1/+1