From: travisutk Date: Wed, 26 May 2010 23:02:30 +0000 (+0000) Subject: Symbol loading is now in GoodFETCC instead of goodfet.cc. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=ba447ec2175b15e3f9368c6dd18988215b36b84b;ds=inline 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 --- 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."