Refactoring

- drop _printer suffix from printer classes.
This commit is contained in:
Dhananjay Balan
2013-07-13 16:31:59 +05:30
committed by Chris Johns
parent a785e254f2
commit 0967a1b679
8 changed files with 30 additions and 75 deletions

View File

@@ -13,7 +13,7 @@ if __name__ == "__main__":
import supercore_printer
import classic_printer
# Needed to reload code inside gdb source command
# Needed inorder to reload code from inside gdb
reload(supercore)
reload(chains)
reload(rtems)
@@ -22,4 +22,5 @@ if __name__ == "__main__":
reload(threads)
reload(supercore_printer)
reload(classic_printer)
print 'RTEMS GDB Support loaded'