From c2242636b6be53db51f4be3821344162029bdf5d Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 27 Jan 2017 11:52:30 +0100 Subject: [PATCH] Run GETSYM to get all monitor symbols. --- build/build.tcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/build.tcl b/build/build.tcl index d36cd192..35474400 100644 --- a/build/build.tcl +++ b/build/build.tcl @@ -1280,6 +1280,11 @@ expect ":KILL" respond "*" ":midas kcc;ts 20xcsv_20xcsv\r" expect ":KILL" +# Run GETSYM to get all monitor symbols. +respond "*" ":cwd kcc\r" +respond "*" ":getsym\r" +expect ":KILL" + # UP respond "*" ":midas sys1;ts up_sysen1;up\r" expect ":KILL"