summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-01-201-0/+2
* moved ioutil init to the right spot: before config scriptsoharboe2009-01-091-0/+1
* - add gdb pipe support to native win32 (--pipe option)ntfreak2009-01-013-6/+164
* Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe2008-12-281-0/+1
* Build Permutations with ftd2xx and libftdi addressed. Also added a new se of ...duane2008-12-271-1/+2
* httpd wip oharboe2008-12-221-1/+1
* cygwin fixesoharboe2008-12-221-3/+6
* Dick Hollenbeck <dick@softplc.com> better loggingoharboe2008-12-191-7/+8
* Dick Hollenbeck <dick@softplc.com> better commentsoharboe2008-12-191-9/+13
* - fix rlink build under native win32 (mingw)ntfreak2008-12-191-1/+6
* Dick Hollenbeck <dick@softplc.com> convert macros to inline fn's.oharboe2008-12-191-31/+62
* houskeepingoharboe2008-12-171-0/+121
* sync up to latest jim tcloharboe2008-12-162-175/+240
* fix broken -c/f options where it would silently terminate for scripts that di...oharboe2008-12-161-19/+18
* - add missing svn props from r1243 commitntfreak2008-12-151-590/+590
* sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...oharboe2008-12-152-0/+597
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-153-8/+41
* - remove target specific variant and use target->variant memberntfreak2008-12-1312-76/+66
* - fix illegal memory access in unregister_command functionntfreak2008-12-101-11/+19
* "Theodore A. Roth" <taroth@gmail.com> fixes to distcheckoharboe2008-12-011-1/+2
* jtag newtap change & huge manual updateduane2008-11-301-0/+2
* Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe2008-11-271-44/+0
* friendlier error messagesoharboe2008-11-261-3/+6
* Fixes (more or less) random SEGFAULT upon invoking script_command().oharboe2008-11-111-2/+11
* execute reset init upon power restore / srst deassertoharboe2008-11-101-0/+20
* minor cleanupoharboe2008-11-101-16/+3
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-15/+0
* cpu help command wipoharboe2008-11-041-1/+40
* Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe2008-11-033-4/+4
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-313-3/+34
* Kees Jongenburger <kees.jongenburger@gmail.com> - fix typooharboe2008-10-271-1/+1
* 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-241-8/+8
* load and verify are now synonymous to load/verify_imageoharboe2008-10-221-0/+9
* Laurentiu Cocanu - more help textoharboe2008-10-221-1/+1
* fix warnings when building for eCosoharboe2008-10-221-0/+2
* try to get struct timezone def right w.r.t. config.h. Now compiles under Cygw...oharboe2008-10-171-9/+13
* sleep command now prints out target debugmsgs w/anything like usable performanceoharboe2008-10-162-5/+10
* added help on production proc'soharboe2008-10-161-0/+20
* added capture command to capture log output. Useful when wanting to capture l...oharboe2008-10-161-0/+27
* reset cleanup. Remove obsolete events that are not needed for compatibility.oharboe2008-10-141-7/+3
* Fixed gaffes in reset script handling + improved erroroharboe2008-10-131-40/+40
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-132-4/+2
* Duane Ellis: addresses protocol problems with GDB.oharboe2008-10-111-0/+1
* added busy sleep (for testing purposes)oharboe2008-10-093-63/+93
* file not found SEGFAULT fixoharboe2008-10-081-1/+3
* Duane Ellis: added missing invocation of reset-initoharboe2008-10-011-1/+2
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-2018-34/+41
* - Fixed regression introduced in 890 when "fixing warnings" for target_call_t...oharboe2008-09-121-33/+33