remote_gdb.hh (12073:fe5885672fab) remote_gdb.hh (12449:2260f4a68210)
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

138 return gdb->name() + ".AMD64GdbRegCache";
139 }
140 };
141
142 X86GdbRegCache regCache32;
143 AMD64GdbRegCache regCache64;
144
145 public:
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2007 The Hewlett-Packard Development Company
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

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

138 return gdb->name() + ".AMD64GdbRegCache";
139 }
140 };
141
142 X86GdbRegCache regCache32;
143 AMD64GdbRegCache regCache64;
144
145 public:
146 RemoteGDB(System *system, ThreadContext *context);
146 RemoteGDB(System *system, ThreadContext *context, int _port);
147 BaseGdbRegCache *gdbRegs();
148};
149} // namespace X86ISA
150
151#endif // __ARCH_X86_REMOTEGDB_HH__
147 BaseGdbRegCache *gdbRegs();
148};
149} // namespace X86ISA
150
151#endif // __ARCH_X86_REMOTEGDB_HH__