remote_gdb.hh (12031:46116545e745) remote_gdb.hh (12449:2260f4a68210)
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2007 The Regents of The University of Michigan
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

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

75 {
76 return gdb->name() + ".MipsGdbRegCache";
77 }
78 };
79
80 MipsGdbRegCache regCache;
81
82 public:
1/*
2 * Copyright 2015 LabWare
3 * Copyright 2014 Google, Inc.
4 * Copyright (c) 2007 The Regents of The University of Michigan
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

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

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