aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-13target: enhance target profilingHsiangkai Wang1-16/+40
2013-09-13target: add profiling interfaceHsiangkai Wang1-64/+104
2013-09-13target: increase the maximum number of bucketsHsiangkai Wang1-1/+3
2013-09-13target: Correct profiling calculationHsiangkai Wang1-3/+7
2013-09-13target: Make profiling function more readableHsiangkai Wang1-10/+10
2013-09-13target: Rewrite read/write buffer default implementationsAndreas Fritiofson1-88/+51
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson1-19/+3
2013-08-29target: Remove error messages as no .get_gdb_fileio_infoHsiangkai Wang1-2/+4
2013-08-07target: clear running_alg flag after resetPaul Fertser1-1/+3
2013-08-07gdb_server: add target_debug_reason for program exit detectionHsiangkai Wang1-0/+1
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang1-0/+42
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang1-0/+17
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-2/+3
2013-07-17target: fix halt and wait_halt timeout unitsPaul Fertser1-4/+2
2013-07-15target: use consistent halt timeoutSpencer Oliver1-2/+5
2013-07-15target: remove double const specificatorPaul Fertser1-2/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-06-05nds32: add new target type nds32_v2, nds32_v3, nds32_v3mHsiangkai Wang1-0/+6
2013-03-15target: Retire target_bulk_write_memory()Andreas Fritiofson1-6/+0
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson1-0/+9
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter1-0/+2
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-23/+10
2013-03-13target: Remove write_memory_impAndreas Fritiofson1-13/+8
2013-03-13target: Remove soft_reset_halt_impAndreas Fritiofson1-7/+4
2013-03-06target: use common target_name to access target::cmd_name memberSpencer Oliver1-8/+8
2013-03-05Move back off timer to target structMathias K1-16/+13
2013-03-05Add the target name to debug output for better understanding and error identi...Mathias K1-2/+3
2012-12-23stlink: rename stlink cmd namesSpencer Oliver1-2/+2
2012-12-23target: add deprecated target name supportSpencer Oliver1-0/+9
2012-11-06target: add async algorithm timeoutSpencer Oliver1-0/+11
2012-10-07Revert "target: remove unused working area 'user' field"Spencer Oliver1-0/+14
2012-08-24target: remove unused working area 'user' fieldSpencer Oliver1-14/+0
2012-08-02target: add valid smp target checkSpencer Oliver1-1/+3
2012-07-11target.c, jim_target_md using command_print_samelineVandra Akos1-8/+8
2012-07-11target/target.c, jim_target_md refractoredVandra Akos1-22/+52
2012-05-21target: enable TARGET_EVENT_EXAMINE_* eventsSpencer Oliver1-2/+16
2012-05-21target: enable TARGET_EVENT_RESUME_* eventsSpencer Oliver1-0/+4
2012-05-21target: remove legacy target eventsSpencer Oliver1-7/+1
2012-05-21target: remove duplicate target eventsSpencer Oliver1-4/+0
2012-05-04build: remove clang unused variable assignment warningsSpencer Oliver1-1/+0
2012-02-26target: add target async algorithm supportSpencer Oliver1-0/+131
2012-02-23target: add function to get number of bytes available in working areaAndreas Fritiofson1-0/+19
2012-02-23target: rewrite working area allocatorAndreas Fritiofson1-68/+169
2012-02-09Add init_board procedure executed after init_targetsFreddie Chopin1-0/+4
2012-02-06build: cleanup src/target directorySpencer Oliver1-892/+530
2012-01-30target: increase chunk size in dump_imageAndreas Fritiofson1-4/+12
2012-01-15rtos : ps commandMichel JAOUEN1-0/+29
2012-01-15rtos : smp supportMichel JAOUEN1-10/+12
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-7/+1