improve startup tcl scripts

Fix a couple of layering violations missed in the last round.
Add missing comment headers.
This commit is contained in:
Zachary T Welch
2009-11-21 19:41:21 -08:00
parent b6210907ea
commit 47cb10217a
4 changed files with 20 additions and 19 deletions

View File

@@ -1,3 +1,5 @@
# Defines basic Tcl procs for OpenOCD server modules
# Handle GDB 'R' packet. Can be overriden by configuration script,
# but it's not something one would expect target scripts to do
# normally