remote_gdb.hh (12031:46116545e745) remote_gdb.hh (12449:2260f4a68210)
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

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

80 {
81 return gdb->name() + ".RiscvGdbRegCache";
82 }
83 };
84
85 RiscvGdbRegCache regCache;
86
87 public:
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

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

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