From f92e91e85309e9dcfd0b3c5a8e4faa460d921b7f Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Thu, 3 Jun 2010 16:54:26 -0700 Subject: Minor remote GDB cleanup. Expand the help text on the --remote-gdb-port option so people know you can use it to disable remote gdb without reading the source code, and thus don't waste any time trying to add a separate option to do that. Clean up some gdb-related cruft I found while looking for where one would add a gdb disable option, before I found the comment that told me that I didn't need to do that. --- src/cpu/ozone/cpu.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpu/ozone/cpu.hh') diff --git a/src/cpu/ozone/cpu.hh b/src/cpu/ozone/cpu.hh index a16986c99..fba5886f8 100644 --- a/src/cpu/ozone/cpu.hh +++ b/src/cpu/ozone/cpu.hh @@ -58,9 +58,6 @@ namespace TheISA class PhysicalMemory; class MemoryController; -class RemoteGDB; -class GDBListener; - namespace TheISA { namespace Kernel { class Statistics; -- cgit v1.2.3