remote_gdb.hh (11963:3fb6bb58e6a4) remote_gdb.hh (12031:46116545e745)
1/*
2 * Copyright (c) 2017 The University of Virginia
3 * Copyright 2015 LabWare
4 * Copyright 2014 Google, Inc.
5 * Copyright (c) 2007 The Regents of The University of Michigan
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

77
78 const std::string
79 name() const
80 {
81 return gdb->name() + ".RiscvGdbRegCache";
82 }
83 };
84
1/*
2 * Copyright (c) 2017 The University of Virginia
3 * Copyright 2015 LabWare
4 * Copyright 2014 Google, Inc.
5 * Copyright (c) 2007 The Regents of The University of Michigan
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

77
78 const std::string
79 name() const
80 {
81 return gdb->name() + ".RiscvGdbRegCache";
82 }
83 };
84
85 RiscvGdbRegCache regCache;
85
86 public:
87 RemoteGDB(System *_system, ThreadContext *tc);
88 BaseGdbRegCache *gdbRegs();
89};
90
91} // namespace RiscvISA
92
93#endif /* __ARCH_RISCV_REMOTE_GDB_H__ */
86
87 public:
88 RemoteGDB(System *_system, ThreadContext *tc);
89 BaseGdbRegCache *gdbRegs();
90};
91
92} // namespace RiscvISA
93
94#endif /* __ARCH_RISCV_REMOTE_GDB_H__ */