remote_gdb.hh (6691:cd68b6ecd68d) remote_gdb.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

74
75 void
76 setSingleStep()
77 {
78 panic("setSingleStep not implemented for POWER!");
79 }
80};
81
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

74
75 void
76 setSingleStep()
77 {
78 panic("setSingleStep not implemented for POWER!");
79 }
80};
81
82} // PowerISA namespace
82} // namespace PowerISA
83
84#endif /* __ARCH_POWER_REMOTE_GDB_H__ */
83
84#endif /* __ARCH_POWER_REMOTE_GDB_H__ */