aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)Author
2014-03-17flash: Constify write bufferAndreas Fritiofson
2014-03-07stlink: Use callback to increase frequency of trace data samplingAndreas Fritiofson
2013-12-01[PATCH 1/2]support64: Add functions into types and targetDongxue Zhang
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-08-07gdb_server: add target_debug_reason for program exit detectionHsiangkai Wang
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-06-05update files to correct FSF addressSpencer Oliver
2013-03-15target: Retire target_bulk_write_memory()Andreas Fritiofson
2013-03-13target: Remove read_memory_impAndreas Fritiofson
2013-03-05Move back off timer to target structMathias K
2012-10-07Revert "target: remove unused working area 'user' field"Spencer Oliver
2012-08-24target: remove unused working area 'user' fieldSpencer Oliver
2012-05-21target: target.h typo and comment cleanupSpencer Oliver
2012-05-21target: remove legacy target eventsSpencer Oliver
2012-05-21build: add helper/types.h to config.hSpencer Oliver
2012-02-26target: add target async algorithm supportSpencer Oliver
2012-02-23target: add function to get number of bytes available in working areaAndreas Fritiofson
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja
2011-08-12target: add helper functions to get/set u16 or u32 array from/to bufferStefan Mahr
2011-04-28smp : infra for smp minimum supportMichel Jaouen
2011-04-15RTOS Thread awareness support wipBroadcom Corporation (Evan Hunter)
2011-04-01types: write memory now uses constØyvind Harboe
2011-03-31target: add -dbgbase option to target configurationØyvind Harboe
2011-03-17Fix a bunch of typos.Uwe Hermann
2011-02-0324bit buffer supportMathias K
2011-01-31Add '-coreid' target option to support multiple cores per TAP.Aaron Carroll
2011-01-04target: change working area free data typeSpencer Oliver
2010-11-09target: document that target_poll() will report and clear sticky errorsØyvind Harboe
2010-05-04target: clean up target memory allocation error messagesØyvind Harboe
2010-04-10TARGET: review unused symbolsAntonio Borneo
2010-04-10TARGET: review scope of functionsAntonio Borneo
2010-04-04target: are we running algorithm code?David Brownell
2010-02-09target: add todo in target_write_memory() about alignmentØyvind Harboe
2010-01-13target: add check_reset hookØyvind Harboe
2009-12-13target: further shrink Jim-awarenessDavid Brownell
2009-12-08target: remove needless "extern"sDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30target: avoid using interp global variableZachary T Welch
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell
2009-11-25target: create and use target_name()David Brownell
2009-11-25target: target_get_name() --> target_type_name()David Brownell
2009-11-16move container_of to types.hZachary T Welch