symtab.hh (5543:3af77710f397) symtab.hh (5952:c1ee8282291d)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

29 * Steve Reinhardt
30 */
31
32#ifndef __SYMTAB_HH__
33#define __SYMTAB_HH__
34
35#include <iosfwd>
36#include <map>
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

29 * Steve Reinhardt
30 */
31
32#ifndef __SYMTAB_HH__
33#define __SYMTAB_HH__
34
35#include <iosfwd>
36#include <map>
37#include <string>
37
38#include "sim/host.hh" // for Addr
39
40class Checkpoint;
41class SymbolTable
42{
43 public:
44 typedef std::map<Addr, std::string> ATable;

--- 132 unchanged lines hidden ---
38
39#include "sim/host.hh" // for Addr
40
41class Checkpoint;
42class SymbolTable
43{
44 public:
45 typedef std::map<Addr, std::string> ATable;

--- 132 unchanged lines hidden ---