remote_gdb.hh (7811:a8fc35183c10) remote_gdb.hh (10601:6efb37480d87)
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

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

60 panic("getregs not implemented for POWER!");
61 }
62
63 void
64 setregs()
65 {
66 panic("setregs not implemented for POWER!");
67 }
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

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

60 panic("getregs not implemented for POWER!");
61 }
62
63 void
64 setregs()
65 {
66 panic("setregs not implemented for POWER!");
67 }
68
69 void
70 clearSingleStep()
71 {
72 panic("clearSingleStep not implemented for POWER!");
73 }
74
75 void
76 setSingleStep()
77 {
78 panic("setSingleStep not implemented for POWER!");
79 }
80};
81
82} // namespace PowerISA
83
84#endif /* __ARCH_POWER_REMOTE_GDB_H__ */
68};
69
70} // namespace PowerISA
71
72#endif /* __ARCH_POWER_REMOTE_GDB_H__ */