aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-24target: rename CamelCase symbolsAntonio Borneo1-100/+100
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-22/+22
2021-07-10target: add support for 64bit data in mem2array and array2memJan Matyas1-132/+136
2021-07-10target: add 64-bit address array command supportDaniel Goehring1-10/+12
2021-07-02target: check return value of register get/set callbacksJan Matyas1-18/+22
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-2/+2
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-1/+1
2021-06-04Add target_data_bits().Tim Newsome1-4/+17
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink1-1/+1
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-74/+74
2021-05-29help text: remove trailing spaceAntonio Borneo1-3/+3
2021-05-22target: fix some minor typoAntonio Borneo1-1/+1
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-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