| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Kees Jongenburger <kees.jongenburger@gmail.com> update syntax | oharboe | 2008-10-28 | 1 | -3/+14 |
* | Hongtao Zheng - more fixes to single stepping. Better hiding of details and ... | oharboe | 2008-10-28 | 3 | -37/+17 |
* | Hongtao Zheng - fix a simulation error for "BX PC" | oharboe | 2008-10-28 | 1 | -0/+7 |
* | Rick Altherr <kc8apf@kc8apf.net> - fix support for old target syntax | oharboe | 2008-10-28 | 1 | -11/+24 |
* | Kees Jongenburger <kees.jongenburger@gmail.com> old" syntax target command ap... | oharboe | 2008-10-27 | 1 | -2/+2 |
* | Kees Jongenburger <kees.jongenburger@gmail.com> - fix typo | oharboe | 2008-10-27 | 1 | -1/+1 |
* | Hongtao Zheng - add simulation because previous functions could not halt for ... | oharboe | 2008-10-27 | 3 | -20/+72 |
* | fix working area address | oharboe | 2008-10-27 | 1 | -1/+1 |
* | added option to use ramdisk instead of flash jffs2 | oharboe | 2008-10-27 | 1 | -4/+184 |
* | now compiles under Cygwin and eCos again. | oharboe | 2008-10-27 | 1 | -0/+5 |
* | - fix native mingw build if gettimeofday not defined. | ntfreak | 2008-10-24 | 2 | -82/+74 |
* | gdb_report_data_abort now ignores all target read errors, including address s... | oharboe | 2008-10-24 | 2 | -9/+9 |
* | fix working memory location | oharboe | 2008-10-23 | 1 | -15/+1 |
* | hontor <hontor@126.com> - fix simulation step errors | oharboe | 2008-10-23 | 1 | -3/+9 |
* | only log BUG: (do not return error) in the case of unknown debug reason(0xc) | oharboe | 2008-10-23 | 1 | -1/+1 |
* | whitespace trouble.... | oharboe | 2008-10-23 | 1 | -89/+89 |
* | load and verify are now synonymous to load/verify_image | oharboe | 2008-10-22 | 1 | -0/+9 |
* | updated docs a bit. | oharboe | 2008-10-22 | 1 | -1/+2 |
* | produce syntax error | oharboe | 2008-10-22 | 1 | -8/+4 |
* | Laurentiu Cocanu - more help text | oharboe | 2008-10-22 | 10 | -37/+48 |
* | version number keyword expansion handling | oharboe | 2008-10-22 | 1 | -2/+4 |
* | fix warnings when building for eCos | oharboe | 2008-10-22 | 2 | -2/+4 |
* | remove duplicate target | oharboe | 2008-10-21 | 2 | -17/+1 |
* | try to get struct timezone def right w.r.t. config.h. Now compiles under Cygw... | oharboe | 2008-10-17 | 1 | -9/+13 |
* | - update docs deprecated section to include links to new commands (if any) | ntfreak | 2008-10-16 | 2 | -1121/+1121 |
* | sleep command now prints out target debugmsgs w/anything like usable performance | oharboe | 2008-10-16 | 3 | -6/+11 |
* | fix error handling in flash fill | oharboe | 2008-10-16 | 1 | -11/+7 |
* | added help on production proc's | oharboe | 2008-10-16 | 2 | -5/+21 |
* | adding concept of production script | oharboe | 2008-10-16 | 1 | -21/+64 |
* | removed autoerase from flash fillX | oharboe | 2008-10-16 | 1 | -23/+13 |
* | added capture command to capture log output. Useful when wanting to capture l... | oharboe | 2008-10-16 | 1 | -0/+27 |
* | more robust error reporting for DCC | oharboe | 2008-10-16 | 2 | -0/+7 |
* | unsik Kim <donari75@gmail.com> - mflash support | oharboe | 2008-10-16 | 4 | -5/+1140 |
* | - fix tcl_port typo in docs | ntfreak | 2008-10-15 | 2 | -25/+12 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 15 | -131/+406 |
* | 김운식 <donari75@gmail.com> spotted a bug in target_write_u8 | oharboe | 2008-10-15 | 1 | -1/+1 |
* | - remove build warnings | ntfreak | 2008-10-14 | 7 | -35/+39 |
* | Laurentiu Cocanu - fix error handling | oharboe | 2008-10-14 | 1 | -10/+33 |
* | fixed a few crashes in syntax handling | oharboe | 2008-10-14 | 1 | -237/+235 |
* | Laurentiu Cocanu - more error handling fixes | oharboe | 2008-10-14 | 3 | -25/+85 |
* | Laurentiu Cocanu - add error handling | oharboe | 2008-10-14 | 13 | -166/+544 |
* | testing of syntax error in reset and at startup | oharboe | 2008-10-14 | 3 | -1/+21 |
* | reset cleanup. Remove obsolete events that are not needed for compatibility. | oharboe | 2008-10-14 | 16 | -28/+22 |
* | Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S... | oharboe | 2008-10-14 | 2 | -0/+19 |
* | John McCarthy <jgmcc@magma.ca> two patches add a mips_m4k target option (ejta... | oharboe | 2008-10-14 | 1 | -8/+15 |
* | John McCarthy <jgmcc@magma.ca> cleans up the usage of the | oharboe | 2008-10-14 | 5 | -77/+81 |
* | reset cleanup | oharboe | 2008-10-14 | 1 | -1/+1 |
* | Retired old reset code according to plan. | oharboe | 2008-10-13 | 2 | -132/+2 |
* | SEGFAULT gaffe in dummy register handling | oharboe | 2008-10-13 | 1 | -2/+2 |
* | hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fix | oharboe | 2008-10-13 | 1 | -86/+88 |