From ba447ec2175b15e3f9368c6dd18988215b36b84b Mon Sep 17 00:00:00 2001 From: travisutk Date: Wed, 26 May 2010 23:02:30 +0000 Subject: [PATCH] Symbol loading is now in GoodFETCC instead of goodfet.cc. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@572 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/GoodFETCC.py | 3 +++ client/goodfet.cc | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/GoodFETCC.py b/client/GoodFETCC.py index 5d76b1a..672c1af 100644 --- a/client/GoodFETCC.py +++ b/client/GoodFETCC.py @@ -304,6 +304,9 @@ class GoodFETCC(GoodFET): #print "Status: %s." % self.status(); self.CCreleasecpu(); self.CChaltcpu(); + #Get SmartRF Studio regs if they exist. + self.loadsymbols(); + #print "Status: %s." % self.status(); def stop(self): diff --git a/client/goodfet.cc b/client/goodfet.cc index 12b66b9..7a07aac 100755 --- a/client/goodfet.cc +++ b/client/goodfet.cc @@ -39,8 +39,6 @@ client.serInit() client.setup(); client.start(); -#Get SmartRF Studio regs if they exist. -client.loadsymbols(); if(sys.argv[1]=="explore"): print "Exploring undefined commands." -- 2.20.1