debuggers: import openocd-0.7.0
Initial check-in of openocd-0.7.0 as it can be downloaded from http://sourceforge.net/projects/openocd/files/openocd/0.7.0/ Any modifications will follow. Change-Id: I6949beaefd589e046395ea0cb80f4e1ab1654d55
This commit is contained in:
15
debuggers/openocd/jimtcl/README.extensions
Normal file
15
debuggers/openocd/jimtcl/README.extensions
Normal file
@ -0,0 +1,15 @@
|
||||
The /lib/jim directory contains both dynamically loadable extensions
|
||||
and pure-Tcl extensions.
|
||||
|
||||
Dynamically loadable extensions must have a .so file extension
|
||||
Tcl extensions must have a .tcl file extension
|
||||
|
||||
As long as /lib/jim is in $::auto_path (it is by default), extension
|
||||
abc can be loaded with:
|
||||
|
||||
package require abc
|
||||
|
||||
First abc.so will be tried, and then abc.tcl
|
||||
|
||||
Note that this directory may be something like /lib/jim, /usr/lib/jim or
|
||||
/usr/local/lib/jim, depending upon where jim was installed.
|
||||
Reference in New Issue
Block a user