aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-26Conform to OpenOCD style guide.Tim Newsome1-2/+2
2017-12-22Merge branch 'master' into updateTim Newsome1-5/+3
2017-12-19Hide unknown registers, which probably don't existTim Newsome1-13/+15
2017-12-12target: remove unused event definitionsTomas Vanek1-4/+0
2017-12-07stm8 : new targetAke Rehnman1-0/+2
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-1/+1
2017-10-18Differentiate "target not halted" messages.Tim Newsome1-8/+8
2017-10-01Merge commit '7719e9618e753ac41a46a2488dfba549ac578891' into riscv-updLiviu Ionescu1-4/+4
2017-06-30target: Fix snprintf format string and argument mismatch in md outputAndreas Fritiofson1-4/+4
2017-06-13Merge branch 'remotes/openocd/master' into riscv64Tim Newsome1-151/+380
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt1-8/+8
2017-04-23target: Fix memory leakMarc Schink1-4/+19
2017-02-10riscv: Add register name to message when they do not exist.Megan Wachs1-3/+3
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky1-1/+16
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung1-0/+4
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-99/+210
2017-02-05Use the set/reg register error return code when registers don't exist.Megan Wachs1-3/+14
2016-12-08target: Replace malloc+manual zeroing with callocAndreas Fritiofson1-8/+1
2016-12-08semihosting: support fileio operationSteven Stallion1-4/+1
2016-12-08target: Add verify_image_checksum commandMatthias Welwarsky1-5/+27
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky1-7/+77
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar1-1/+2
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-2/+3
2016-10-17target: Clean up format stringsAndreas Färber1-23/+23
2016-10-17target: Add missing spaces in error messagesAndreas Färber1-6/+6
2016-09-23Refer to nonexistent riscv target.Tim Newsome1-0/+2
2016-08-13target: check late abort from target in async_algorithmTomas Vanek1-0/+9
2016-08-09target: add "phys" argument to mem2array, array2memMatthias Welwarsky1-6/+32
2016-07-19Fix usage of timeval_ms()Andreas Färber1-10/+10
2016-06-23Support for Freescale LS102x SAPEsben Haabendal1-0/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05target: improve robustness of reset commandTomas Vanek1-4/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-4/+4
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-3/+1
2016-02-13quark: add Intel Quark mcu D2000 supportIvan De Cesaris1-0/+2
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-2/+2
2015-11-03target: tell which target state is meantOleksij Rempel1-1/+2
2015-09-05server: tcl_trace commandAustin Morton1-0/+52
2015-08-06target: check memory handlers before use for all typesKarl Palsson1-24/+16
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton1-1/+1
2015-04-24target: try to reexamine even when polling failsPaul Fertser1-6/+4
2015-04-02target/target.c: fixed rp check bug in asynchronous flash write algorithm.DmitryShpak1-1/+1
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-0/+2
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+25
2015-03-09target/target: call event handlers around examine when polling resumesPaul Fertser1-14/+10
2015-03-09target: fix timer callbacks processingPaul Fertser1-26/+34
2015-03-09server: tcl_notifications commandAustin Morton1-1/+81
2015-02-22Remove long-deprecated "target count" and "target number" commands.Robert P. J. Day1-64/+0
2015-02-11target/profiling: Use the correct method to access registersAndreas Fritiofson1-1/+1
2015-02-11target: write gmon.out according to target endiannessJose de Sousa1-17/+15