aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Remote enable_rtos_riscv command.Tim Newsome1-19/+0
2021-05-03Merge branch 'master' into from_upstreamTim Newsome1-19/+42
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-1/+2
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo1-5/+1
2021-04-18helper/command: get current target from dedicated APIAntonio Borneo1-26/+39
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo1-13/+26
2021-04-13Merge branch 'master' into from_upstreamTim Newsome1-16/+20
2021-03-19target: remove handling of target's deprecated_nameAntonio Borneo1-9/+0
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-0/+5
2021-03-10target: Remove redundant initialization of endiannessYasushi SHOJI1-3/+0
2021-03-04target: avoid polling during 'resumed' event handlerAntonio Borneo1-0/+11
2021-02-13target: use proper macro for parsing watchpoint addressPeter Mamonov1-4/+4
2021-02-11From upstream (#580)Tim Newsome1-0/+21
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-0/+20
2021-01-13target: fix memory leak on multiple '-gdb-port' flagAntonio Borneo1-0/+1
2020-12-31Merge branch 'master' into from_upstreamTim Newsome1-35/+218
2020-11-15target, register: allow a register hidden from gdb and 'reg' cmdTomas Vanek1-1/+1
2020-11-15flash/stmqspi: minor fixes on coding styleAntonio Borneo1-1/+1
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch1-2/+156
2020-11-07target: Examine subsequent targets after failureKevin Yang1-3/+5
2020-11-07target/image: Use proper data typesMarc Schink1-14/+11
2020-11-04target: declare local symbols as staticAntonio Borneo1-3/+3
2020-11-04target: handle command 'target current' when no target is presentAntonio Borneo1-1/+3
2020-11-04gdb_server: allow multiple GDB connections to selected targetsAntonio Borneo1-3/+25
2020-10-30target: restore last run state after profilingChristopher Head1-1/+13
2020-10-30target/cortex_m: reduce duplication in profilingChristopher Head1-3/+1
2020-10-30target: allow profiling from runningChristopher Head1-4/+0
2020-10-15Merge branch 'master' into from_upstream_histogramTim Newsome1-72/+117
2020-10-07Add memory sample feature (#541)Tim Newsome1-16/+22
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-17/+8
2020-09-05target: use proper format with uint32_tAntonio Borneo1-7/+7
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-6/+6
2020-08-18Create `riscv repeat_read` command (#510)Tim Newsome1-3/+4
2020-08-08target: fix memory leaks on target_create() failAntonio Borneo1-14/+55
2020-08-08target: fix registers reading from non examined targetMikhail Rasputin1-1/+10
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-6/+6
2020-07-17Further deprecate `-rtos riscv`. (#499)Tim Newsome1-0/+19
2020-07-08coding style: fix space separationAntonio Borneo1-20/+20
2020-06-27target: do not print an error on shutdown in target eventsAntonio Borneo1-2/+6
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