insttracer.hh (10935:acd48ddd725f) insttracer.hh (11320:42ecb523c64a)
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

178 { fetch_seq = seq; fetch_seq_valid = true; }
179
180 void setCPSeq(InstSeqNum seq)
181 { cp_seq = seq; cp_seq_valid = true; }
182
183 void setPredicate(bool val) { predicate = val; }
184
185 virtual void dump() = 0;
1/*
2 * Copyright (c) 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

178 { fetch_seq = seq; fetch_seq_valid = true; }
179
180 void setCPSeq(InstSeqNum seq)
181 { cp_seq = seq; cp_seq_valid = true; }
182
183 void setPredicate(bool val) { predicate = val; }
184
185 virtual void dump() = 0;
186
186
187 public:
188 Tick getWhen() const { return when; }
189 ThreadContext *getThread() const { return thread; }
190 StaticInstPtr getStaticInst() const { return staticInst; }
191 TheISA::PCState getPCState() const { return pc; }
192 StaticInstPtr getMacroStaticInst() const { return macroStaticInst; }
193
194 Addr getAddr() const { return addr; }

--- 35 unchanged lines hidden ---
187 public:
188 Tick getWhen() const { return when; }
189 ThreadContext *getThread() const { return thread; }
190 StaticInstPtr getStaticInst() const { return staticInst; }
191 TheISA::PCState getPCState() const { return pc; }
192 StaticInstPtr getMacroStaticInst() const { return macroStaticInst; }
193
194 Addr getAddr() const { return addr; }

--- 35 unchanged lines hidden ---