Deleted Added
sdiff udiff text old ( 12109:f29e9c5418aa ) new ( 12449:2260f4a68210 )
full compact
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2013, 2016 ARM Limited
5 * All rights reserved
6 *
7 * The license below extends only to copyright in the software and shall
8 * not be construed as granting a license to any other intellectual

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

110 return gdb->name() + ".AArch64GdbRegCache";
111 }
112 };
113
114 AArch32GdbRegCache regCache32;
115 AArch64GdbRegCache regCache64;
116
117 public:
118 RemoteGDB(System *_system, ThreadContext *tc);
119 BaseGdbRegCache *gdbRegs();
120};
121} // namespace ArmISA
122
123#endif /* __ARCH_ARM_REMOTE_GDB_H__ */