aboutsummaryrefslogtreecommitdiff
path: root/src/helper/startup.tcl
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo1-0/+22
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2019-05-14helper/command: do not replace new commands with ocd_ prefixPaul Fertser1-30/+0
2019-04-03helper/startup.tcl: remove proc exitAntonio Borneo1-7/+0
2018-12-15helper/startup.tcl: fix execution stack frame of wrapped commandsAntonio Borneo1-3/+6
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser1-2/+4
2014-09-22command: Fix confusing syntax error messageAndreas Fritiofson1-1/+1
2011-10-24Fix "Evaluate 'script' in the global scope"Freddie Chopin1-1/+1
2011-08-11Evaluate 'script' in the global scopeSteve Bennett1-2/+2
2011-01-31error: remove debug output when reporting errorsØyvind Harboe1-1/+2
2010-09-20startup: removed capture_catchØyvind Harboe1-7/+0
2009-11-30make syntax errors respond with 'usage'Zachary T Welch1-1/+1
2009-11-28remove unknown handlerZachary T Welch1-2/+2
2009-11-28improve command handler wrapper scriptZachary T Welch1-0/+24
2009-11-24improve usage and help command outputZachary T Welch1-34/+0
2009-11-24allow scripts to update usage informationZachary T Welch1-3/+4
2009-11-24rewrite 'unknown' command dispatching in CZachary T Welch1-17/+0
2009-11-24improve startup tcl scriptsZachary T Welch1-4/+0
2009-11-20add add_help_text command handlerZachary T Welch1-15/+1
2009-11-20improve 'help' commandZachary T Welch1-18/+0
2009-11-20factor help script command into partsZachary T Welch1-28/+34
2009-11-18split startup.tcl file across modulesZachary T Welch1-230/+1
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell1-0/+9
2009-11-11wrap help commandZachary T Welch1-9/+17
2009-10-14doc updates to match "help" betterDavid Brownell1-52/+5
2009-10-08add overridable Tcl "init_reset"David Brownell1-8/+22
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-0/+10
2009-09-23Start handling the (second) SRST stage of reset better:dbrownell1-6/+11
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-20/+20
2009-09-18Tweak TCL reset script ... mostly improving descriptions ofdbrownell1-12/+27
2009-09-14error message upon recursive invocation of reset from reset event handlersoharboe1-0/+22
2009-08-30Dirk Behme <dirk.behme@googlemail.com> Fix typo in help text. It has to be 'p...oharboe1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe1-1/+1
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak1-9/+0
2009-07-07delete long retired commented out code (daemon_startup)oharboe1-4/+0
2009-06-07David Brownell <david-b@pacbell.net>:zwelch1-5/+23
2009-05-18less weird error messages for unknown commands. Check if command exists befor...oharboe1-3/+4
2009-02-17zy1000 1.49 snapshotoharboe1-0/+8
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe1-44/+0
2008-11-10execute reset init upon power restore / srst deassertoharboe1-0/+20
2008-11-10minor cleanupoharboe1-16/+3
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe1-15/+0
2008-11-04cpu help command wipoharboe1-1/+40
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe1-0/+16
2008-10-27Kees Jongenburger <kees.jongenburger@gmail.com> - fix typooharboe1-1/+1
2008-10-24- fix native mingw build if gettimeofday not defined.ntfreak1-75/+69
2008-10-24gdb_report_data_abort now ignores all target read errors, including address s...oharboe1-8/+8
2008-10-22load and verify are now synonymous to load/verify_imageoharboe1-0/+9
2008-10-16added help on production proc'soharboe1-0/+20