summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Peter Hettkamp <peter.hettkamp@htp-tel.de> fix some problems with xsvf. Still...oharboe2008-11-031-1/+29
* Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe2008-11-035-7/+7
* more error handling and removed force breakpoints as that is handled by a mor...oharboe2008-11-022-88/+79
* invoke target_create() onceoharboe2008-11-021-1/+0
* step command now propagates erroroharboe2008-11-021-3/+3
* Alan Carvalho de Assis <acassis@gmail.com> imx27 config fileoharboe2008-11-022-1/+14
* Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algor...oharboe2008-11-021-32/+42
* Rick Altherr <kc8apf@kc8apf.net> - fix flash write_bank output.oharboe2008-11-021-1/+1
* Rick Altherr <kc8apf@kc8apf.net> - In cortex_m3_resume if debug_execution is...oharboe2008-11-021-0/+5
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-314-4/+49
* Rick Altherr <kc8apf@kc8apf.net> switch to new syntax for target eventsoharboe2008-10-3125-432/+433
* Rick Altherr <kc8apf@kc8apf.net> - update syntaxoharboe2008-10-3037-114/+70
* Hongtao Zheng single step fixesoharboe2008-10-304-32/+43
* - remove build warningntfreak2008-10-281-1/+1
* Kees Jongenburger <kees.jongenburger@gmail.com> update syntaxoharboe2008-10-281-3/+14
* Hongtao Zheng - more fixes to single stepping. Better hiding of details and ...oharboe2008-10-283-37/+17
* Hongtao Zheng - fix a simulation error for "BX PC"oharboe2008-10-281-0/+7
* Rick Altherr <kc8apf@kc8apf.net> - fix support for old target syntaxoharboe2008-10-281-11/+24
* Kees Jongenburger <kees.jongenburger@gmail.com> old" syntax target command ap...oharboe2008-10-271-2/+2
* Kees Jongenburger <kees.jongenburger@gmail.com> - fix typooharboe2008-10-271-1/+1
* Hongtao Zheng - add simulation because previous functions could not halt for ...oharboe2008-10-273-20/+72
* fix working area addressoharboe2008-10-271-1/+1
* added option to use ramdisk instead of flash jffs2oharboe2008-10-271-4/+184
* now compiles under Cygwin and eCos again.oharboe2008-10-271-0/+5
* - fix native mingw build if gettimeofday not defined.ntfreak2008-10-242-82/+74
* gdb_report_data_abort now ignores all target read errors, including address s...oharboe2008-10-242-9/+9
* fix working memory locationoharboe2008-10-231-15/+1
* hontor <hontor@126.com> - fix simulation step errorsoharboe2008-10-231-3/+9
* only log BUG: (do not return error) in the case of unknown debug reason(0xc)oharboe2008-10-231-1/+1
* whitespace trouble....oharboe2008-10-231-89/+89
* load and verify are now synonymous to load/verify_imageoharboe2008-10-221-0/+9
* updated docs a bit.oharboe2008-10-221-1/+2
* produce syntax erroroharboe2008-10-221-8/+4
* Laurentiu Cocanu - more help textoharboe2008-10-2210-37/+48
* version number keyword expansion handlingoharboe2008-10-221-2/+4
* fix warnings when building for eCosoharboe2008-10-222-2/+4
* remove duplicate targetoharboe2008-10-212-17/+1
* try to get struct timezone def right w.r.t. config.h. Now compiles under Cygw...oharboe2008-10-171-9/+13
* - update docs deprecated section to include links to new commands (if any)ntfreak2008-10-162-1121/+1121
* sleep command now prints out target debugmsgs w/anything like usable performanceoharboe2008-10-163-6/+11
* fix error handling in flash filloharboe2008-10-161-11/+7
* added help on production proc'soharboe2008-10-162-5/+21
* adding concept of production scriptoharboe2008-10-161-21/+64
* removed autoerase from flash fillXoharboe2008-10-161-23/+13
* added capture command to capture log output. Useful when wanting to capture l...oharboe2008-10-161-0/+27
* more robust error reporting for DCCoharboe2008-10-162-0/+7
* unsik Kim <donari75@gmail.com> - mflash supportoharboe2008-10-164-5/+1140
* - fix tcl_port typo in docsntfreak2008-10-152-25/+12
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-1515-131/+406
* 김운식 <donari75@gmail.com> spotted a bug in target_write_u8oharboe2008-10-151-1/+1