aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-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-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-05-24openocd: properly use jim data typesAntonio Borneo1-1/+1
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-10-18target: Switch to target_read_buffer() in verify_image fallbackAndreas Fritiofson1-8/+1
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-3/+21
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