remote_gdb.hh (12031:46116545e745) remote_gdb.hh (12449:2260f4a68210)
1/*
2 * Copyright (c) 2015 LabWare
3 * Copyright (c) 2002-2005 The Regents of The University of Michigan
4 * Copyright (c) 2007-2008 The Florida State University
5 * Copyright (c) 2009 The University of Edinburgh
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

74 {
75 return gdb->name() + ".PowerGdbRegCache";
76 }
77 };
78
79 PowerGdbRegCache regCache;
80
81 public:
1/*
2 * Copyright (c) 2015 LabWare
3 * Copyright (c) 2002-2005 The Regents of The University of Michigan
4 * Copyright (c) 2007-2008 The Florida State University
5 * Copyright (c) 2009 The University of Edinburgh
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

74 {
75 return gdb->name() + ".PowerGdbRegCache";
76 }
77 };
78
79 PowerGdbRegCache regCache;
80
81 public:
82 RemoteGDB(System *_system, ThreadContext *tc);
82 RemoteGDB(System *_system, ThreadContext *tc, int _port);
83 BaseGdbRegCache *gdbRegs();
84};
85
86} // namespace PowerISA
87
88#endif /* __ARCH_POWER_REMOTE_GDB_H__ */
83 BaseGdbRegCache *gdbRegs();
84};
85
86} // namespace PowerISA
87
88#endif /* __ARCH_POWER_REMOTE_GDB_H__ */