URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
[/] [openmsp430/] [trunk/] [tools/] [bin/] [openmsp430-minidebug.tcl] - Diff between revs 210 and 214
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 210 |
Rev 214 |
Line 27... |
Line 27... |
#
|
#
|
# Author(s):
|
# Author(s):
|
# - Olivier Girard, olgirard@gmail.com
|
# - Olivier Girard, olgirard@gmail.com
|
#
|
#
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
# $Rev: 210 $
|
# $Rev: 214 $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedBy: olivier.girard $
|
# $LastChangedDate: 2015-11-17 10:57:08 +0100 (Tue, 17 Nov 2015) $
|
# $LastChangedDate: 2016-03-12 21:15:33 +0100 (Sat, 12 Mar 2016) $
|
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
|
|
###############################################################################
|
###############################################################################
|
# #
|
# #
|
# SOURCE LIBRARIES #
|
# SOURCE LIBRARIES #
|
Line 1659... |
Line 1659... |
.code.text tag config highlightBRK1_DIS -background $color(Brk1_disabled)
|
.code.text tag config highlightBRK1_DIS -background $color(Brk1_disabled)
|
.code.text tag config highlightBRK2_ACT -background $color(Brk2_active)
|
.code.text tag config highlightBRK2_ACT -background $color(Brk2_active)
|
.code.text tag config highlightBRK2_DIS -background $color(Brk2_disabled)
|
.code.text tag config highlightBRK2_DIS -background $color(Brk2_disabled)
|
|
|
|
|
|
# Close the window
|
|
wm protocol . WM_DELETE_WINDOW {
|
|
if {[tk_messageBox -message "Quit?" -type yesno] eq "yes"} {
|
|
clearBreakpoints
|
|
utils::uart_close
|
|
exit
|
|
}
|
|
}
|
|
|
#######################################
|
#######################################
|
# PERIODICALLY CHECK THE CPU STATUS #
|
# PERIODICALLY CHECK THE CPU STATUS #
|
#######################################
|
#######################################
|
selectCPU 0
|
selectCPU 0
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.