system.hh (8775:1e3ca5d77b53) system.hh (9292:e57c7d9736a5)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 41 unchanged lines hidden (view full) ---

50 public:
51 typedef MipsSystemParams Params;
52 MipsSystem(Params *p);
53 ~MipsSystem();
54
55 virtual bool breakpoint();
56
57 public:
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

--- 41 unchanged lines hidden (view full) ---

50 public:
51 typedef MipsSystemParams Params;
52 MipsSystem(Params *p);
53 ~MipsSystem();
54
55 virtual bool breakpoint();
56
57 public:
58 /**
59 * Serialization stuff
60 */
61 virtual void serialize(std::ostream &os);
62 virtual void unserialize(Checkpoint *cp, const std::string &section);
63
64 /**
65 * Set the m5MipsAccess pointer in the console
66 */
67 void setMipsAccess(Addr access);
68
69 /** console symbol table */
70 SymbolTable *consoleSymtab;

--- 29 unchanged lines hidden ---
58
59 /**
60 * Set the m5MipsAccess pointer in the console
61 */
62 void setMipsAccess(Addr access);
63
64 /** console symbol table */
65 SymbolTable *consoleSymtab;

--- 29 unchanged lines hidden ---